The BaseField type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BaseField | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| LookUpDescription |
Returns the description of a defined lookup value
| |
| LookUpName |
Returns the name of a defined lookup value
| |
| ToString |
This is the full field name
(Overrides Object..::.ToString()()().) |
Properties
| Name | Description | |
|---|---|---|
| CalcFlag |
Gets or sets whether a field is calculated or not.
| |
| CalcFormat |
Gets the calculation format (e.g. city, state, zip would be "[FIELDID], [FIELDID] [FIELDID]")
| |
| DBFieldName |
Field name in customer system that field maps to
| |
| FieldDataType |
Gets the data type that applies to the field
| |
| FieldDescription |
Gets the description of the field
| |
| FieldRestrictionValue |
Determines if field is read-only
| |
| FieldShortName |
Gets the field short name to show user
| |
| FieldVisibilityValue |
Determines if field is visible or hidden or printable
| |
| ServiceLevelID |
Gets the service level that applies to this field
| |
| SystemName |
Gets the system name of the field
| |
| Value |
Gets or sets the value of the field
|