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

Used for initial set up of budgets, for how to calculate amounts for each period. Some possible types are adhoc,same,percentage of annual. More...

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

Public Member Functions

 ABudgetTypeRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsBudgetTypeCodeNull ()
 test for NULL value More...
 
void SetBudgetTypeCodeNull ()
 assign NULL value More...
 
bool IsBudgetTypeDescriptionNull ()
 test for NULL value More...
 
void SetBudgetTypeDescriptionNull ()
 assign NULL value More...
 
bool IsBudgetProcessToCallNull ()
 test for NULL value More...
 
void SetBudgetProcessToCallNull ()
 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 BudgetTypeCode [get, set]
 The type. Adhoc, Split, Same, Inflate. More...
 
String BudgetTypeDescription [get, set]
 
String BudgetProcessToCall [get, set]
 The Petra programme filename of the process to call. 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

Used for initial set up of budgets, for how to calculate amounts for each period. Some possible types are adhoc,same,percentage of annual.

Constructor & Destructor Documentation

◆ ABudgetTypeRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsBudgetProcessToCallNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ABudgetTypeRow.IsBudgetProcessToCallNull ( )
inline

test for NULL value

◆ IsBudgetTypeCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ABudgetTypeRow.IsBudgetTypeCodeNull ( )
inline

test for NULL value

◆ IsBudgetTypeDescriptionNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ABudgetTypeRow.IsBudgetTypeDescriptionNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ SetBudgetProcessToCallNull()

void Ict.Petra.Shared.MFinance.Account.Data.ABudgetTypeRow.SetBudgetProcessToCallNull ( )
inline

assign NULL value

◆ SetBudgetTypeCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ABudgetTypeRow.SetBudgetTypeCodeNull ( )
inline

assign NULL value

◆ SetBudgetTypeDescriptionNull()

void Ict.Petra.Shared.MFinance.Account.Data.ABudgetTypeRow.SetBudgetTypeDescriptionNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

Property Documentation

◆ BudgetProcessToCall

String Ict.Petra.Shared.MFinance.Account.Data.ABudgetTypeRow.BudgetProcessToCall
getset

The Petra programme filename of the process to call.

◆ BudgetTypeCode

String Ict.Petra.Shared.MFinance.Account.Data.ABudgetTypeRow.BudgetTypeCode
getset

The type. Adhoc, Split, Same, Inflate.

◆ BudgetTypeDescription

String Ict.Petra.Shared.MFinance.Account.Data.ABudgetTypeRow.BudgetTypeDescription
getset

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.


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