/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_AD_CrystalReport_Para()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_CM_Container_Element()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #3
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_CM_CStage_Element()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #4
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_AD_Role()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
                                     }                                               /** Static Constructor
                                                                                      * Set Table ID By Table Name
                                                                                      * added by ->Harwinder */

                                     static X_C_TaskLine()
                                     {
                                         Table_ID = Get_Table_ID(Table_Name); model = new KeyNamePair(Table_ID, Table_Name);
                                     }                                               /** Serial Version No */
예제 #6
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_C_PaySelectionLine()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_VASC_AppointmentsInfo()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #8
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_M_Warehouse_Acct()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #9
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_M_Demand()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #10
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_M_MatchInv()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #11
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_C_ProfitLoss()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #12
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_Fact_Acct_Balance()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
 /** Static Constructor
  * Set Table ID By Table Name
  * added by ->Harwinder */
 static X_M_ProductAttributes()
 {
     Table_ID = Get_Table_ID(Table_Name);
     model    = new KeyNamePair(Table_ID, Table_Name);
 }
예제 #14
0
 /** Static Constructor
  * Set Table ID By Table Name
  * added by ->Harwinder */
 static X_M_InventoryLine()
 {
     Table_ID = Get_Table_ID(Table_Name);
     model    = new KeyNamePair(Table_ID, Table_Name);
 }
예제 #15
0
 /** Static Constructor
  * Set Table ID By Table Name
  * added by ->Harwinder */
 static X_M_WorkOrder()
 {
     Table_ID = Get_Table_ID(Table_Name);
     model    = new KeyNamePair(Table_ID, Table_Name);
 }
예제 #16
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_R_InterestArea()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #17
0
 /** Static Constructor
  * Set Table ID By Table Name
  * added by ->Harwinder */
 static X_M_Storage()
 {
     Table_ID = Get_Table_ID(Table_Name);
     model    = new VAdvantage.Model.KeyNamePair(Table_ID, Table_Name);
 }
예제 #18
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_R_Resolution()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #19
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_C_AllocationHdr()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #20
0
 /** Static Constructor
  * Set Table ID By Table Name
  * added by ->Harwinder */
 static X_M_ProductPrice()
 {
     Table_ID = Get_Table_ID(Table_Name);
     model    = new KeyNamePair(Table_ID, Table_Name);
 }
예제 #21
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_CM_NewsChannel()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #22
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_AD_PInstance_Para()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #23
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_AD_ReportFormat()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_M_PriceList_Version()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #25
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_AD_TreeNodeU4()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #26
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_AD_ExcelImport()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
        }                                                                                              /** Static Constructor
                                                                                                        * Set Table ID By Table Name
                                                                                                        * added by ->Harwinder */

        static X_M_CostElementDetail()
        {
            Table_ID = Get_Table_ID(Table_Name); model = new KeyNamePair(Table_ID, Table_Name);
        }                                               /** Serial Version No */
예제 #28
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_C_IndustryCode()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }
예제 #29
0
 /** Static Constructor
  * Set Table ID By Table Name
  * added by ->Harwinder */
 static X_M_CostDetail()
 {
     Table_ID = Get_Table_ID(Table_Name);
     model    = new VAdvantage.Model.KeyNamePair(Table_ID, Table_Name);
 }
예제 #30
0
/** Static Constructor
 * Set Table ID By Table Name
 * added by ->Harwinder */
        static X_T_InventoryValue()
        {
            Table_ID = Get_Table_ID(Table_Name);
            model    = new KeyNamePair(Table_ID, Table_Name);
        }