)>}]
شركة التطبيقات المتكاملة لتصميم وبرمجة البرمجيات الخاصة ش.ش.و.
Integrated Applications Programming Company
Home » Code Library » IntegrityViewModel (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 IntegrityViewModel
   26:     {
   27:         /// <summary/>
   28:         public Ia.Cl.Models.Result Result { get; set; }
   29:  
   30:         /// <summary/>
   31:         public string Text { get; set; }
   32:  
   33:         /// <summary/>
   34:         public string ResultLabel { get; set; }
   35:  
   36:         /// <summary/>
   37:         public string ServiceToCreateListLabel { get; set; }
   38:  
   39:         /// <summary/>
   40:         public string ServiceToCreateListLiteral { get; set; }
   41:  
   42:         /// <summary/>
   43:         public string ServiceToUpdateListLabel { get; set; }
   44:  
   45:         /// <summary/>
   46:         public string ServiceToUpdateListLiteral { get; set; }
   47:  
   48:         /// <summary/>
   49:         public string ServiceToDeleteListLabel { get; set; }
   50:  
   51:         /// <summary/>
   52:         public string ServiceToDeleteListLiteral { get; set; }
   53:  
   54:         /// <summary/>
   55:         public string ProvisionedServiceRequestServiceWithNullAccessListLabel { get; set; }
   56:  
   57:         /// <summary/>
   58:         public string ProvisionedServiceRequestServiceWithNullAccessListLiteral { get; set; }
   59:  
   60:         /// <summary/>
   61:         public string ServiceWithNullAccessListLabel { get; set; }
   62:  
   63:         /// <summary/>
   64:         public string ServiceWithNullAccessListLiteral { get; set; }
   65:  
   66:         /// <summary/>
   67:         public string ProvisionedServiceRequestServiceAndServiceMismatchAccessServiceIdListLabel { get; set; }
   68:  
   69:         /// <summary/>
   70:         public string ProvisionedServiceRequestServiceAndServiceMismatchAccessServiceIdListLiteral { get; set; }
   71:  
   72:         /// <summary/>
   73:         public string AgcfGatewayRecordIpThatDontExistInNetworkDesignDocumentLabel { get; set; }
   74:  
   75:         /// <summary/>
   76:         public string AgcfGatewayRecordIpThatDontExistInNetworkDesignDocumentLiteral { get; set; }
   77:  
   78:         /// <summary/>
   79:         public string ProvisionedSrsNoSLabel { get; set; }
   80:  
   81:         /// <summary/>
   82:         public string ProvisionedSrsNoSLiteral { get; set; }
   83:  
   84:         /// <summary/>
   85:         public string SNoProvisionedSrsLabel { get; set; }
   86:  
   87:         /// <summary/>
   88:         public string SNoProvisionedSrsLiteral { get; set; }
   89:  
   90:         /// <summary/>
   91:         public string SNoNddOntLabel { get; set; }
   92:  
   93:         /// <summary/>
   94:         public string SNoNddOntLiteral { get; set; }
   95:  
   96:  
   97:         /// <summary/>
   98:         public string SrsNoNddOntLabel { get; set; }
   99:  
  100:         /// <summary/>
  101:         public string SrsNoNddOntLiteral { get; set; }
  102:  
  103:         /// <summary/>
  104:         public string SWithNddOntNoEqualToSrsNddOntLabel { get; set; }
  105:  
  106:         /// <summary/>
  107:         public string SWithNddOntNoEqualToSrsNddOntLiteral { get; set; }
  108:  
  109:         /// <summary/>
  110:         public string SrsWithNddOntNoEqualToSNddOntLabel { get; set; }
  111:  
  112:         /// <summary/>
  113:         public string SrsWithNddOntNoEqualToSNddOntLiteral { get; set; }
  114:  
  115:         /// <summary/>
  116:         public string ImsSWithSiteNoProvisionedSrsLabel { get; set; }
  117:  
  118:         /// <summary/>
  119:         public string ImsSWithSiteNoProvisionedSrsLiteral { get; set; }
  120:  
  121:         /// <summary/>
  122:         public string PstnSWithSiteNoProvisionedSrsLabel { get; set; }
  123:  
  124:         /// <summary/>
  125:         public string PstnSWithSiteNoProvisionedSrsLiteral { get; set; }
  126:  
  127:         /// <summary/>
  128:         public string PstnSWithSiteMismatchedWithSrsLabel { get; set; }
  129:  
  130:         /// <summary/>
  131:         public string PstnSWithSiteMismatchedWithSrsLiteral { get; set; }
  132:  
  133:         /// <summary/>
  134:         public string ProvisionedSrsWithSiteNoSLabel { get; set; }
  135:  
  136:         /// <summary/>
  137:         public string ProvisionedSrsWithSiteNoSLiteral { get; set; }
  138:     }
  139:  
  140:     ////////////////////////////////////////////////////////////////////////////
  141:     ////////////////////////////////////////////////////////////////////////////
  142: }
  143: