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

The form description for user definable forms such as receipts. More...

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

Public Member Functions

 AFormRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsFormCodeNull ()
 test for NULL value More...
 
void SetFormCodeNull ()
 assign NULL value More...
 
bool IsFormNameNull ()
 test for NULL value More...
 
void SetFormNameNull ()
 assign NULL value More...
 
bool IsFormDescriptionNull ()
 test for NULL value More...
 
void SetFormDescriptionNull ()
 assign NULL value More...
 
bool IsFormFileNameNull ()
 test for NULL value More...
 
void SetFormFileNameNull ()
 assign NULL value More...
 
bool IsFormTypeCodeNull ()
 test for NULL value More...
 
void SetFormTypeCodeNull ()
 assign NULL value More...
 
bool IsNumberOfDetailsNull ()
 test for NULL value More...
 
void SetNumberOfDetailsNull ()
 assign NULL value More...
 
bool IsPrintInBoldNull ()
 test for NULL value More...
 
void SetPrintInBoldNull ()
 assign NULL value More...
 
bool IsLinesOnPageNull ()
 test for NULL value More...
 
void SetLinesOnPageNull ()
 assign NULL value More...
 
bool IsMinimumAmountNull ()
 test for NULL value More...
 
void SetMinimumAmountNull ()
 assign NULL value More...
 
bool IsOptionsNull ()
 test for NULL value More...
 
void SetOptionsNull ()
 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 FormCode [get, set]
 The code which defines the type of form described in the table. More...
 
String FormName [get, set]
 The name of the form being created for the form code. More...
 
String FormDescription [get, set]
 Description of the form. More...
 
String FormFileName [get, set]
 File name used for the form. Includes path information. More...
 
String FormTypeCode [get, set]
 If there are several types of form then it can be specified here. Eg an annual receipt and an individual receipt. More...
 
Int32 NumberOfDetails [get, set]
 The number of repeating lines that will be displayed on each page of a form. More...
 
Boolean PrintInBold [get, set]
 Is the report to be formatted to print in bold or not. More...
 
Int32 LinesOnPage [get, set]
 The total number of lines that can be displayed on the page. More...
 
Decimal MinimumAmount [get, set]
 The minimum amount that is acceptable on a receipt. More...
 
String Options [get, set]
 Allows the exclusion of certain records from a report. 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

The form description for user definable forms such as receipts.

Constructor & Destructor Documentation

◆ AFormRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsFormCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormRow.IsFormCodeNull ( )
inline

test for NULL value

◆ IsFormDescriptionNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormRow.IsFormDescriptionNull ( )
inline

test for NULL value

◆ IsFormFileNameNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormRow.IsFormFileNameNull ( )
inline

test for NULL value

◆ IsFormNameNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormRow.IsFormNameNull ( )
inline

test for NULL value

◆ IsFormTypeCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormRow.IsFormTypeCodeNull ( )
inline

test for NULL value

◆ IsLinesOnPageNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormRow.IsLinesOnPageNull ( )
inline

test for NULL value

◆ IsMinimumAmountNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormRow.IsMinimumAmountNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsNumberOfDetailsNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormRow.IsNumberOfDetailsNull ( )
inline

test for NULL value

◆ IsOptionsNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormRow.IsOptionsNull ( )
inline

test for NULL value

◆ IsPrintInBoldNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AFormRow.IsPrintInBoldNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetFormCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormRow.SetFormCodeNull ( )
inline

assign NULL value

◆ SetFormDescriptionNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormRow.SetFormDescriptionNull ( )
inline

assign NULL value

◆ SetFormFileNameNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormRow.SetFormFileNameNull ( )
inline

assign NULL value

◆ SetFormNameNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormRow.SetFormNameNull ( )
inline

assign NULL value

◆ SetFormTypeCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormRow.SetFormTypeCodeNull ( )
inline

assign NULL value

◆ SetLinesOnPageNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormRow.SetLinesOnPageNull ( )
inline

assign NULL value

◆ SetMinimumAmountNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormRow.SetMinimumAmountNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetNumberOfDetailsNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormRow.SetNumberOfDetailsNull ( )
inline

assign NULL value

◆ SetOptionsNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormRow.SetOptionsNull ( )
inline

assign NULL value

◆ SetPrintInBoldNull()

void Ict.Petra.Shared.MFinance.Account.Data.AFormRow.SetPrintInBoldNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ FormCode

String Ict.Petra.Shared.MFinance.Account.Data.AFormRow.FormCode
getset

The code which defines the type of form described in the table.

◆ FormDescription

String Ict.Petra.Shared.MFinance.Account.Data.AFormRow.FormDescription
getset

Description of the form.

◆ FormFileName

String Ict.Petra.Shared.MFinance.Account.Data.AFormRow.FormFileName
getset

File name used for the form. Includes path information.

◆ FormName

String Ict.Petra.Shared.MFinance.Account.Data.AFormRow.FormName
getset

The name of the form being created for the form code.

◆ FormTypeCode

String Ict.Petra.Shared.MFinance.Account.Data.AFormRow.FormTypeCode
getset

If there are several types of form then it can be specified here. Eg an annual receipt and an individual receipt.

◆ LinesOnPage

Int32 Ict.Petra.Shared.MFinance.Account.Data.AFormRow.LinesOnPage
getset

The total number of lines that can be displayed on the page.

◆ MinimumAmount

Decimal Ict.Petra.Shared.MFinance.Account.Data.AFormRow.MinimumAmount
getset

The minimum amount that is acceptable on a receipt.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ NumberOfDetails

Int32 Ict.Petra.Shared.MFinance.Account.Data.AFormRow.NumberOfDetails
getset

The number of repeating lines that will be displayed on each page of a form.

◆ Options

String Ict.Petra.Shared.MFinance.Account.Data.AFormRow.Options
getset

Allows the exclusion of certain records from a report.

◆ PrintInBold

Boolean Ict.Petra.Shared.MFinance.Account.Data.AFormRow.PrintInBold
getset

Is the report to be formatted to print in bold or not.


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