OpenPetra
Free Administration Software for Non-Profits
|
List of forms for printers. More...
Public Member Functions | |
SFormRow (System.Data.DataRowBuilder rb) | |
Constructor. More... | |
virtual void | InitValues () |
set default values 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 | IsDefaultFontNull () |
test for NULL value More... | |
void | SetDefaultFontNull () |
assign NULL value More... | |
bool | IsDefaultFontSizeNull () |
test for NULL value More... | |
void | SetDefaultFontSizeNull () |
assign NULL value More... | |
bool | IsDefaultLpiNull () |
test for NULL value More... | |
void | SetDefaultLpiNull () |
assign NULL value More... | |
bool | IsDefaultCpiNull () |
test for NULL value More... | |
void | SetDefaultCpiNull () |
assign NULL value More... | |
bool | IsFormLengthNull () |
test for NULL value More... | |
void | SetFormLengthNull () |
assign NULL value More... | |
bool | IsFormWidthNull () |
test for NULL value More... | |
void | SetFormWidthNull () |
assign NULL value More... | |
bool | IsFormOrientationNull () |
test for NULL value More... | |
void | SetFormOrientationNull () |
assign NULL value More... | |
bool | IsUnitOfMeasureNull () |
test for NULL value More... | |
void | SetUnitOfMeasureNull () |
assign NULL value More... | |
bool | IsTopMarginNull () |
test for NULL value More... | |
void | SetTopMarginNull () |
assign NULL value More... | |
bool | IsBottomMarginNull () |
test for NULL value More... | |
void | SetBottomMarginNull () |
assign NULL value More... | |
bool | IsLeftMarginNull () |
test for NULL value More... | |
void | SetLeftMarginNull () |
assign NULL value More... | |
bool | IsRightMarginNull () |
test for NULL value More... | |
void | SetRightMarginNull () |
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 | FormName [get, set] |
This identifies the form. More... | |
String | FormDescription [get, set] |
This is a description of the form. More... | |
String | DefaultFont [get, set] |
Int32 | DefaultFontSize [get, set] |
Default font size (points) More... | |
Int32 | DefaultLpi [get, set] |
Number of lines per unit of measure. More... | |
Int32 | DefaultCpi [get, set] |
Number of characters per unit of measure. More... | |
Decimal | FormLength [get, set] |
Height of the page. More... | |
Decimal | FormWidth [get, set] |
Width of the page. More... | |
String | FormOrientation [get, set] |
Boolean | UnitOfMeasure [get, set] |
Unit of measure for the form. True if inches, false if centimeters. More... | |
Decimal | TopMargin [get, set] |
Top margin. More... | |
Decimal | BottomMargin [get, set] |
Bottom margin. More... | |
Decimal | LeftMargin [get, set] |
Left margin. More... | |
Decimal | RightMargin [get, set] |
Right margin. 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... | |
List of forms for printers.
|
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 |
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
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
getset |
Bottom margin.
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
Number of characters per unit of measure.
|
getset |
|
getset |
Default font size (points)
|
getset |
Number of lines per unit of measure.
|
getset |
This is a description of the form.
|
getset |
Height of the page.
|
getset |
This identifies the form.
|
getset |
|
getset |
Width of the page.
|
getset |
Left margin.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
Right margin.
|
getset |
Top margin.
|
getset |
Unit of measure for the form. True if inches, false if centimeters.