FieldContainer Methods |
The FieldContainer type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | ||
| ContainsFixedField | ||
| ContainsFixedField(FixedField) | ||
| ContainsProperty | ||
| ContainsProperty(Int32) | ||
| ContainsReferencePathFixedField | ||
| ContainsReferenceProperty | ||
| ContainsValueProperty | ||
| ContainsValuePropertyWithLog |
Returns whether the field contains a property with log.
If the property can't be located in the cache the method returns false.
| |
| GetDeleted | ||
| GetDescription | ||
| GetFieldType | ||
| GetFieldTypeFromKey | ||
| GetId |
Returns the id of the field property if m_property != null, else return fixfield id
| |
| GetKey | ||
| GetName | ||
| GetName(Boolean) |
Returns the name of the field
| |
| GetNegId |
Returns the id of the field property if m_propertyId != 0,
else return fixfield id negated.
| |
| GetProperty | ||
| GetPropertyType | ||
| GetValue(DataObjectVersion) |
Returns the value for the field from the provided DataObjectVersion.
| |
| GetValue(DataObjectVersion, AppFormatInfo) |
Returns the value for the field from the provided DataObjectVersion.
| |
| GetValue(DataObjectVersion, String) |
Returns the value for the field from the provided DataObjectVersion.
| |
| GetValue(Int32, DataObjectVersion, String) | ||
| GetValue(DataObjectVersion, AppFormatInfo, String) |
Returns the value for the field from the provided DataObjectVersion.
| |
| GetValue(DataObjectVersion, String, Boolean) |
Returns the value for the field from the provided DataObjectVersion.
| |
| GetValue(DataObjectVersion, AppFormatInfo, String, Boolean) |
Returns the value for the field from the provided DataObjectVersion.
| |
| GetValueUrl(DataObject) | ||
| GetValueUrl(DataObjectVersion) |
Returns a URL as the value.
It can be a URL if the field contains value property with the data type hyperlink.
| |
| GetWidthFactor |
Returns a number between 1 and 5.
The number is used in views and indicates a relative width of the field.
1 = very narrow, 2 = narrow, 3 = normal, 4 = wide, 5 = very wide.
| |
| IsEqualTo |
Method can determine whether two fields contains the same two
fixed fields or the same two properties based on their ID's.
| |
| IsValueType | ||
| ParseKey | ||
| PassesFilter | ||
| SetupPropertyFormatter | ||
| ToString | (Overrides ObjectToString.) | |
| ValidateFixedFieldName |
Returns true if s matches with a fixed field name,
else return false.
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |