/// <summary> /// Create a new AccountType object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="type">Initial value of the Type property.</param> public static AccountType CreateAccountType(global::System.Int32 id, global::System.String type) { AccountType accountType = new AccountType(); accountType.Id = id; accountType.Type = type; 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); }