CalculatedDataAttributePrepare Method |
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.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic:
virtual void Prepare() sealed
abstract Prepare : unit -> unit
override Prepare : unit -> unit
Implements
IDataAttributePrepare
See Also