Méthode | Description | |
---|---|---|
CopyTo ( object targetObject ) : void |
Copies the properties of this object to those of a new object.
|
Méthode | Description | |
---|---|---|
DebitAccount ( AccountType accountType ) : System |
Constructor.
|
public CopyTo ( object targetObject ) : void | ||
targetObject | object | The object to copy the properties to. |
Résultat | void |
protected DebitAccount ( AccountType accountType ) : System | ||
accountType | AccountType | The type of account that the concrete account represents. |
Résultat | System |