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

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

ServiceServiceRequestOnt support class for Fixed Telecommunications Network (FTN) business model.

    1: namespace Ia.Ftn.Cl.Models.Business
    2: {
    3:     ////////////////////////////////////////////////////////////////////////////
    4:  
    5:     /// <summary publish="true">
    6:     /// ServiceServiceRequestOnt support class for Fixed Telecommunications Network (FTN) business 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 ServiceServiceRequestOnt
   13:     {
   14:         /// <summary/>
   15:         public ServiceServiceRequestOnt() { }
   16:  
   17:         /// <summary/>
   18:         public string ServiceId { get; set; }
   19:  
   20:         /// <summary/>
   21:         public string Service { get; set; }
   22:  
   23:         /// <summary/>
   24:         public int ServiceType { get; set; }
   25:  
   26:         /// <summary/>
   27:         public int ServicePosition { get; set; }
   28:  
   29:         /// <summary/>
   30:         public Ia.Ftn.Cl.Models.ServiceRequestOnt ServiceRequestOnt { get; set; }
   31:  
   32:         ////////////////////////////////////////////////////////////////////////////
   33:         ////////////////////////////////////////////////////////////////////////////
   34:     }
   35:  
   36:     ////////////////////////////////////////////////////////////////////////////
   37:     ////////////////////////////////////////////////////////////////////////////
   38: }