OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MCommon.Data.ACurrencyRow Class Reference

Unit of money for various countries. More...

Inheritance diagram for Ict.Petra.Shared.MCommon.Data.ACurrencyRow:

Public Member Functions

 ACurrencyRow (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 IsCurrencyNameNull ()
 test for NULL value More...
 
void SetCurrencyNameNull ()
 assign NULL value More...
 
bool IsCurrencySymbolNull ()
 test for NULL value More...
 
void SetCurrencySymbolNull ()
 assign NULL value More...
 
bool IsCountryCodeNull ()
 test for NULL value More...
 
void SetCountryCodeNull ()
 assign NULL value More...
 
bool IsDisplayFormatNull ()
 test for NULL value More...
 
void SetDisplayFormatNull ()
 assign NULL value More...
 
bool IsInEmuNull ()
 test for NULL value More...
 
void SetInEmuNull ()
 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 CurrencyName [get, set]
 This is the name of the currency. More...
 
String CurrencySymbol [get, set]
 This is the symbol used to show a currency. Eg $US or £ More...
 
String CountryCode [get, set]
 Country code. More...
 
String DisplayFormat [get, set]
 The format in which to display and accept input on a currency (decimal values) More...
 
Boolean InEmu [get, set]
 Indicates whether currency is part of the european exchange rate mechanism/ European Monetary Union. 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

Unit of money for various countries.

Constructor & Destructor Documentation

◆ ACurrencyRow()

Ict.Petra.Shared.MCommon.Data.ACurrencyRow.ACurrencyRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MCommon.Data.ACurrencyRow.InitValues ( )
inlinevirtual

set default values

◆ IsCountryCodeNull()

bool Ict.Petra.Shared.MCommon.Data.ACurrencyRow.IsCountryCodeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MCommon.Data.ACurrencyRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsCurrencyCodeNull()

bool Ict.Petra.Shared.MCommon.Data.ACurrencyRow.IsCurrencyCodeNull ( )
inline

test for NULL value

◆ IsCurrencyNameNull()

bool Ict.Petra.Shared.MCommon.Data.ACurrencyRow.IsCurrencyNameNull ( )
inline

test for NULL value

◆ IsCurrencySymbolNull()

bool Ict.Petra.Shared.MCommon.Data.ACurrencyRow.IsCurrencySymbolNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MCommon.Data.ACurrencyRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MCommon.Data.ACurrencyRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDisplayFormatNull()

bool Ict.Petra.Shared.MCommon.Data.ACurrencyRow.IsDisplayFormatNull ( )
inline

test for NULL value

◆ IsInEmuNull()

bool Ict.Petra.Shared.MCommon.Data.ACurrencyRow.IsInEmuNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MCommon.Data.ACurrencyRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MCommon.Data.ACurrencyRow.IsModifiedByNull ( )
inline

test for NULL value

◆ SetCountryCodeNull()

void Ict.Petra.Shared.MCommon.Data.ACurrencyRow.SetCountryCodeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MCommon.Data.ACurrencyRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetCurrencyCodeNull()

void Ict.Petra.Shared.MCommon.Data.ACurrencyRow.SetCurrencyCodeNull ( )
inline

assign NULL value

◆ SetCurrencyNameNull()

void Ict.Petra.Shared.MCommon.Data.ACurrencyRow.SetCurrencyNameNull ( )
inline

assign NULL value

◆ SetCurrencySymbolNull()

void Ict.Petra.Shared.MCommon.Data.ACurrencyRow.SetCurrencySymbolNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MCommon.Data.ACurrencyRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MCommon.Data.ACurrencyRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDisplayFormatNull()

void Ict.Petra.Shared.MCommon.Data.ACurrencyRow.SetDisplayFormatNull ( )
inline

assign NULL value

◆ SetInEmuNull()

void Ict.Petra.Shared.MCommon.Data.ACurrencyRow.SetInEmuNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MCommon.Data.ACurrencyRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MCommon.Data.ACurrencyRow.SetModifiedByNull ( )
inline

assign NULL value

Property Documentation

◆ CountryCode

String Ict.Petra.Shared.MCommon.Data.ACurrencyRow.CountryCode
getset

Country code.

◆ CreatedBy

String Ict.Petra.Shared.MCommon.Data.ACurrencyRow.CreatedBy
getset

User ID of who created this record.

◆ CurrencyCode

String Ict.Petra.Shared.MCommon.Data.ACurrencyRow.CurrencyCode
getset

This defines which currency is being used.

◆ CurrencyName

String Ict.Petra.Shared.MCommon.Data.ACurrencyRow.CurrencyName
getset

This is the name of the currency.

◆ CurrencySymbol

String Ict.Petra.Shared.MCommon.Data.ACurrencyRow.CurrencySymbol
getset

This is the symbol used to show a currency. Eg $US or £

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MCommon.Data.ACurrencyRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MCommon.Data.ACurrencyRow.DateModified
getset

The date the record was modified.

◆ DisplayFormat

String Ict.Petra.Shared.MCommon.Data.ACurrencyRow.DisplayFormat
getset

The format in which to display and accept input on a currency (decimal values)

◆ InEmu

Boolean Ict.Petra.Shared.MCommon.Data.ACurrencyRow.InEmu
getset

Indicates whether currency is part of the european exchange rate mechanism/ European Monetary Union.

◆ ModificationId

DateTime Ict.Petra.Shared.MCommon.Data.ACurrencyRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MCommon.Data.ACurrencyRow.ModifiedBy
getset

User ID of who last modified this record.


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