[This is preliminary documentation and is subject to change.]

Describes attributes and metadata of a configuration key.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public class ConfigKeyAttribute : DescriptionAttribute

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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()()()()
Returns a String that represents the current Object.
(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

See Also