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

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

OntOntPotsService support class for Fixed Telecommunications Network (FTN) ui model.

    1:  
    2: namespace Ia.Ftn.Cl.Models.Business.Nokia
    3: {
    4:     ////////////////////////////////////////////////////////////////////////////
    5:  
    6:     /// <summary publish="true">
    7:     /// OntOntPotsService support class for Fixed Telecommunications Network (FTN) ui model.
    8:     /// </summary>
    9:     /// 
   10:     /// <remarks> 
   11:     /// Copyright © 2019-2020 Jasem Y. Al-Shamlan (info@ia.com.kw), Integrated Applications - Kuwait. All Rights Reserved.
   12:     /// </remarks> 
   13:     public sealed class OntOntPotsService
   14:     {
   15:         /// <summary/>
   16:         public OntOntPotsService() { }
   17:  
   18:         /// <summary/>
   19:         public string Service { get; set; }
   20:  
   21:         /// <summary/>
   22:         public string Termination { get; set; }
   23:  
   24:         /// <summary/>
   25:         public string OntId { get; set; }
   26:  
   27:         /// <summary/>
   28:         public Ia.Ftn.Cl.Models.Business.NetworkDesignDocument.Ont Ont { get; set; }
   29:  
   30:         /// <summary/>
   31:         public int OntFamilyTypeId { get; set; }
   32:     }
   33:  
   34:     ////////////////////////////////////////////////////////////////////////////
   35:     ////////////////////////////////////////////////////////////////////////////
   36: }