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

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.Access
    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 string ServiceInput { get; set; }
   22:  
   23:         /// <summary/>
   24:         public string AccessNameInput { get; set; }
   25:  
   26:         /// <summary/>
   27:         public string PortInput { get; set; }
   28:  
   29:         /// <summary/>
   30:         public string Label { get; set; }
   31:  
   32:         /// <summary/>
   33:         public bool CreateReadServiceTaskButtonEnabled { get; set; }
   34:  
   35:         /// <summary/>
   36:         public bool DeleteReadServiceTaskButtonEnabled { get; set; }
   37:  
   38:         /// <summary/>
   39:         public Ia.Cl.Models.Result Result { get; set; }
   40:     }
   41:  
   42:     ////////////////////////////////////////////////////////////////////////////
   43:     ////////////////////////////////////////////////////////////////////////////
   44: }
   45: