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