OpenPetra
Free Administration Software for Non-Profits
|
The form description for user definable forms such as receipts. More...
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... | |
The form description for user definable forms such as receipts.
|
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 |
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
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
The code which defines the type of form described in the table.
|
getset |
Description of the form.
|
getset |
File name used for the form. Includes path information.
|
getset |
The name of the form being created for the form code.
|
getset |
If there are several types of form then it can be specified here. Eg an annual receipt and an individual receipt.
|
getset |
The total number of lines that can be displayed on the page.
|
getset |
The minimum amount that is acceptable on a receipt.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
The number of repeating lines that will be displayed on each page of a form.
|
getset |
Allows the exclusion of certain records from a report.
|
getset |
Is the report to be formatted to print in bold or not.