LocalizedDescriptionAttribute Class |
Namespace: Enkoni.Framework
The LocalizedDescriptionAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| LocalizedDescriptionAttribute(String) | Initializes a new instance of the LocalizedDescriptionAttribute class. | |
| LocalizedDescriptionAttribute(String, Type) | Initializes a new instance of the LocalizedDescriptionAttribute class. |
| Name | Description | |
|---|---|---|
| DefaultDescription | Gets or sets the default description in case the resource key could not be found in the resources. | |
| Description | Gets the description stored in this attribute. (Inherited from DescriptionAttribute.) | |
| DescriptionValue | Gets or sets the string stored as the description. (Inherited from DescriptionAttribute.) | |
| ResourceKey | Gets the key with which the description must be retrieved from the resources. | |
| ResourceType | Gets the type of the resources that contains the description. |
| Name | Description | |
|---|---|---|
| Equals | Returns whether the value of the given object is equal to the current DescriptionAttribute. (Inherited from DescriptionAttribute.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |