OpenPetra
Free Administration Software for Non-Profits
|
This table is used to define data labels for individual use in each office. More...
Public Member Functions | |
PDataLabelRow (System.Data.DataRowBuilder rb) | |
Constructor. More... | |
virtual void | InitValues () |
set default values More... | |
bool | IsKeyNull () |
test for NULL value More... | |
void | SetKeyNull () |
assign NULL value More... | |
bool | IsTextNull () |
test for NULL value More... | |
void | SetTextNull () |
assign NULL value More... | |
bool | IsGroupNull () |
test for NULL value More... | |
void | SetGroupNull () |
assign NULL value More... | |
bool | IsDescriptionNull () |
test for NULL value More... | |
void | SetDescriptionNull () |
assign NULL value More... | |
bool | IsDataTypeNull () |
test for NULL value More... | |
void | SetDataTypeNull () |
assign NULL value More... | |
bool | IsCharLengthNull () |
test for NULL value More... | |
void | SetCharLengthNull () |
assign NULL value More... | |
bool | IsNumDecimalPlacesNull () |
test for NULL value More... | |
void | SetNumDecimalPlacesNull () |
assign NULL value More... | |
bool | IsCurrencyCodeNull () |
test for NULL value More... | |
void | SetCurrencyCodeNull () |
assign NULL value More... | |
bool | IsLookupCategoryCodeNull () |
test for NULL value More... | |
void | SetLookupCategoryCodeNull () |
assign NULL value More... | |
bool | IsEntryMandatoryNull () |
test for NULL value More... | |
void | SetEntryMandatoryNull () |
assign NULL value More... | |
bool | IsDisplayedNull () |
test for NULL value More... | |
void | SetDisplayedNull () |
assign NULL value More... | |
bool | IsNotDisplayedFromNull () |
test for NULL value More... | |
void | SetNotDisplayedFromNull () |
assign NULL value More... | |
bool | IsEditableNull () |
test for NULL value More... | |
void | SetEditableNull () |
assign NULL value More... | |
bool | IsNotEditableFromNull () |
test for NULL value More... | |
void | SetNotEditableFromNull () |
assign NULL value More... | |
bool | IsRestrictedNull () |
test for NULL value More... | |
void | SetRestrictedNull () |
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 | |
Int32 | Key [get, set] |
A sequence key for data labels. More... | |
String | Text [get, set] |
Label Text. More... | |
String | Group [get, set] |
Data Label Group. More... | |
String | Description [get, set] |
Description (Help Text) for the label that the user will see. More... | |
String | DataType [get, set] |
Data Type (char | integer | float | currency | boolean | date | time | partnerkey | lookup) More... | |
Int32 | CharLength [get, set] |
Maximum length of data string if data type is set to character. More... | |
Int32 | NumDecimalPlaces [get, set] |
Number of decimal places if data type is set to numeric. More... | |
String | CurrencyCode [get, set] |
This defines which currency is being used (if data type is currency) More... | |
String | LookupCategoryCode [get, set] |
If a lookup category is selected then the values can be chosen from a drop down box. More... | |
Boolean | EntryMandatory [get, set] |
If TRUE then a value for this label has to be set. More... | |
Boolean | Displayed [get, set] |
If TRUE then this data label will be displayed. Gives a chance to hide but keep labels for historical reasons. More... | |
System.? DateTime | NotDisplayedFrom [get, set] |
Data label will not be displayed any longer from this date on. More... | |
Boolean | Editable [get, set] |
if FALSE then the values will be displayed but are not editable. More... | |
System.? DateTime | NotEditableFrom [get, set] |
Data label values will not be editable any longer from this date on. More... | |
Boolean | Restricted [get, set] |
Indicates whether or not the data label has restricted access. If it does then the access will be controlled by s_group_data_label. 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... | |
This table is used to define data labels for individual use in each office.
|
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 |
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
|
inline |
assign NULL value
|
getset |
Maximum length of data string if data type is set to character.
|
getset |
User ID of who created this record.
|
getset |
This defines which currency is being used (if data type is currency)
|
getset |
Data Type (char | integer | float | currency | boolean | date | time | partnerkey | lookup)
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
Description (Help Text) for the label that the user will see.
|
getset |
If TRUE then this data label will be displayed. Gives a chance to hide but keep labels for historical reasons.
|
getset |
if FALSE then the values will be displayed but are not editable.
|
getset |
If TRUE then a value for this label has to be set.
|
getset |
Data Label Group.
|
getset |
A sequence key for data labels.
|
getset |
If a lookup category is selected then the values can be chosen from a drop down box.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
Data label will not be displayed any longer from this date on.
|
getset |
Data label values will not be editable any longer from this date on.
|
getset |
Number of decimal places if data type is set to numeric.
|
getset |
Indicates whether or not the data label has restricted access. If it does then the access will be controlled by s_group_data_label.
|
getset |
Label Text.