C# Class ExoGraph.Injection.ExoGraphAttribute

Inheritance: CompoundAspect
Mostrar archivo Open project: vc3/ExoModel

Public Methods

Method Description
ProvideAspects ( object targetElement, LaosReflectionAspectCollection collection ) : void

Method called at compile time to get individual aspects required by the current compound aspect.

Method Details

ProvideAspects() public method

Method called at compile time to get individual aspects required by the current compound aspect.
public ProvideAspects ( object targetElement, LaosReflectionAspectCollection collection ) : void
targetElement object Metadata element ( in this case) to which /// the current custom attribute instance is applied.
collection LaosReflectionAspectCollection Collection of aspects to which individual aspects should be added.
return void