)>}]
شركة التطبيقات المتكاملة لتصميم وبرمجة البرمجيات الخاصة ش.ش.و.
Integrated Applications Programming Company
Home » Code Library » ServiceRequestStatisticalVariable (Ia.Ftn.Cl.Model.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.Model.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:     ///
   12:     /// This library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
   13:     /// the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
   14:     ///
   15:     /// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
   16:     /// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
   17:     /// 
   18:     /// You should have received a copy of the GNU General Public License along with this library. If not, see http://www.gnu.org/licenses.
   19:     /// 
   20:     /// Copyright notice: This notice may not be removed or altered from any source distribution.
   21:     /// </remarks> 
   22:     public class ServiceRequestStatisticalVariable
   23:     {
   24:         /// <summary/>
   25:         public bool Provisioned { get; set; }
   26:  
   27:         /// <summary/>
   28:         public int ServiceRequestId { get; set; }
   29:  
   30:         /// <summary/>
   31:         public string Service { get; set; }
   32:  
   33:         /// <summary/>
   34:         public int Serial { get; set; }
   35:  
   36:         /// <summary/>
   37:         public int AreaId { get; set; }
   38:  
   39:         /// <summary/>
   40:         public string ServiceRequestTypeValue { get; set; }
   41:  
   42:         /// <summary/>
   43:         public string DbName { get; set; }
   44:  
   45:         /// <summary/>
   46:         public string CustomerName { get; set; }
   47:  
   48:         /// <summary/>
   49:         public string CustomerAddress { get; set; }
   50:  
   51:         /// <summary/>
   52:         public Ia.Ftn.Cl.Model.Business.ServiceAddress StatisticalServiceAddress { get; set; }
   53:  
   54:         /// <summary/>
   55:         public Ia.Ftn.Cl.Model.Ui.Access StatisticalAccess { get; set; }
   56:  
   57:         /// <summary/>
   58:         public string ServiceRequestServiceAccessName { get; set; }
   59:  
   60:         /// <summary/>
   61:         public string Note { get; set; }
   62:  
   63:         /// <summary/>
   64:         public ServiceRequestStatisticalVariable() { }
   65:  
   66:         ////////////////////////////////////////////////////////////////////////////    
   67:         ////////////////////////////////////////////////////////////////////////////    
   68:     }
   69:  
   70:     ////////////////////////////////////////////////////////////////////////////
   71:     ////////////////////////////////////////////////////////////////////////////   
   72: }