CollectionDynamicAdvice<T> Properties |
The CollectionDynamicAdvice<T> generic type exposes the following members.
Name | Description | |
---|---|---|
AdvisedObject |
Gets the advised object.
(Inherited from DynamicAdvice.) | |
Collection |
Gets the target AdvisableCollection<T>.
| |
Identity |
Gets the type identity of the advice, which should correspond to the first parameter of the Advise(Type, Func<IQueryInterface, IDynamicAdvice>) method.
This is typically the generic type definition of the advice
(Inherited from DynamicAdvice.) | |
Order |
Gets the execution order of the dynamic advice. See DynamicAdviceOrder.
(Inherited from DynamicAdvice.) |