LocalizedDescriptionAttribute Class Members
The following tables list the members exposed by LocalizedDescriptionAttribute.
Public Constructors
Name | Description | |
---|---|---|
LocalizedDescriptionAttribute Constructor | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
Description | Overridden. Gets the description from the resource file based on description value. | |
ResourceBaseName | Gets the Resource base name for the localized string. | |
ResourceId | Gets the Resource ID for the localized string. | |
TypeFromAssembly | Gets the type from the assembly containing the resources to be used. | |
TypeId | (Inherited from System.Attribute) |
Protected Properties
Name | Description | |
---|---|---|
DescriptionValue | (Inherited from System.ComponentModel.DescriptionAttribute) |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from System.ComponentModel.DescriptionAttribute) | |
GetHashCode | (Inherited from System.ComponentModel.DescriptionAttribute) | |
IsDefaultAttribute | (Inherited from System.ComponentModel.DescriptionAttribute) | |
Match | (Inherited from System.Attribute) |
See Also