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

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.Application
    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 ApplicationViewModel
   26:     {
   27:         /// <summary/>
   28:         public List<Ia.Ftn.Cl.Models.Business.Nokia.Ont.EquipmentType> NokiaEquipmentTypeList { get; set; }
   29:  
   30:         /// <summary/>
   31:         public List<Ia.Ftn.Cl.Models.Business.Huawei.Ont.EquipmentType> HuaweiEquipmentTypeList { get; set; }
   32:  
   33:         /// <summary/>
   34:         public string DomainListText { get; set; }
   35:  
   36:         /// <summary/>
   37:         public string NokiaSwitchDomainList { get; set; }
   38:  
   39:         /// <summary/>
   40:         public string HuaweiSwitchDomainList { get; set; }
   41:  
   42:         /// <summary/>
   43:         public string PstnDomainList { get; set; }
   44:  
   45:         /// <summary/>
   46:         public string AxePstnDomainList { get; set; }
   47:  
   48:         /// <summary/>
   49:         public string EwsdPstnDomainList { get; set; }
   50:  
   51:         /// <summary/>
   52:         public string MsanDomainList { get; set; }
   53:  
   54:         /// <summary/>
   55:         public string SoftXDomainList { get; set; }
   56:  
   57:         /// <summary/>
   58:         public string PstnThatUsesNpServerDomainList { get; set; }
   59:  
   60:         /// <summary/>
   61:         public string SpsDomainList { get; set; }
   62:  
   63:         /// <summary/>
   64:         public string PstnAndMsanDomainList { get; set; }
   65:  
   66:         /// <summary/>
   67:         public string ServiceRequestDomainList { get; set; }
   68:  
   69:         /// <summary/>
   70:         public string ServiceRequestHistoryDomainList { get; set; }
   71:  
   72:         /// <summary/>
   73:         public string AllowedToBeMigratedOltSymbolList { get; set; }
   74:  
   75:         /// <summary/>
   76:         public string AllowedToBeProvisionedOltSymbolList { get; set; }
   77:  
   78:         /// <summary/>
   79:         public string AllowedToBeProvisionedDomainList { get; set; }
   80:  
   81:         /// <summary/>
   82:         public string AllowedToBeMigratedDomainList { get; set; }
   83:  
   84:         /// <summary/>
   85:         public string UnsyncableAccessNameList { get; set; }
   86:  
   87:         /// <summary/>
   88:         public string KuwaitFtnAreaList { get; set; }
   89:  
   90:         /// <summary/>
   91:         public string SiteSymbolAndId { get; set; }
   92:  
   93:         /// <summary/>
   94:         public string OltAmsNameAndId { get; set; }
   95:  
   96:         /// <summary/>
   97:         public string SiteMsanSymbolAndId { get; set; }
   98:  
   99:         /// <summary/>
  100:         public string MsanDevList { get; set; }
  101:  
  102:         /// <summary/>
  103:         public string SymbolDomainSameSwitchVendorButDifferentSiteExceptionList { get; set; }
  104:  
  105:         /// <summary/>
  106:         public string ServiceApplication { get; set; }
  107:  
  108:         /// <summary/>
  109:         public string ServiceRequestApplication { get; set; }
  110:  
  111:         /// <summary/>
  112:         public string AxeApplication { get; set; }
  113:  
  114:         /// <summary/>
  115:         public string NetManagerApplication { get; set; }
  116:  
  117:         /// <summary/>
  118:         public string SpsApplication { get; set; }
  119:  
  120:         /// <summary/>
  121:         public string AmsApplication { get; set; }
  122:  
  123:         /// <summary/>
  124:         public string NceApplication { get; set; }
  125:  
  126:         /// <summary/>
  127:         public string SoftXApplication { get; set; }
  128:  
  129:         /// <summary/>
  130:         public string ProvisionApplication { get; set; }
  131:  
  132:         /// <summary/>
  133:         public string FtnApplication { get; set; }
  134:  
  135:         /// <summary/>
  136:         public string TelegramApplication { get; set; }
  137:  
  138:         /// <summary/>
  139:         public string SecretaryApplication { get; set; }
  140:  
  141:         /// <summary/>
  142:         public string EmailApplication { get; set; }
  143:  
  144:         /// <summary/>
  145:         public string SdcApplication { get; set; }
  146:  
  147:         /// <summary/>
  148:         public string SchedulerApplication { get; set; }
  149:  
  150:         /// <summary/>
  151:         public string MdaaApplication { get; set; }
  152:  
  153:         /// <summary/>
  154:         public string IdentityRoles { get; set; }
  155:  
  156:         /// <summary/>
  157:         public Ia.Ftn.Cl.Models.StaffIdentityUser StaffIdentityUser { get; set; }
  158:  
  159:         /// <summary/>
  160:         public UserManager<Ia.Ftn.Cl.Models.StaffIdentityUser> UserManager { get; set; }
  161:  
  162:  
  163:  
  164:         /// <summary/>
  165:         public SelectList UserSelectList { get; set; }
  166:  
  167:         /// <summary/>
  168:         public string UserSelectedValue { get; set; }
  169:  
  170:         /// <summary/>
  171:         public Ia.Cl.Models.Result Result { get; set; }
  172:  
  173:         /// <summary/>
  174:         public Ia.Cl.Models.Result RoleResult { get; set; }
  175:  
  176:  
  177:         /// <summary/>
  178:         public string MailSelectedValue { get; set; }
  179:  
  180:         
  181:         /// <summary/>
  182:         public string Text { get; set; }
  183:     }
  184:  
  185:     ////////////////////////////////////////////////////////////////////////////
  186:     ////////////////////////////////////////////////////////////////////////////
  187: }
  188: