/// <summary> /// Create a new CREDITOR object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="nAME">Initial value of the NAME property.</param> /// <param name="aCTIVE">Initial value of the ACTIVE property.</param> /// <param name="lASTDATEMODIFIED">Initial value of the LASTDATEMODIFIED property.</param> public static CREDITOR CreateCREDITOR(global::System.Int32 id, global::System.String nAME, global::System.Int32 aCTIVE, global::System.DateTime lASTDATEMODIFIED) { CREDITOR cREDITOR = new CREDITOR(); cREDITOR.ID = id; cREDITOR.NAME = nAME; cREDITOR.ACTIVE = aCTIVE; cREDITOR.LASTDATEMODIFIED = lASTDATEMODIFIED; return cREDITOR; }
/// <summary> /// Deprecated Method for adding a new object to the CREDITORs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCREDITORs(CREDITOR cREDITOR) { base.AddObject("CREDITORs", cREDITOR); }