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

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

    1: using Microsoft.AspNetCore.Identity;
    2: using Microsoft.AspNetCore.Mvc.Rendering;
    3:  
    4: namespace Ia.Ftn.Wa.Models.Provision
    5: {
    6:     ////////////////////////////////////////////////////////////////////////////
    7:  
    8:     /// <summary publish="true">
    9:     ///
   10:     /// </summary>
   11:     /// 
   12:     /// <remarks> 
   13:     /// Copyright � 2006-2025 Jasem Y. Al-Shamlan (info@ia.com.kw), Integrated Applications - Kuwait. All Rights Reserved.
   14:     /// </remarks> 
   15:     public class ServiceViewModel
   16:     {
   17:         /// <summary/>
   18:         public Ia.Ftn.Cl.Models.StaffIdentityUser CurrentStaffIdentityUser { get; set; }
   19:  
   20:         /// <summary/>
   21:         public Ia.Cl.Models.Result Result { get; set; }
   22:  
   23:         /// <summary/>
   24:         public string ServiceInput { get; set; }
   25:  
   26:         /// <summary/>
   27:         public string AccessNameInput { get; set; }
   28:  
   29:         /// <summary/>
   30:         public string PortInput { get; set; }
   31:  
   32:         /// <summary/>
   33:         public string Label { get; set; }
   34:  
   35:         /// <summary/>
   36:         public Ia.Cl.Models.Result ServiceTaskResultLabel { get; set; }
   37:  
   38:         /// <summary/>
   39:         public string ServiceSupplementaryServiceInput { get; set; }
   40:  
   41:         /// <summary/>
   42:         public Ia.Cl.Models.Result ServiceSupplementaryServiceTaskResultLabel { get; set; }
   43:  
   44:  
   45:         /// <summary/>
   46:         public bool CreateDeleteReadServiceTaskButtonEnabled { get; set; }
   47:  
   48:  
   49:         /// <summary/>
   50:         public bool SupplementaryServiceSetResetReadTaskButtonEnabled { get; set; }
   51:  
   52:  
   53:         /// <summary/>
   54:         public string OverrideRouterDomainRestrictionCheckBoxSelectedValue { get; set; }
   55:  
   56:         /// <summary/>
   57:         public bool OverrideRouterDomainRestrictionCheckBoxEnabled { get; set; }
   58:  
   59:  
   60:         /// <summary/>
   61:         public SelectList SupplementaryServiceSelectList { get; set; }
   62:  
   63:         /// <summary/>
   64:         public string SupplementaryServiceSelectedValue { get; set; }
   65:  
   66:         /// <summary/>
   67:         public string TimeLabel { get; set; }
   68:     }
   69:  
   70:     ////////////////////////////////////////////////////////////////////////////
   71:     ////////////////////////////////////////////////////////////////////////////
   72: }
   73: