|
OpenPetra
Free Administration Software for Non-Profits
|
Describes what is to be displayed for a currency and language combination when displaying the amount as text. More...
Public Member Functions | |
| ACurrencyLanguageRow (System.Data.DataRowBuilder rb) | |
| Constructor. More... | |
| virtual void | InitValues () |
| set default values More... | |
| bool | IsCurrencyCodeNull () |
| test for NULL value More... | |
| void | SetCurrencyCodeNull () |
| assign NULL value More... | |
| bool | IsLanguageCodeNull () |
| test for NULL value More... | |
| void | SetLanguageCodeNull () |
| assign NULL value More... | |
| bool | IsUnitLabelSingularNull () |
| test for NULL value More... | |
| void | SetUnitLabelSingularNull () |
| assign NULL value More... | |
| bool | IsUnitLabelPluralNull () |
| test for NULL value More... | |
| void | SetUnitLabelPluralNull () |
| assign NULL value More... | |
| bool | IsSpecialCodeNull () |
| test for NULL value More... | |
| void | SetSpecialCodeNull () |
| assign NULL value More... | |
| bool | IsDecimalOptionsNull () |
| test for NULL value More... | |
| void | SetDecimalOptionsNull () |
| assign NULL value More... | |
| bool | IsDecimalLabelSingularNull () |
| test for NULL value More... | |
| void | SetDecimalLabelSingularNull () |
| assign NULL value More... | |
| bool | IsDecimalLabelPluralNull () |
| test for NULL value More... | |
| void | SetDecimalLabelPluralNull () |
| assign NULL value More... | |
| bool | IsDateCreatedNull () |
| test for NULL value More... | |
| void | SetDateCreatedNull () |
| assign NULL value More... | |
| bool | IsCreatedByNull () |
| test for NULL value More... | |
| void | SetCreatedByNull () |
| assign NULL value More... | |
| bool | IsDateModifiedNull () |
| test for NULL value More... | |
| void | SetDateModifiedNull () |
| assign NULL value More... | |
| bool | IsModifiedByNull () |
| test for NULL value More... | |
| void | SetModifiedByNull () |
| assign NULL value More... | |
| bool | IsModificationIdNull () |
| test for NULL value More... | |
| void | SetModificationIdNull () |
| assign NULL value More... | |
Properties | |
| String | CurrencyCode [get, set] |
| This defines which currency is being used. More... | |
| String | LanguageCode [get, set] |
| This is the code used to identify a language. More... | |
| String | UnitLabelSingular [get, set] |
| The currency unit label when the amount is 1. More... | |
| String | UnitLabelPlural [get, set] |
| The currency unit label when the amount is > 1. More... | |
| String | SpecialCode [get, set] |
| This is needed to determine the gender in some languages. More... | |
| String | DecimalOptions [get, set] |
| Describes what to do with the decimal when representing it as text. Not to display, display as text or as a numeric. More... | |
| String | DecimalLabelSingular [get, set] |
| The currency decimal label when the amount is 1. More... | |
| String | DecimalLabelPlural [get, set] |
| The currency decimal label when the amount is > 1. More... | |
| System.? DateTime | DateCreated [get, set] |
| The date the record was created. More... | |
| String | CreatedBy [get, set] |
| User ID of who created this record. More... | |
| System.? DateTime | DateModified [get, set] |
| The date the record was modified. More... | |
| String | ModifiedBy [get, set] |
| User ID of who last modified this record. More... | |
| DateTime | ModificationId [get, set] |
| This identifies the current version of the record. More... | |
Describes what is to be displayed for a currency and language combination when displaying the amount as text.
|
inline |
Constructor.
|
inlinevirtual |
set default values
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
getset |
User ID of who created this record.
|
getset |
This defines which currency is being used.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
The currency decimal label when the amount is > 1.
|
getset |
The currency decimal label when the amount is 1.
|
getset |
Describes what to do with the decimal when representing it as text. Not to display, display as text or as a numeric.
|
getset |
This is the code used to identify a language.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
This is needed to determine the gender in some languages.
|
getset |
The currency unit label when the amount is > 1.
|
getset |
The currency unit label when the amount is 1.