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

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

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

    1: namespace Ia.Ftn.Cl.Models.Ui.Maintenance
    2: {
    3:     ////////////////////////////////////////////////////////////////////////////
    4:  
    5:     /// <summary publish="true">
    6:     /// Maintenance support class for Fixed Telecommunications Network (FTN) ui model.
    7:     /// </summary>
    8:     /// 
    9:     /// <remarks> 
   10:     /// Copyright © 2006-2017 Jasem Y. Al-Shamlan (info@ia.com.kw), Integrated Applications - Kuwait. All Rights Reserved.
   11:     /// </remarks> 
   12:     public class AccessFamilyTypeAreaBlock
   13:     {
   14:         /// <summary/>
   15:         public AccessFamilyTypeAreaBlock() { }
   16:         /// <summary/>
   17:         public int AreaId { get; set; }
   18:         /// <summary/>
   19:         public string Block { get; set; }
   20:         /// <summary/>
   21:         public int Sfu { get; set; }
   22:         /// <summary/>
   23:         public int Soho { get; set; }
   24:         /// <summary/>
   25:         public int Mdu { get; set; }
   26:  
   27:         ////////////////////////////////////////////////////////////////////////////
   28:         ////////////////////////////////////////////////////////////////////////////
   29:     }
   30:  
   31:     ////////////////////////////////////////////////////////////////////////////
   32:     ////////////////////////////////////////////////////////////////////////////
   33: }