PropertyConfiguration Class |
Specifies a property assignment.
System.Object
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.PropertyConfiguration
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.PropertyConfiguration
Namespace: PostSharp.Sdk.Extensibility.Configuration
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
[SerializableAttribute] public sealed class PropertyConfiguration : ConfigurationElement
The PropertyConfiguration type exposes the following members.
Name | Description | |
---|---|---|
PropertyConfiguration() |
Creates an uninitialized PropertyConfiguration.
| |
PropertyConfiguration(String, String) |
Initializes a new PropertyConfiguration.
| |
PropertyConfiguration(String, String, Boolean) | Initializes a new instance of the PropertyConfiguration class |
Name | Description | |
---|---|---|
Condition | ||
Deferred | ||
Location | (Inherited from ConfigurationElement.) | |
Name |
Gets or sets the property name (primary key).
| |
Overwrite |
Determines whether the property will be overwritten if it already exists.
| |
Parent |
Gets the parent configuration element.
(Inherited from ConfigurationElement.) | |
Root |
Gets the root configuration element.
(Inherited from ConfigurationElement.) | |
Sealed | ||
Value |
Gets or sets the property value.
| |
Xml | (Inherited from ConfigurationElement.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Overrides Object.ToString().) | |
Validate |
Validates the current configuration element.
(Inherited from ConfigurationElement.) |