OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow Class Reference

Describes what is to be displayed for a currency and language combination when displaying the amount as text. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow:

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...
 

Detailed Description

Describes what is to be displayed for a currency and language combination when displaying the amount as text.

Constructor & Destructor Documentation

◆ ACurrencyLanguageRow()

Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.ACurrencyLanguageRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.InitValues ( )
inlinevirtual

set default values

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsCurrencyCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.IsCurrencyCodeNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDecimalLabelPluralNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.IsDecimalLabelPluralNull ( )
inline

test for NULL value

◆ IsDecimalLabelSingularNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.IsDecimalLabelSingularNull ( )
inline

test for NULL value

◆ IsDecimalOptionsNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.IsDecimalOptionsNull ( )
inline

test for NULL value

◆ IsLanguageCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.IsLanguageCodeNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsSpecialCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.IsSpecialCodeNull ( )
inline

test for NULL value

◆ IsUnitLabelPluralNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.IsUnitLabelPluralNull ( )
inline

test for NULL value

◆ IsUnitLabelSingularNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.IsUnitLabelSingularNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetCurrencyCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.SetCurrencyCodeNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDecimalLabelPluralNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.SetDecimalLabelPluralNull ( )
inline

assign NULL value

◆ SetDecimalLabelSingularNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.SetDecimalLabelSingularNull ( )
inline

assign NULL value

◆ SetDecimalOptionsNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.SetDecimalOptionsNull ( )
inline

assign NULL value

◆ SetLanguageCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.SetLanguageCodeNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetSpecialCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.SetSpecialCodeNull ( )
inline

assign NULL value

◆ SetUnitLabelPluralNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.SetUnitLabelPluralNull ( )
inline

assign NULL value

◆ SetUnitLabelSingularNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.SetUnitLabelSingularNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

String Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.CreatedBy
getset

User ID of who created this record.

◆ CurrencyCode

String Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.CurrencyCode
getset

This defines which currency is being used.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.DateModified
getset

The date the record was modified.

◆ DecimalLabelPlural

String Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.DecimalLabelPlural
getset

The currency decimal label when the amount is > 1.

◆ DecimalLabelSingular

String Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.DecimalLabelSingular
getset

The currency decimal label when the amount is 1.

◆ DecimalOptions

String Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.DecimalOptions
getset

Describes what to do with the decimal when representing it as text. Not to display, display as text or as a numeric.

◆ LanguageCode

String Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.LanguageCode
getset

This is the code used to identify a language.

◆ ModificationId

DateTime Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.ModifiedBy
getset

User ID of who last modified this record.

◆ SpecialCode

String Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.SpecialCode
getset

This is needed to determine the gender in some languages.

◆ UnitLabelPlural

String Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.UnitLabelPlural
getset

The currency unit label when the amount is > 1.

◆ UnitLabelSingular

String Ict.Petra.Shared.MFinance.Account.Data.ACurrencyLanguageRow.UnitLabelSingular
getset

The currency unit label when the amount is 1.


The documentation for this class was generated from the following file: