[This is preliminary documentation and is subject to change.]
Describes attributes and metadata of a configuration key.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
[AttributeUsageAttribute(AttributeTargets.Field)] public class ConfigKeyAttribute : DescriptionAttribute
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ConfigKeyAttribute(ConfigSection, Type, Object, String) | Initializes a new instance of the ConfigKeyAttribute class | |
| DefaultValue | ||
| Description |
Gets the description stored in this attribute.
(Inherited from DescriptionAttribute.) | |
| DescriptionValue |
Gets or sets the string stored as the description.
(Inherited from DescriptionAttribute.) | |
| Equals(Object) |
Returns whether the value of the given object is equal to the current DescriptionAttribute.
(Inherited from DescriptionAttribute.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from DescriptionAttribute.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsDefaultAttribute()()()() |
Returns a value indicating whether this is the default DescriptionAttribute instance.
(Inherited from DescriptionAttribute.) | |
| Key | ||
| Match(Object) |
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NotBlank | ||
| Process(String) | ||
| Section | ||
| ToString()()()() | (Inherited from Object.) | |
| TryValidate(String) | ||
| TypeId |
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.) | |
| Validate(String) | ||
| ValueType |
Inheritance Hierarchy
System..::..Object
System..::..Attribute
System.ComponentModel..::..DescriptionAttribute
fCraft..::..ConfigKeyAttribute
System..::..Attribute
System.ComponentModel..::..DescriptionAttribute
fCraft..::..ConfigKeyAttribute