WebFactorField Class |
Namespace: ArtDatabanken.WebService.Data
The WebFactorField type exposes the following members.
Name | Description | |
---|---|---|
WebFactorField | Initializes a new instance of the WebFactorField class |
Name | Description | |
---|---|---|
CreatedBy |
User id that created the record.
Set by database when inserted.
Mandatory ie always required.
This property is currently not used.
| |
CreatedDate |
Date record was created.
Set by database when inserted.
Mandatory ie always required.
This property is currently not used.
| |
DatabaseFieldName |
Name for this factor field in database.
| |
EnumId |
Factor field enumeration id for this factor field.
| |
FactorDataTypeId |
Id for this factor data type.
| |
Id |
Id for this factor field.
| |
Information |
Information for this factor field.
| |
IsEnumField |
Test if this factor field is of type enumeration.
| |
IsMain |
Indicator of whether or not this factor field is the main field.
| |
IsSubstantial |
Indicator of whether or not this factor field is a substantial field.
| |
Label |
Label for this factor field.
| |
ModifiedBy |
Id of the user that made the latest update of the record.
Set by database when record is modified.
This property is currently not used.
| |
ModifiedDate |
Date when the latest update of the record was done.
Set by database when record is modified.
This property is currently not used.
| |
Size |
Maximum length of this factor field if it is of type String.
| |
TypeId |
Type id for this factor field.
| |
Unit |
Unit label for this factor field.
|