)>}]
شركة التطبيقات المتكاملة لتصميم وبرمجة البرمجيات الخاصة ش.ش.و.
Integrated Applications Programming Company
Home » Code Library » AccessIdNddOntEmsInformation (Ia.Ftn.Cl.Models.Business)

Public general use code classes and xml files that we've compiled and used over the years:

Access Id Access name DEV FN SN PN ONT Id ONT IP Service Port support class of Fixed Telecommunications Network (FTN) business model.

    1:  
    2: namespace Ia.Ftn.Cl.Models.Business
    3: {
    4:     ////////////////////////////////////////////////////////////////////////////
    5:  
    6:     /// <summary publish="true">
    7:     /// Access Id Access name DEV FN SN PN ONT Id ONT IP Service Port support class of Fixed Telecommunications Network (FTN) business model.
    8:     /// </summary>
    9:     /// 
   10:     /// <remarks> 
   11:     /// Copyright © 2006-2019 Jasem Y. Al-Shamlan (info@ia.com.kw), Integrated Applications - Kuwait. All Rights Reserved.
   12:     /// </remarks> 
   13:     public class AccessIdNddOntEmsInformation
   14:     {
   15:         /// <summary/>
   16:         public string AccessId { get; set; }
   17:  
   18:         /// <summary/>
   19:         public Ia.Ftn.Cl.Models.Business.NetworkDesignDocument.Ont Ont { get; set; }
   20:  
   21:         /// <summary/>
   22:         public string DevFnSnPnOntId { get; set; }
   23:  
   24:         /// <summary/>
   25:         public string Vaprof { get; set; }
   26:  
   27:         /// <summary/>
   28:         public string EquipmentId { get; set; }
   29:  
   30:         /// <summary/>
   31:         public string AgcfGatewayRecordIp { get; set; }
   32:  
   33:         /// <summary/>
   34:         public string Service { get; set; }
   35:  
   36:         /// <summary/>
   37:         public int Port { get; set; }
   38:  
   39:         /// <summary/>
   40:         public int PrimaryPuidcpeProfileNumber { get; set; }
   41:  
   42:         /// <summary/>
   43:         public Ia.Ftn.Cl.Models.Business.Huawei.Ont.FamilyType EmsOntFamilyType;
   44:  
   45:         /// <summary/>
   46:         public int EmsOntSipInfoTel { get; set; }
   47:  
   48:         /// <summary/>
   49:         public int EmsVoipPstnUserPn { get; set; }
   50:  
   51:         /// <summary/>
   52:         public string EmsVagProtocolType { get; set; }
   53:     }
   54:  
   55:     ////////////////////////////////////////////////////////////////////////////
   56:     ////////////////////////////////////////////////////////////////////////////
   57: }