Method | Description | |
---|---|---|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
NamedTransaction ( string name, bool isDebit = false ) : System |
Initializes a new instance of the NamedTransaction class.
|
public NamedTransaction ( string name, bool isDebit = false ) : System | ||
name | string | The name. |
isDebit | bool | A boolean value to indicate if this transaction type represents a debit. If true, its a debit, otherwise credit, credit is the default value. |
return | System |