/// <summary> /// Create a new account object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="code">Initial value of the Code property.</param> /// <param name="sODNLV">Initial value of the SODNLV property.</param> /// <param name="liquidity">Initial value of the Liquidity property.</param> /// <param name="lastModified">Initial value of the LastModified property.</param> /// <param name="typeID">Initial value of the TypeID property.</param> public static account Createaccount(global::System.Int64 id, global::System.String code, global::System.Decimal sODNLV, global::System.Decimal liquidity, global::System.DateTime lastModified, global::System.Int64 typeID) { account account = new account(); account.ID = id; account.Code = code; account.SODNLV = sODNLV; account.Liquidity = liquidity; account.LastModified = lastModified; account.TypeID = typeID; return account; }
/// <summary> /// Deprecated Method for adding a new object to the account EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToaccount(account account) { base.AddObject("account", account); }