Open sandboxFocus

Method BuildAspect

BuildAspect(IAspectBuilder<IFieldOrProperty>)

Initializes the aspect. The implementation must add advice, child aspects and validators using the builder parameter.

Declaration
public virtual void BuildAspect(IAspectBuilder<IFieldOrProperty> builder)
Parameters
Type Name Description
IAspectBuilder<IFieldOrProperty> builder

An object that allows the aspect to add advice, child aspects and validators.

Implements