IDataAttribute Methods |
The IDataAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | FilterBy |
Creates and returns filter condition for the data attribute
|
![]() | GetComplexTypeAccessor |
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.
|
![]() | GetDisplayValueAccessor |
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.
|
![]() | GetInvariantStringAccessor |
Gets the text value accessor or null if the attribute does not support it.
The text value is used when importing from or exporting to text files or streams.
|
![]() | GetPrimitiveValueAccessor |
Gets the primitive value accessor or null if the attribute does not support it.
The type of the value is represented by PrimitiveValueType.
|
![]() | GetUntypedValue |
Gets the value of the data attribute for the specified domain object
|
![]() | OnDataAttributeChanged |
Raises the DataAttributeChanged event.
|
![]() | Prepare |
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.
|
![]() | SetDefaultValue |
Sets the attribute to its default value.
|
![]() | SetUntypedValue |
Sets the value of the data attribute for the specified entity object
|
![]() | ShouldRecalculateLateDefault |
Returns true if the attribute should be recalculated for the specified object.
|
Name | Description | |
---|---|---|
![]() | GetUntypedValueAccessor |
Gets the untyped value accessor.
(Defined by IDataAttributeExtensions.) |
![]() | IsNull |
Determines whether value of the attribute of the specified object is null.
(Defined by IDataAttributeExtensions.) |