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

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

ServiceRequest ServiceRequestService Access Statistic support class for Fixed Telecommunications Network (FTN) ui model.

    1: namespace Ia.Ftn.Cl.Models.Ui
    2: {
    3:     ////////////////////////////////////////////////////////////////////////////
    4:  
    5:     /// <summary publish="true">
    6:     /// ServiceRequest ServiceRequestService Access Statistic support class for Fixed Telecommunications Network (FTN) ui model.
    7:     /// </summary>
    8:     /// 
    9:     /// <remarks> 
   10:     /// Copyright © 2006-2020 Jasem Y. Al-Shamlan (info@ia.com.kw), Integrated Applications - Kuwait. All Rights Reserved.
   11:     /// </remarks> 
   12:     public class ServiceCustomerAddressAccessStatisticalAccessName
   13:     {
   14:         /// <summary/>
   15:         public ServiceCustomerAddressAccessStatisticalAccessName() { }
   16:  
   17:         /// <summary/>
   18:         public string Service { get; set; }
   19:  
   20:         /// <summary/>
   21:         public string CustomerAddress { get; set; }
   22:  
   23:         /// <summary/>
   24:         public string KuwaitFtnAreaNameArabicName { get; set; }
   25:  
   26:         /// <summary/>
   27:         public string Block { get; set; }
   28:  
   29:         /// <summary/>
   30:         public string Street { get; set; }
   31:  
   32:         /// <summary/>
   33:         public string PremisesOld { get; set; }
   34:  
   35:         /// <summary/>
   36:         public string PremisesNew { get; set; }
   37:  
   38:         /// <summary/>
   39:         public string AccessId { get; set; }
   40:  
   41:         /// <summary/>
   42:         public string AccessName { get; set; }
   43:  
   44:         /// <summary/>
   45:         public Ia.Ftn.Cl.Models.Access Access { get; set; }
   46:  
   47:         /// <summary/>
   48:         public string OntAddress { get; set; }
   49:  
   50:         /// <summary/>
   51:         public string StatisticalAccessName { get; set; }
   52:  
   53:         /// <summary/>
   54:         public string StatisticalAddress { get; set; }
   55:  
   56:         /// <summary/>
   57:         public string Note { get; set; }
   58:  
   59:         ////////////////////////////////////////////////////////////////////////////
   60:         ////////////////////////////////////////////////////////////////////////////
   61:     }
   62:  
   63:     ////////////////////////////////////////////////////////////////////////////
   64:     ////////////////////////////////////////////////////////////////////////////
   65: }