Method |
Description |
|
After ( UnifiedElement model, AspectElement target, UnifiedBlock advice ) : void |
|
|
Around ( UnifiedElement model ) : void |
|
|
Before ( UnifiedElement model, AspectElement target, UnifiedBlock advice ) : void |
|
|
InsertAtAfterSet ( UnifiedElement root, Regex regex, UnifiedBlock advice ) : void |
|
|
InsertAtAfterSetByName ( UnifiedElement root, string name, UnifiedBlock advice ) : void |
|
|
InsertAtBeforeSet ( UnifiedElement root, Regex regex, UnifiedBlock advice ) : void |
|
|
InsertAtBeforeSetByName ( UnifiedElement root, string name, UnifiedBlock advice ) : void |
|
|