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