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

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.Maintenance
    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:     ///
   15:     /// This library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
   16:     /// the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
   17:     ///
   18:     /// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
   19:     /// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
   20:     /// 
   21:     /// You should have received a copy of the GNU General Public License along with this library. If not, see http://www.gnu.org/licenses.
   22:     /// 
   23:     /// Copyright notice: This notice may not be removed or altered from any source distribution.
   24:     /// </remarks> 
   25:     public class ReportViewModel
   26:     {
   27:         /// <summary/>
   28:         public Ia.Ftn.Cl.Models.StaffIdentityUser CurrentStaffIdentityUser { get; set; }
   29:  
   30:         /// <summary/>
   31:         public string ServiceInput { get; set; }
   32:  
   33:         /// <summary/>
   34:         public string ReportLabel { get; set; }
   35:  
   36:         /// <summary/>
   37:         public List<Ia.Ftn.Cl.Models.Report> InsertedReportList { get; set; }
   38:  
   39:         /// <summary/>
   40:         public List<Ia.Ftn.Cl.Models.Report> ReportList { get; set; }
   41:  
   42:         /// <summary/>
   43:         public int ReportId { get; set; }
   44:  
   45:         /// <summary/>
   46:         public List<Ia.Ftn.Cl.Models.ReportHistory> ReportHistoryList { get; set; }
   47:  
   48:         /// <summary/>
   49:         public bool ServiceAPanelVisible { get; set; }
   50:  
   51:         /// <summary/>
   52:         public string TelegramGroupInviteQrCodeText { get; set; }
   53:  
   54:         /// <summary/>
   55:         public string TelegramGroupInviteQrCodeNavigateUrl { get; set; }
   56:  
   57:         /// <summary/>
   58:         public string TelegramGroupInviteQrCodeImageUrl { get; set; }
   59:  
   60:  
   61:         /// <summary/>
   62:         public bool TelegramChatPanelVisible { get; set; }
   63:  
   64:         /// <summary/>
   65:         public bool InsertButtonEnabled { get; set; }
   66:  
   67:  
   68:         /// <summary/>
   69:         public bool ReportStatusIsOpen { get; set; }
   70:  
   71:  
   72:         /// <summary/>
   73:         public bool ReopenClosedReportButtonEnabled { get; set; }
   74:  
   75:  
   76:         /// <summary/>
   77:         public bool PreliminaryAnalysisPanelVisible { get; set; }
   78:  
   79:  
   80:         /// <summary/>
   81:         public bool ServicePreviewPanelVisible { get; set; }
   82:  
   83:         /// <summary/>
   84:         public string ServicePreviewLabel { get; set; }
   85:  
   86:         /// <summary/>
   87:         public string ReportPreviewLabel { get; set; }
   88:  
   89:  
   90:         /// <summary/>
   91:         public Ia.Cl.Models.Result FindResult { get; set; }
   92:  
   93:         /// <summary/>
   94:         public Ia.Cl.Models.Result InformationResult { get; set; }
   95:  
   96:         /// <summary/>
   97:         public Ia.Cl.Models.Result InsertResult { get; set; }
   98:  
   99:         /// <summary/>
  100:         public Ia.Cl.Models.Result UpdateResult { get; set; }
  101:  
  102:         /// <summary/>
  103:         public Ia.Cl.Models.Result InsertAuthorityResult { get; set; }
  104:  
  105:         /// <summary/>
  106:         public Ia.Cl.Models.Result Result { get; set; }
  107:  
  108:  
  109:         /// <summary/>
  110:         public string ReportServiceTypeLabel { get; set; }
  111:  
  112:         /// <summary/>
  113:         public string ServiceLabel { get; set; }
  114:  
  115:         /// <summary/>
  116:         public string ContactNameInput { get; set; }
  117:  
  118:         /// <summary/>
  119:         public string ContactPhoneInput { get; set; }
  120:  
  121:         /// <summary/>
  122:         public string NoteTextArea { get; set; }
  123:  
  124:         /// <summary/>
  125:         public string DetailTextArea { get; set; }
  126:  
  127:  
  128:         /// <summary/>
  129:         public string StatisticLabel { get; set; }
  130:  
  131:  
  132:  
  133:         /// <summary/>
  134:         public SelectList FrameworkSelectList { get; set; }
  135:  
  136:         /// <summary/>
  137:         public string FrameworkSelectedValue { get; set; }
  138:  
  139:  
  140:         /// <summary/>
  141:         public SelectList PrioritySelectList { get; set; }
  142:  
  143:         /// <summary/>
  144:         public string PrioritySelectedValue { get; set; }
  145:  
  146:         /// <summary/>
  147:         public string ServicePreviewLink { get; set; }
  148:  
  149:         /// <summary/>
  150:         public string ServicePreviewText { get; set; }
  151:  
  152:  
  153:         /// <summary/>
  154:         public SelectList SeveritySelectList { get; set; }
  155:  
  156:         /// <summary/>
  157:         public string SeveritySelectedValue { get; set; }
  158:  
  159:  
  160:         /// <summary/>
  161:         public string CloseReportSelectedValue { get; set; }
  162:  
  163:         /// <summary/>
  164:         public bool CloseReportCheckBoxEnabled { get; set; }
  165:  
  166:  
  167:         /// <summary/>
  168:         public string ComplainantNotifiedSelectedValue { get; set; }
  169:  
  170:  
  171:  
  172:  
  173:  
  174:         /// <summary/>
  175:         public SelectList IndicationSelectList { get; set; }
  176:  
  177:         /// <summary/>
  178:         public string IndicationSelectedValue { get; set; }
  179:  
  180:  
  181:         /// <summary/>
  182:         public SelectList ActionSelectList { get; set; }
  183:  
  184:         /// <summary/>
  185:         public string ActionSelectedValue { get; set; }
  186:  
  187:  
  188:         /// <summary/>
  189:         public SelectList ResolutionSelectList { get; set; }
  190:  
  191:         /// <summary/>
  192:         public string ResolutionSelectedValue { get; set; }
  193:  
  194:  
  195:         /// <summary/>
  196:         public SelectList EstimateSelectList { get; set; }
  197:  
  198:         /// <summary/>
  199:         public string EstimateSelectedValue { get; set; }
  200:  
  201:  
  202:         /// <summary/>
  203:         public SelectList StaffFrameworkAssignmentSelectList { get; set; }
  204:  
  205:         /// <summary/>
  206:         public string StaffFrameworkAssignmentSelectedValue { get; set; }
  207:  
  208:  
  209:         /// <summary/>
  210:         public string SeverityCheckedValue { get; set; }
  211:     }
  212:  
  213:     ////////////////////////////////////////////////////////////////////////////
  214:     ////////////////////////////////////////////////////////////////////////////
  215: }
  216: