/// <summary> /// Create a new AccountType object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="name">Initial value of the name property.</param> public static AccountType CreateAccountType(global::System.Int64 id, global::System.String name) { AccountType accountType = new AccountType(); accountType.id = id; accountType.name = name; return accountType; }
/// <summary> /// Deprecated Method for adding a new object to the AccountTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAccountTypes(AccountType accountType) { base.AddObject("AccountTypes", accountType); }