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

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

ServiceRequestStatisticalVariable support class of Fixed Telecommunications Network (FTN) business model.

    1: namespace Ia.Ftn.Cl.Models.Business
    2: {
    3:     ////////////////////////////////////////////////////////////////////////////
    4:  
    5:     /// <summary publish="true">
    6:     /// ServiceRequestStatisticalVariable support class of Fixed Telecommunications Network (FTN) business 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 ServiceRequestStatisticalVariable
   13:     {
   14:         /// <summary/>
   15:         public bool Provisioned { get; set; }
   16:  
   17:         /// <summary/>
   18:         public int ServiceRequestId { get; set; }
   19:  
   20:         /// <summary/>
   21:         public string Service { get; set; }
   22:  
   23:         /// <summary/>
   24:         public int Serial { get; set; }
   25:  
   26:         /// <summary/>
   27:         public int AreaId { get; set; }
   28:  
   29:         /// <summary/>
   30:         public string ServiceRequestTypeValue { get; set; }
   31:  
   32:         /// <summary/>
   33:         public string DbName { get; set; }
   34:  
   35:         /// <summary/>
   36:         public string CustomerName { get; set; }
   37:  
   38:         /// <summary/>
   39:         public string CustomerAddress { get; set; }
   40:  
   41:         /// <summary/>
   42:         public Ia.Ftn.Cl.Models.Business.ServiceAddress StatisticalServiceAddress { get; set; }
   43:  
   44:         /// <summary/>
   45:         public Ia.Ftn.Cl.Models.Ui.Access StatisticalAccess { get; set; }
   46:  
   47:         /// <summary/>
   48:         public string ServiceRequestServiceAccessName { get; set; }
   49:  
   50:         /// <summary/>
   51:         public string Note { get; set; }
   52:  
   53:         /// <summary/>
   54:         public ServiceRequestStatisticalVariable() { }
   55:  
   56:         ////////////////////////////////////////////////////////////////////////////    
   57:         ////////////////////////////////////////////////////////////////////////////    
   58:     }
   59:  
   60:     ////////////////////////////////////////////////////////////////////////////
   61:     ////////////////////////////////////////////////////////////////////////////   
   62: }