CustomAttributeIntroductionAspectConfiguration Class |
PostSharp.Aspects.Configuration.AspectConfiguration
PostSharp.Aspects.Configuration.CustomAttributeIntroductionAspectConfiguration
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp (in PostSharp.dll) Version: 6.7.12.0 (6.7.12.0)
public sealed class CustomAttributeIntroductionAspectConfiguration : AspectConfiguration
The CustomAttributeIntroductionAspectConfiguration type exposes the following members.
Name | Description | |
---|---|---|
CustomAttributeIntroductionAspectConfiguration | Initializes a new instance of the CustomAttributeIntroductionAspectConfiguration class |
Name | Description | |
---|---|---|
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.) | |
ObjectConstruction |
Gets or sets the construction of the custom attribute that must be applied to the target of this 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.) |