Property | Type | Description | |
---|---|---|---|
SEPARATOR | string |
Method | Description | |
---|---|---|
AfterPropertiesSet ( ) : void |
Validate configuration
|
Method | Description | |
---|---|---|
FindCandidateAdvisors ( |
Find all possible advisor candidates to use in auto-proxying
|
|
IsEligibleAdvisorObject ( string advisorName, |
Whether the given advisor is eligible for the specified target.
|
protected FindCandidateAdvisors ( |
||
targetType | the type of the object to be advised | |
targetName | string | the name of the object to be advised |
return | IList |
protected IsEligibleAdvisorObject ( string advisorName, |
||
advisorName | string | the advisor name |
targetType | the target object's type | |
targetName | string | the target object's name |
return | bool |