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

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

    1: using Microsoft.AspNetCore.Identity;
    2:  
    3: namespace Ia.Ftn.Wa.Models.Administration
    4: {
    5:     ////////////////////////////////////////////////////////////////////////////
    6:  
    7:     /// <summary publish="true">
    8:     ///
    9:     /// </summary>
   10:     /// 
   11:     /// <remarks> 
   12:     /// Copyright � 2006-2025 Jasem Y. Al-Shamlan (info@ia.com.kw), Integrated Applications - Kuwait. All Rights Reserved.
   13:     /// </remarks> 
   14:     public class AreaReadinessViewModel
   15:     {
   16:         /// <summary/>
   17:         public string NameArabicName { get; set; }
   18:  
   19:         /// <summary/>
   20:         public string IsInKuwaitFtnAreaList { get; set; }
   21:  
   22:         /// <summary/>
   23:         public string IsInSite { get; set; }
   24:  
   25:         /// <summary/>
   26:         public string IsInServiceRequestAndServiceRequestHistoryDomainList { get; set; }
   27:  
   28:         /// <summary/>
   29:         public string AreaFieldType { get; set; }
   30:  
   31:         /// <summary/>
   32:         public string IsInAllowedToBeProvisionedSymbolList { get; set; }
   33:  
   34:         /// <summary/>
   35:         public string IsInAllowedToBeMigratedSymbolList { get; set; }
   36:  
   37:         /// <summary/>
   38:         public string IsInPstnOrMsanDomainList { get; set; }
   39:  
   40:         /// <summary/>
   41:         public string IsInFrameworkAdministration { get; set; }
   42:     }
   43:  
   44:     ////////////////////////////////////////////////////////////////////////////
   45:     ////////////////////////////////////////////////////////////////////////////
   46: }