Свойство | Type | Description | |
---|---|---|---|
AccountIDPropertyChangedEventArgs | |||
DescriptionPropertyChangedEventArgs | |||
NamePropertyChangedEventArgs |
Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
CompareTo ( object obj ) : int |
Compares a given account with the current account.
|
|
CopyTo ( object targetObject ) : void |
Copies the properties of this object to those of a new object.
|
|
ToString ( ) : string |
Gets a unique string representation of this account.
|
Méthode | Description | |
---|---|---|
Account ( AccountType accountType, BalanceType defaultBalanceType ) : System |
Internal constructor.
|
|
CreateRules ( ) : List |
Override this method to add extra validation rules to this account.
|
protected Account ( AccountType accountType, BalanceType defaultBalanceType ) : System | ||
accountType | AccountType | |
defaultBalanceType | BalanceType | |
Résultat | System |
public CompareTo ( object obj ) : int | ||
obj | object | The account to compare with. |
Résultat | int |
public CopyTo ( object targetObject ) : void | ||
targetObject | object | The object to copy the properties to. |
Résultat | void |
public static PropertyChangedEventArgs,System.ComponentModel AccountIDPropertyChangedEventArgs | ||
Résultat |
public static PropertyChangedEventArgs,System.ComponentModel DescriptionPropertyChangedEventArgs | ||
Résultat |