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

Public general use code classes and xml files that we've compiled and used over the years:

    1:  
    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:     /// </remarks> 
   15:     public class TableViewModel
   16:     {
   17:         /// <summary/>
   18:         public SelectList SelectList1 { get; set; }
   19:  
   20:         /// <summary/>
   21:         public string SelectedValue1 { get; set; }
   22:  
   23:         /// <summary/>
   24:         public string CountLabel1 { get; set; }
   25:  
   26:         /// <summary/>
   27:         public string ListLiteral1 { get; set; }
   28:  
   29:  
   30:         /// <summary/>
   31:         public SelectList SelectList2 { get; set; }
   32:  
   33:         /// <summary/>
   34:         public string SelectedValue2 { get; set; }
   35:  
   36:         /// <summary/>
   37:         public string CountLabel2 { get; set; }
   38:  
   39:         /// <summary/>
   40:         public string ListLiteral2 { get; set; }
   41:  
   42:  
   43:         /// <summary/>
   44:         public SelectList SelectList3 { get; set; }
   45:  
   46:         /// <summary/>
   47:         public string SelectedValue3 { get; set; }
   48:  
   49:         /// <summary/>
   50:         public string CountLabel3 { get; set; }
   51:  
   52:         /// <summary/>
   53:         public string ListLiteral3 { get; set; }
   54:  
   55:  
   56:         /// <summary/>
   57:         public SelectList SelectList4 { get; set; }
   58:  
   59:         /// <summary/>
   60:         public string SelectedValue4 { get; set; }
   61:  
   62:         /// <summary/>
   63:         public string CountLabel4 { get; set; }
   64:  
   65:         /// <summary/>
   66:         public string ListLiteral4 { get; set; }
   67:  
   68:  
   69:         /// <summary/>
   70:         public SelectList SelectList5 { get; set; }
   71:  
   72:         /// <summary/>
   73:         public string SelectedValue5 { get; set; }
   74:  
   75:         /// <summary/>
   76:         public string CountLabel5 { get; set; }
   77:  
   78:         /// <summary/>
   79:         public string ListLiteral5 { get; set; }
   80:  
   81:  
   82:         /// <summary/>
   83:         public SelectList SelectList6 { get; set; }
   84:  
   85:         /// <summary/>
   86:         public string SelectedValue6 { get; set; }
   87:  
   88:         /// <summary/>
   89:         public string CountLabel6 { get; set; }
   90:  
   91:         /// <summary/>
   92:         public string ListLiteral6 { get; set; }
   93:  
   94:  
   95:         /// <summary/>
   96:         public SelectList SelectList7 { get; set; }
   97:  
   98:         /// <summary/>
   99:         public string SelectedValue7 { get; set; }
  100:  
  101:         /// <summary/>
  102:         public string CountLabel7 { get; set; }
  103:  
  104:         /// <summary/>
  105:         public string ListLiteral7 { get; set; }
  106:  
  107:  
  108:         /// <summary/>
  109:         public SelectList SelectList8 { get; set; }
  110:  
  111:         /// <summary/>
  112:         public string SelectedValue8 { get; set; }
  113:  
  114:         /// <summary/>
  115:         public string CountLabel8 { get; set; }
  116:  
  117:         /// <summary/>
  118:         public string ListLiteral8 { get; set; }
  119:  
  120:  
  121:         /// <summary/>
  122:         public SelectList SelectList9 { get; set; }
  123:  
  124:         /// <summary/>
  125:         public string SelectedValue9 { get; set; }
  126:  
  127:         /// <summary/>
  128:         public string CountLabel9 { get; set; }
  129:  
  130:         /// <summary/>
  131:         public string ListLiteral9 { get; set; }
  132:  
  133:  
  134:         /// <summary/>
  135:         public SelectList SelectList10 { get; set; }
  136:  
  137:         /// <summary/>
  138:         public string SelectedValue10 { get; set; }
  139:  
  140:         /// <summary/>
  141:         public string CountLabel10 { get; set; }
  142:  
  143:         /// <summary/>
  144:         public string ListLiteral10 { get; set; }
  145:  
  146:  
  147:         /// <summary/>
  148:         public SelectList SelectList11 { get; set; }
  149:  
  150:         /// <summary/>
  151:         public string SelectedValue11 { get; set; }
  152:  
  153:         /// <summary/>
  154:         public string CountLabel11 { get; set; }
  155:  
  156:         /// <summary/>
  157:         public string ListLiteral11 { get; set; }
  158:  
  159:  
  160:         /// <summary/>
  161:         public SelectList SelectList12 { get; set; }
  162:  
  163:         /// <summary/>
  164:         public string SelectedValue12 { get; set; }
  165:  
  166:         /// <summary/>
  167:         public string CountLabel12 { get; set; }
  168:  
  169:         /// <summary/>
  170:         public string ListLiteral12 { get; set; }
  171:  
  172:  
  173:         /// <summary/>
  174:         public Ia.Cl.Models.Result Result { get; set; }
  175:     }
  176:  
  177:     ////////////////////////////////////////////////////////////////////////////
  178:     ////////////////////////////////////////////////////////////////////////////
  179: }
  180: