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

Hold (monthly) corporate rates. More...

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

Public Member Functions

 ACorporateExchangeRateRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsFromCurrencyCodeNull ()
 test for NULL value More...
 
void SetFromCurrencyCodeNull ()
 assign NULL value More...
 
bool IsToCurrencyCodeNull ()
 test for NULL value More...
 
void SetToCurrencyCodeNull ()
 assign NULL value More...
 
bool IsRateOfExchangeNull ()
 test for NULL value More...
 
void SetRateOfExchangeNull ()
 assign NULL value More...
 
bool IsDateEffectiveFromNull ()
 test for NULL value More...
 
void SetDateEffectiveFromNull ()
 assign NULL value More...
 
bool IsTimeEffectiveFromNull ()
 test for NULL value More...
 
void SetTimeEffectiveFromNull ()
 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 FromCurrencyCode [get, set]
 Defines the currency being exchanged. More...
 
String ToCurrencyCode [get, set]
 Defines which currency is being changed to. More...
 
Decimal RateOfExchange [get, set]
 The rate of exchange. More...
 
System.DateTime DateEffectiveFrom [get, set]
 Date the exchange rate becomes effective. More...
 
Int32 TimeEffectiveFrom [get, set]
 System generated time stamp. 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

Hold (monthly) corporate rates.

Constructor & Destructor Documentation

◆ ACorporateExchangeRateRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateEffectiveFromNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.IsDateEffectiveFromNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsFromCurrencyCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.IsFromCurrencyCodeNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsRateOfExchangeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.IsRateOfExchangeNull ( )
inline

test for NULL value

◆ IsTimeEffectiveFromNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.IsTimeEffectiveFromNull ( )
inline

test for NULL value

◆ IsToCurrencyCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.IsToCurrencyCodeNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateEffectiveFromNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.SetDateEffectiveFromNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetFromCurrencyCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.SetFromCurrencyCodeNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetRateOfExchangeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.SetRateOfExchangeNull ( )
inline

assign NULL value

◆ SetTimeEffectiveFromNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.SetTimeEffectiveFromNull ( )
inline

assign NULL value

◆ SetToCurrencyCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.SetToCurrencyCodeNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateEffectiveFrom

System.DateTime Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.DateEffectiveFrom
getset

Date the exchange rate becomes effective.

◆ DateModified

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

The date the record was modified.

◆ FromCurrencyCode

String Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.FromCurrencyCode
getset

Defines the currency being exchanged.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ RateOfExchange

Decimal Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.RateOfExchange
getset

The rate of exchange.

◆ TimeEffectiveFrom

Int32 Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.TimeEffectiveFrom
getset

System generated time stamp.

◆ ToCurrencyCode

String Ict.Petra.Shared.MFinance.Account.Data.ACorporateExchangeRateRow.ToCurrencyCode
getset

Defines which currency is being changed to.


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