IFieldInterfaceDecorator
Overview
Interface to be implemented by any aspect that wants to influence any fields defined in a class
Location
- Reference: RemObjects.Elements.Cirrus.dll
- Namespace: RemObjects.Elements.Cirrus
- Ancestry: IBaseAspect | IFieldInterfaceDecorator
Required Methods
HandleInterface
This interface method is called just after all source file interface sections have been parsed and processed
method HandleInterface(Services: IServices; aField: IFieldDefinition)
void HandleInterface(IServices Services, IFieldDefinition aField)
func HandleInterface(_ Services: IServices, _ aField: IFieldDefinition)
void HandleInterface(IServices Services, IFieldDefinition aField)
Sub HandleInterface(Services As IServices, aField As IFieldDefinition)
Parameters:
- Services: services
- aField: field to process