ResourceDisplayNameAttribute Members
Include Protected Members
Include Inherited Members
The ResourceDisplayNameAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResourceDisplayNameAttribute | Overloaded. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from DisplayNameAttribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from DisplayNameAttribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from DisplayNameAttribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
DisplayName |
Gets the display name for a property, event, or public void method that takes no arguments stored in this attribute.
(Overrides DisplayNameAttribute.DisplayName.) |
|
DisplayNameValue | (Inherited from DisplayNameAttribute.) | |
ResourceName |
Name of the string resource containing our display name.
|
|
ResourceType |
A type contained in the assembly we want to get our display name from.
|
|
TypeId | (Inherited from Attribute.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
See Also
ResourceDisplayNameAttribute Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace