IPropertyInterfaceDecorator

Overview

Interface to be implemented by any aspect that wants to influence the interface of a property.

Location


Required Methods


HandleInterface

Called for each property this attribute is applied to. This method is called after all interface sections of all files have been parsed. Members added from within this call will be available from source.

 

method HandleInterface(Services: IServices; aProperty: IPropertyDefinition)

 

void HandleInterface(IServices Services, IPropertyDefinition aProperty)

 

func HandleInterface(_ Services: IServices, _ aProperty: IPropertyDefinition)

 

void HandleInterface(IServices Services, IPropertyDefinition aProperty)

 

Sub HandleInterface(Services As IServices, aProperty As IPropertyDefinition)

Parameters:

  • Services: services for type resolving
  • aProperty: property to handle