CompositionAspectConfiguration Class |
PostSharp.Aspects.Configuration.AspectConfiguration
PostSharp.Aspects.Configuration.CompositionAspectConfiguration
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.16.0 (6.5.16.0)
public sealed class CompositionAspectConfiguration : AspectConfiguration
The CompositionAspectConfiguration type exposes the following members.
Name | Description | |
---|---|---|
CompositionAspectConfiguration | Initializes a new instance of the CompositionAspectConfiguration class |
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 aspect priority. Aspects with smaller priority are processed first. The default priority is zero.
(Inherited from AspectConfiguration.) | |
Dependencies |
Gets or sets the collection of dependencies.
(Inherited from AspectConfiguration.) | |
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
is already implemented by the type to which the aspect is applied.
| |
PublicInterfaces |
Gets or sets the array 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 AspectConfiguration.) | |
UnsupportedTargetAction |
Specifies the action to take when the aspect is applied to an unsupported target element.
(Inherited from AspectConfiguration.) |