CompositionAspectConfigurationAttribute Properties |
The CompositionAspectConfigurationAttribute type exposes the following members.
Name | Description | |
---|---|---|
AncestorOverrideAction |
Specifies the action (Fail or Ignore)
to be overtaken when an ancestor of one of the interfaces specified by PublicInterfaces
is already implemented by the type to which the current aspect is applied.
| |
AspectPriority |
Gets or sets the weaving priority of the aspect.
(Inherited from AspectConfigurationAttribute.) | |
GenerateImplementationAccessor | Obsolete.
This property has no effect.
| |
NonSerializedImplementation |
Determines whether the field containing the interface implementation (and storing the object returned by
CreateImplementationObject(AdviceArgs)) should be excluded from serialization by BinaryFormatter.
The same effect is typically obtained by applying the NonSerializedAttribute custom attribute to the field.
| |
OverrideAction |
Specifies the action (Fail or Ignore)
to be overtaken when one of the interfaces specified by PublicInterfaces or ProtectedInterfaces
is already implemented by the type to which the aspect is applied.
| |
ProtectedInterfaces |
Gets or sets the array of type names of interfaces to be introduced indirectly into the target type of the aspect.
| |
PublicInterfaces |
Gets or sets the array of type names of interfaces that should be introduced publicly into
the target type of the aspect.
| |
SerializerType |
Gets or sets the Type of the serializer that will be used
to configure the current aspect.
(Inherited from AspectConfigurationAttribute.) |