Click or drag to resize

DataObjectViewField Methods

The DataObjectViewField type exposes the following members.

Methods
  NameDescription
Public methodClone (Overrides FieldContainerClone.)
Public methodContainsFixedField
(Inherited from FieldContainer.)
Public methodContainsFixedField(FixedField)
(Inherited from FieldContainer.)
Public methodContainsProperty
(Inherited from FieldContainer.)
Public methodContainsProperty(Int32)
(Inherited from FieldContainer.)
Public methodContainsReferencePathFixedField
(Inherited from FieldContainer.)
Public methodContainsReferenceProperty
(Inherited from FieldContainer.)
Public methodContainsValueProperty
(Inherited from FieldContainer.)
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.
(Inherited from FieldContainer.)
Public methodGetDeleted
(Inherited from FieldContainer.)
Public methodGetDescription
(Inherited from FieldContainer.)
Public methodGetFieldType
(Inherited from FieldContainer.)
Public methodGetId
Returns the id of the field property if m_property != null, else return fixfield id
(Inherited from FieldContainer.)
Public methodGetKey
(Inherited from FieldContainer.)
Public methodGetName
(Inherited from FieldContainer.)
Public methodGetName(Boolean) (Overrides FieldContainerGetName(Boolean).)
Public methodGetNegId
Returns the id of the field property if m_propertyId != 0, else return fixfield id negated.
(Inherited from FieldContainer.)
Public methodGetProperty
(Inherited from FieldContainer.)
Public methodGetPropertyType
(Inherited from FieldContainer.)
Public methodGetValue(DataObjectVersion)
Returns the value for the field from the provided DataObjectVersion.
(Inherited from FieldContainer.)
Public methodGetValue(DataObjectVersion, AppFormatInfo)
Returns the value for the field from the provided DataObjectVersion.
(Inherited from FieldContainer.)
Public methodGetValue(DataObjectVersion, String)
Returns the value for the field from the provided DataObjectVersion.
(Inherited from FieldContainer.)
Public methodGetValue(DataObjectVersion, AppFormatInfo, String)
Returns the value for the field from the provided DataObjectVersion.
(Inherited from FieldContainer.)
Public methodGetValue(DataObjectVersion, String, Boolean)
Returns the value for the field from the provided DataObjectVersion.
(Inherited from FieldContainer.)
Public methodGetValue(DataObjectVersion, AppFormatInfo, String, Boolean)
Returns the value for the field from the provided DataObjectVersion.
(Inherited from FieldContainer.)
Public methodGetValueUrl(DataObject)
(Inherited from FieldContainer.)
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.
(Inherited from FieldContainer.)
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.
(Inherited from FieldContainer.)
Public methodIsEqualTo
Method can determine whether two fields contains the same two fixed fields or the same two properties based on their ID's.
(Inherited from FieldContainer.)
Public methodIsValueType
(Inherited from FieldContainer.)
Public methodPassesFilter
(Inherited from FieldContainer.)
Protected methodSetupPropertyFormatter (Overrides FieldContainerSetupPropertyFormatter(PropertyFormatterBase).)
Public methodToString
(Inherited from FieldContainer.)
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
Explicit Interface Implementations
See Also