)>}]
شركة التطبيقات المتكاملة لتصميم وبرمجة البرمجيات الخاصة ش.ش.و.
Integrated Applications Programming Company
Home » Code Library » ServiceExemptionViewModel (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 ServiceExemptionViewModel
   16:     {
   17:         /// <summary/>
   18:         public Ia.Ftn.Cl.Models.StaffIdentityUser CurrentStaffIdentityUser { get; set; }
   19:  
   20:         /// <summary/>
   21:         public List<Ia.Ftn.Cl.Models.ServiceExemption> ServiceExemptionList { get; set; }
   22:  
   23:         /// <summary/>
   24:         public string ServiceExemptionEditId { get; set; }
   25:  
   26:  
   27:         /// <summary/>
   28:         public string ServiceInput { get; set; }
   29:  
   30:         /// <summary/>
   31:         public string NoteTextArea { get; set; }
   32:  
   33:         /// <summary/>
   34:         public string NoteTextAreaEdit { get; set; }
   35:  
   36:         /// <summary/>
   37:         public string DiagnosticLabel { get; set; }
   38:  
   39:         /// <summary/>
   40:         public bool InsertButtonEnabled { get; set; }
   41:  
   42:         /// <summary/>
   43:         public Ia.Cl.Models.Result Result { get; set; }
   44:  
   45:         /// <summary/>
   46:         public Ia.Cl.Models.Result UpdateResult { get; set; }
   47:     }
   48:  
   49:     ////////////////////////////////////////////////////////////////////////////
   50:     ////////////////////////////////////////////////////////////////////////////
   51: }
   52: