class DisplayNameAttribute
in global :: System . ComponentModel
Specifies the display name for a property, event, or public void method which takes no arguments.
public DisplayNameAttribute( string displayName )
Initializes a new instance of the class using the display name.
displayNameThe display name.
public static DisplayNameAttribute Default
Specifies the default value for the . This field is read-only.
public string DisplayName { get; }
Gets the display name for a property, event, or public void method that takes no arguments stored in this attribute.
- Returns The display name.
public bool Equals( object obj )
Determines whether two instances are equal.
objThe to test the value equality of.- Returns if the value of the given object is equal to that of the current object; otherwise, .
public int GetHashCode( )
😔 No documentation found.
public bool IsDefaultAttribute( )
😔 No documentation found.
public object TypeId { get; }
😔 No documentation found.
public bool Match( object obj )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public DisplayNameAttribute( )
😔 No documentation found.