Click or drag to resize

IntEnumDataAttributeTObject, TEnum Methods

The IntEnumDataAttributeTObject, TEnum generic type exposes the following members.

Methods
  NameDescription
Public methodFilterBy
Creates and returns filter condition for the data attribute
(Inherited from ColumnDataAttributeTObject, TValue.)
Public methodGetComplexTypeAccessor
Gets the complex type value accessor or null if the attribute does not support it. Complex type values are frequently used in Entity Data Models.
(Inherited from DataAttributeBaseTObject.)
Public methodGetDisplayValueAccessor
Gets the display text accessor or null if the attribute does not support it. The display value is localized in the current thread culture and is suitable for displaying and modification by end users.
(Inherited from ColumnDataAttributeTObject, TValue.)
Public methodGetInvariantStringAccessor
Gets the culture-neutral text value accessor or null if the attribute does not support it. The text value represents the values for import/export to text files or streams.
(Inherited from ColumnDataAttributeTObject, TValue.)
Public methodGetPrimitiveValueAccessor
Gets the primitive value accessor or null if the attribute does not support it. Used in public APIs to represent a complex value as a primitive value.
(Inherited from DataAttributeBaseTObject.)
Public methodGetUntypedValue
Gets the value of the data attribute for the specified domain object
(Inherited from DataAttributeBaseTObject.)
Public methodGetUntypedValueForRow
Gets the value of the attribute from any compatible buffer row
(Overrides ColumnDataAttributeTObject, TValueGetUntypedValueForRow(IBufferRow, Boolean).)
Public methodGetValue
Gets the value of the data attribute for the specified domain object
(Inherited from DataAttributeTObject, TValue.)
Public methodHasValue
Determines whether the specified object has value for the data attribute.
(Inherited from DataAttributeBaseTObject.)
Public methodOnDataAttributeChanged
Raises the DataAttributeChanged event.
(Inherited from DataAttributeBaseTObject.)
Public methodPrepare
Performs attribute-specific work to prepare the attribute. For example calculated attributes must be compiled. Called by the system after the attribute is added to the repository.
(Inherited from DataAttributeBaseTObject.)
Public methodSetDefaultValue
Sets the attribute to its default value.
(Inherited from DataAttributeBaseTObject.)
Public methodSetUntypedValue
Sets the value of the data attribute for the specified entity object
(Inherited from DataAttributeBaseTObject.)
Public methodSetUntypedValueForRowCore
Sets the value of the attribute for any compatible buffer row
(Overrides ColumnDataAttributeTObject, TValueSetUntypedValueForRowCore(IBufferRow, Object).)
Public methodSetValue
Sets the value of the data attribute for the specified domain object
(Inherited from DataAttributeTObject, TValue.)
Public methodShouldRecalculateLateDefault
Returns true if the attribute should be recalculated for the specified object.
(Inherited from DataAttributeBaseTObject.)
Public methodToString
Returns a String that represents this instance.
(Inherited from ColumnDataAttributeTObject, TValue.)
Top
See Also