OpenPetra
Free Administration Software for Non-Profits
|
Holds information used specifically in revaluations. The table extends the a_journal table. More...
Public Member Functions | |
ARevaluationRow (System.Data.DataRowBuilder rb) | |
Constructor. More... | |
virtual 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 | IsRevaluationCurrencyNull () |
test for NULL value More... | |
void | SetRevaluationCurrencyNull () |
assign NULL value More... | |
bool | IsExchangeRateToBaseNull () |
test for NULL value More... | |
void | SetExchangeRateToBaseNull () |
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 revaluation journal belongs to this ledger. More... | |
Int32 | BatchNumber [get, set] |
identifes which batch the revaluation journal belongs to. More... | |
Int32 | JournalNumber [get, set] |
Identifies the revaluation journal within a batch (usually 1) More... | |
String | RevaluationCurrency [get, set] |
This defines which revaluation currency the rate applies to. More... | |
Decimal | ExchangeRateToBase [get, set] |
The rate of exchange from the revaluation currency (in a_revaluation_currency_c) to the ledger base currency. 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... | |
Holds information used specifically in revaluations. The table extends the a_journal table.
|
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 |
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 |
identifes which batch the revaluation journal belongs to.
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
The rate of exchange from the revaluation currency (in a_revaluation_currency_c) to the ledger base currency.
|
getset |
Identifies the revaluation journal within a batch (usually 1)
|
getset |
The revaluation journal belongs to this ledger.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
This defines which revaluation currency the rate applies to.