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

Ad hoc exchange rates. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow:
Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow

Public Member Functions

 ExchangeRateTDSADailyExchangeRateUsageRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
override void InitValues ()
 set default values More...
 
bool IsLedgerNumberNull ()
 test for NULL value More...
 
void SetLedgerNumberNull ()
 assign NULL value More...
 
bool IsBatchNumberNull ()
 test for NULL value More...
 
void SetBatchNumberNull ()
 assign NULL value More...
 
bool IsJournalNumberNull ()
 test for NULL value More...
 
void SetJournalNumberNull ()
 assign NULL value More...
 
bool IsBatchStatusNull ()
 test for NULL value More...
 
void SetBatchStatusNull ()
 assign NULL value More...
 
bool IsDescriptionNull ()
 test for NULL value More...
 
void SetDescriptionNull ()
 assign NULL value More...
 
bool IsTableSourceNull ()
 test for NULL value More...
 
void SetTableSourceNull ()
 assign NULL value More...
 
bool IsBatchYearNull ()
 test for NULL value More...
 
void SetBatchYearNull ()
 assign NULL value More...
 
bool IsBatchPeriodNull ()
 test for NULL value More...
 
void SetBatchPeriodNull ()
 assign NULL value 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

Int32 LedgerNumber [get, set]
 The Ledger number that references this rate. More...
 
Int32 BatchNumber [get, set]
 The Batch number that references this rate. More...
 
Int32 JournalNumber [get, set]
 The Journal number that references this rate. Value is 0 for Gift Batch. More...
 
String BatchStatus [get, set]
 The Batch status of the batch that references this rate. More...
 
String Description [get, set]
 The Batch or Journal description that references this rate. More...
 
String TableSource [get, set]
 The data table that contributed this row. One of 'GB', 'J' or 'DEX'. More...
 
Int32 BatchYear [get, set]
 The Batch Year in which this row occurs. More...
 
Int32 BatchPeriod [get, set]
 The Batch Period of the Batch Year in which this row occurs. More...
 
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]
 The date and time. 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

Ad hoc exchange rates.

Constructor & Destructor Documentation

◆ ExchangeRateTDSADailyExchangeRateUsageRow()

Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.ExchangeRateTDSADailyExchangeRateUsageRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

override void Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.InitValues ( )
inlinevirtual

set default values

Reimplemented from Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.

◆ IsBatchNumberNull()

bool Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.IsBatchNumberNull ( )
inline

test for NULL value

◆ IsBatchPeriodNull()

bool Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.IsBatchPeriodNull ( )
inline

test for NULL value

◆ IsBatchStatusNull()

bool Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.IsBatchStatusNull ( )
inline

test for NULL value

◆ IsBatchYearNull()

bool Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.IsBatchYearNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.IsCreatedByNull ( )
inlineinherited

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.IsDateCreatedNull ( )
inlineinherited

test for NULL value

◆ IsDateEffectiveFromNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.IsDateEffectiveFromNull ( )
inlineinherited

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.IsDateModifiedNull ( )
inlineinherited

test for NULL value

◆ IsDescriptionNull()

bool Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.IsDescriptionNull ( )
inline

test for NULL value

◆ IsFromCurrencyCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.IsFromCurrencyCodeNull ( )
inlineinherited

test for NULL value

◆ IsJournalNumberNull()

bool Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.IsJournalNumberNull ( )
inline

test for NULL value

◆ IsLedgerNumberNull()

bool Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.IsLedgerNumberNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.IsModificationIdNull ( )
inlineinherited

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.IsModifiedByNull ( )
inlineinherited

test for NULL value

◆ IsRateOfExchangeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.IsRateOfExchangeNull ( )
inlineinherited

test for NULL value

◆ IsTableSourceNull()

bool Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.IsTableSourceNull ( )
inline

test for NULL value

◆ IsTimeEffectiveFromNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.IsTimeEffectiveFromNull ( )
inlineinherited

