Click or drag to resize

IDataAttributeExtensions Class

Provides extension methods for the IDataAttribute interface.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.DomainIDataAttributeExtensions

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static class IDataAttributeExtensions

The IDataAttributeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetUntypedValueAccessor
Gets the untyped value accessor.
Public methodStatic memberIsNull
Determines whether value of the attribute of the specified object is null.
Public methodStatic memberRecalculate
Recalculates the value of the data attribute for the specified object.
Top
See Also