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

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.Migration
    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 ManageViewModel
   16:     {
   17:         /// <summary/>
   18:         public Ia.Ftn.Cl.Models.StaffIdentityUser CurrentStaffIdentityUser { get; set; }
   19:  
   20:         /// <summary/>
   21:         public string ReviewStaffNameLabel { get; set; }
   22:  
   23:         /// <summary/>
   24:         public Ia.Cl.Models.Result Result { get; set; }
   25:  
   26:         /// <summary/>
   27:         public string ServiceListInput { get; set; }
   28:  
   29:         /// <summary/>
   30:         public string AccessNameInput { get; set; }
   31:  
   32:         /// <summary/>
   33:         public bool ReviewButtonEnabled { get; set; }
   34:  
   35:         /// <summary/>
   36:         public Ia.Cl.Models.Result ReviewResult { get; set; }
   37:  
   38:         /// <summary/>
   39:         public List<Ia.Ftn.Cl.Models.Access> AccessList { get; set; }
   40:  
   41:         /// <summary/>
   42:         public List<Ia.Ftn.Cl.Models.Ui.Service2> ServiceList { get; set; }
   43:  
   44:         /// <summary/>
   45:         public List<Ia.Ftn.Cl.Models.Ericsson.AxeSubscriber> AxeSubscriberList { get; set; }
   46:  
   47:         /// <summary/>
   48:         public List<Ia.Ftn.Cl.Models.Siemens.EwsdSubscriber> EwsdSubscriberList { get; set; }
   49:  
   50:         /// <summary/>
   51:         public List<Ia.Ftn.Cl.Models.Ui.Nokia.Subscriber> SubscriberList { get; set; }
   52:  
   53:         /// <summary/>
   54:         public List<Ia.Ftn.Cl.Models.Ui.Huawei.Sbr> SbrList { get; set; }
   55:  
   56:         /// <summary/>
   57:         public List<Ia.Ftn.Cl.Models.Ui.ServiceRequestService> ServiceRequestServiceList { get; set; }
   58:  
   59:         /// <summary/>
   60:         public List<Ia.Ftn.Cl.Models.ServiceRequest> ServiceRequestList { get; set; }
   61:  
   62:         /// <summary/>
   63:         public List<Ia.Ftn.Cl.Models.ServiceRequestHistory> ServiceRequestHistoryList { get; set; }
   64:  
   65:         /// <summary/>
   66:         public List<Ia.Ftn.Cl.Models.ServiceRequestOnt> ServiceRequestOntList { get; set; }
   67:  
   68:         /// <summary/>
   69:         public bool MigratePanelVisible { get; set; }
   70:  
   71:         /// <summary/>
   72:         public string MigrateLabel { get; set; }
   73:  
   74:         /// <summary/>
   75:         public List<SelectListItem> ServiceCheckBoxList { get; set; }
   76:  
   77:         /// <summary/>
   78:         public string AccessNameLabel { get; set; }
   79:  
   80:         /// <summary/>
   81:         public bool MigrateCheckBoxEnabled { get; set; }
   82:  
   83:         /// <summary/>
   84:         public bool MigrateCheckBoxSelectedValue { get; set; }
   85:  
   86:         /// <summary/>
   87:         public string MigrateStaffNameLabel { get; set; }
   88:  
   89:         /// <summary/>
   90:         public bool MigrateButtonEnabled { get; set; }
   91:  
   92:         /// <summary/>
   93:         public Ia.Cl.Models.Result MigrateResult { get; set; }
   94:  
   95:         /// <summary/>
   96:         public string AllowedToBeMigratedOltSymbolListLiteral { get; set; }
   97:  
   98:         /// <summary/>
   99:         public string KuwaitFtnAreaListLabel { get; set; }
  100:  
  101:  
  102:         /// <summary/>
  103:         public string AccessNameHidden { get; set; }
  104:  
  105:         /// <summary/>
  106:         public string PstnToFiberMigrationServiceListHidden { get; set; }
  107:     }
  108:  
  109:     ////////////////////////////////////////////////////////////////////////////
  110:     ////////////////////////////////////////////////////////////////////////////
  111: }
  112: