Class OriginalDisplayNameAttribute
Specifies the original display name for a class or member.
public class OriginalDisplayNameAttribute : Attribute, _Attribute
- Inheritance
-
OriginalDisplayNameAttribute
- Implements
- Inherited Members
Remarks
This attribute is usually applied to a property or method of an adapter if the generated property or method name is different from the original display name of the corresponding attribute or action.
Constructors
OriginalDisplayNameAttribute(string)
Initializes a new instance.
public OriginalDisplayNameAttribute(string originalDisplayName)
Parameters
originalDisplayNamestringThe original display name.
Properties
DisplayName
Gets the original display name for the class or member.
public string DisplayName { get; }