)>}]
شركة التطبيقات المتكاملة لتصميم وبرمجة البرمجيات الخاصة ش.ش.و.
Integrated Applications Programming Company
Home » Code Library » ServiceAreaSymbolServiceRequestTypeIdServiceRequestTypeValue (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-2018 Jasem Y. Al-Shamlan (info@ia.com.kw), Integrated Applications - Kuwait. All Rights Reserved.
   11:     /// </remarks> 
   12:     public class ServiceAreaSymbolServiceRequestTypeIdServiceRequestTypeValue
   13:     {
   14:         /// <summary/>
   15:         public ServiceAreaSymbolServiceRequestTypeIdServiceRequestTypeValue() { }
   16:         /// <summary/>
   17:         public string Service { get; set; }
   18:         /// <summary/>
   19:         public string AreaSymbol { get; set; }
   20:         /// <summary/>
   21:         public string TypeId1Value { get; set; }
   22:         /// <summary/>
   23:         public string TypeId2Value { get; set; }
   24:         /// <summary/>
   25:         public string TypeId3Value { get; set; }
   26:         /// <summary/>
   27:         public string TypeId4Value { get; set; }
   28:         /// <summary/>
   29:         public string TypeId5Value { get; set; }
   30:         /// <summary/>
   31:         public string TypeId6Value { get; set; }
   32:         /// <summary/>
   33:  
   34:         ////////////////////////////////////////////////////////////////////////////
   35:         ////////////////////////////////////////////////////////////////////////////
   36:     }
   37:  
   38:     ////////////////////////////////////////////////////////////////////////////
   39:     ////////////////////////////////////////////////////////////////////////////
   40: }