test for NULL value

◆ IsToCurrencyCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.IsToCurrencyCodeNull ( )
inlineinherited

test for NULL value

◆ SetBatchNumberNull()

void Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.SetBatchNumberNull ( )
inline

assign NULL value

◆ SetBatchPeriodNull()

void Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.SetBatchPeriodNull ( )
inline

assign NULL value

◆ SetBatchStatusNull()

void Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.SetBatchStatusNull ( )
inline

assign NULL value

◆ SetBatchYearNull()

void Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.SetBatchYearNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.SetCreatedByNull ( )
inlineinherited

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.SetDateCreatedNull ( )
inlineinherited

assign NULL value

◆ SetDateEffectiveFromNull()

void Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.SetDateEffectiveFromNull ( )
inlineinherited

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.SetDateModifiedNull ( )
inlineinherited

assign NULL value

◆ SetDescriptionNull()

void Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.SetDescriptionNull ( )
inline

assign NULL value

◆ SetFromCurrencyCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.SetFromCurrencyCodeNull ( )
inlineinherited

assign NULL value

◆ SetJournalNumberNull()

void Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.SetJournalNumberNull ( )
inline

assign NULL value

◆ SetLedgerNumberNull()

void Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.SetLedgerNumberNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.SetModificationIdNull ( )
inlineinherited

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.SetModifiedByNull ( )
inlineinherited

assign NULL value

◆ SetRateOfExchangeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.SetRateOfExchangeNull ( )
inlineinherited

assign NULL value

◆ SetTableSourceNull()

void Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.SetTableSourceNull ( )
inline

assign NULL value

◆ SetTimeEffectiveFromNull()

void Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.SetTimeEffectiveFromNull ( )
inlineinherited

assign NULL value

◆ SetToCurrencyCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.SetToCurrencyCodeNull ( )
inlineinherited

assign NULL value

Property Documentation

◆ BatchNumber

Int32 Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.BatchNumber
getset

The Batch number that references this rate.

◆ BatchPeriod

Int32 Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.BatchPeriod
getset

The Batch Period of the Batch Year in which this row occurs.

◆ BatchStatus

String Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.BatchStatus
getset

The Batch status of the batch that references this rate.

◆ BatchYear

Int32 Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.BatchYear
getset

The Batch Year in which this row occurs.

◆ CreatedBy

String Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.CreatedBy
getsetinherited

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.DateCreated
getsetinherited

The date the record was created.

◆ DateEffectiveFrom

System.DateTime Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.DateEffectiveFrom
getsetinherited

Date the exchange rate becomes effective.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.DateModified
getsetinherited

The date the record was modified.

◆ Description

String Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.Description
getset

The Batch or Journal description that references this rate.

◆ FromCurrencyCode

String Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.FromCurrencyCode
getsetinherited

Defines the currency being exchanged.

◆ JournalNumber

Int32 Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.JournalNumber
getset

The Journal number that references this rate. Value is 0 for Gift Batch.

◆ LedgerNumber

Int32 Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.LedgerNumber
getset

The Ledger number that references this rate.

◆ ModificationId

DateTime Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.ModificationId
getsetinherited

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.ModifiedBy
getsetinherited

User ID of who last modified this record.

◆ RateOfExchange

Decimal Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.RateOfExchange
getsetinherited

The rate of exchange.

◆ TableSource

String Ict.Petra.Shared.MFinance.CrossLedger.Data.ExchangeRateTDSADailyExchangeRateUsageRow.TableSource
getset

The data table that contributed this row. One of 'GB', 'J' or 'DEX'.

◆ TimeEffectiveFrom

Int32 Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.TimeEffectiveFrom
getsetinherited

The date and time.

◆ ToCurrencyCode

String Ict.Petra.Shared.MFinance.Account.Data.ADailyExchangeRateRow.ToCurrencyCode
getsetinherited

Defines which currency is being changed to.


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