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