Click or drag to resize

FieldContainer Methods

The FieldContainer type exposes the following members.

Methods
  NameDescription
Public methodClone
Public methodContainsFixedField
Public methodContainsFixedField(FixedField)
Public methodContainsProperty
Public methodContainsProperty(Int32)
Public methodContainsReferencePathFixedField
Public methodContainsReferenceProperty
Public methodContainsValueProperty
Public methodContainsValuePropertyWithLog
Returns whether the field contains a property with log. If the property can't be located in the cache the method returns false.
Public methodGetDeleted
Public methodGetDescription
Public methodGetFieldType
Public methodStatic memberGetFieldTypeFromKey
Public methodGetId
Returns the id of the field property if m_property != null, else return fixfield id
Public methodGetKey
Public methodGetName
Public methodGetName(Boolean)
Returns the name of the field
Public methodGetNegId
Returns the id of the field property if m_propertyId != 0, else return fixfield id negated.
Public methodGetProperty
Public methodGetPropertyType
Public methodGetValue(DataObjectVersion)
Returns the value for the field from the provided DataObjectVersion.
Public methodGetValue(DataObjectVersion, AppFormatInfo)
Returns the value for the field from the provided DataObjectVersion.
Public methodGetValue(DataObjectVersion, String)
Returns the value for the field from the provided DataObjectVersion.
Public methodStatic memberGetValue(Int32, DataObjectVersion, String)
Public methodGetValue(DataObjectVersion, AppFormatInfo, String)
Returns the value for the field from the provided DataObjectVersion.
Public methodGetValue(DataObjectVersion, String, Boolean)
Returns the value for the field from the provided DataObjectVersion.
Public methodGetValue(DataObjectVersion, AppFormatInfo, String, Boolean)
Returns the value for the field from the provided DataObjectVersion.
Public methodGetValueUrl(DataObject)
Public methodGetValueUrl(DataObjectVersion)
Returns a URL as the value. It can be a URL if the field contains value property with the data type hyperlink.
Public methodGetWidthFactor
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.
Public methodIsEqualTo
Method can determine whether two fields contains the same two fixed fields or the same two properties based on their ID's.
Public methodIsValueType
Public methodStatic memberParseKey
Public methodPassesFilter
Protected methodSetupPropertyFormatter
Public methodToString
(Overrides ObjectToString.)
Public methodStatic memberValidateFixedFieldName
Returns true if s matches with a fixed field name, else return false.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also