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

Transaction types which have special processing. Eg. Allocation, Reallocation, Gift, Revaluation. More...

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

Public Member Functions

 ASpecialTransTypeRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsSubSystemCodeNull ()
 test for NULL value More...
 
void SetSubSystemCodeNull ()
 assign NULL value More...
 
bool IsTransactionTypeCodeNull ()
 test for NULL value More...
 
void SetTransactionTypeCodeNull ()
 assign NULL value More...
 
bool IsTransactionTypeDescriptionNull ()
 test for NULL value More...
 
void SetTransactionTypeDescriptionNull ()
 assign NULL value More...
 
bool IsSpecTransProcessToCallNull ()
 test for NULL value More...
 
void SetSpecTransProcessToCallNull ()
 assign NULL value More...
 
bool IsSpecTransUndoProcessNull ()
 test for NULL value More...
 
void SetSpecTransUndoProcessNull ()
 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 SubSystemCode [get, set]
 Defines a sub system of accounts. More...
 
String TransactionTypeCode [get, set]
 
String TransactionTypeDescription [get, set]
 This is a short description which is 32 charcters long. More...
 
String SpecTransProcessToCall [get, set]
 The filename of the process to call. More...
 
String SpecTransUndoProcess [get, set]
 Process to call to undo the work of the special transaction process, if needed. 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

Transaction types which have special processing. Eg. Allocation, Reallocation, Gift, Revaluation.

Constructor & Destructor Documentation

◆ ASpecialTransTypeRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsSpecTransProcessToCallNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.IsSpecTransProcessToCallNull ( )
inline

test for NULL value

◆ IsSpecTransUndoProcessNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.IsSpecTransUndoProcessNull ( )
inline

test for NULL value

◆ IsSubSystemCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.IsSubSystemCodeNull ( )
inline

test for NULL value

◆ IsTransactionTypeCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.IsTransactionTypeCodeNull ( )
inline

test for NULL value

◆ IsTransactionTypeDescriptionNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.IsTransactionTypeDescriptionNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetSpecTransProcessToCallNull()

void Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.SetSpecTransProcessToCallNull ( )
inline

assign NULL value

◆ SetSpecTransUndoProcessNull()

void Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.SetSpecTransUndoProcessNull ( )
inline

assign NULL value

◆ SetSubSystemCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.SetSubSystemCodeNull ( )
inline

assign NULL value

◆ SetTransactionTypeCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.SetTransactionTypeCodeNull ( )
inline

assign NULL value

◆ SetTransactionTypeDescriptionNull()

void Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.SetTransactionTypeDescriptionNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ SpecTransProcessToCall

String Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.SpecTransProcessToCall
getset

The filename of the process to call.

◆ SpecTransUndoProcess

String Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.SpecTransUndoProcess
getset

Process to call to undo the work of the special transaction process, if needed.

◆ SubSystemCode

String Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.SubSystemCode
getset

Defines a sub system of accounts.

◆ TransactionTypeCode

String Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.TransactionTypeCode
getset

◆ TransactionTypeDescription

String Ict.Petra.Shared.MFinance.Account.Data.ASpecialTransTypeRow.TransactionTypeDescription
getset

This is a short description which is 32 charcters long.


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