Click or drag to resize
LocalisedDisplayNameAttribute Class
A localisable version of the ComponentModel DisplayNameAttribute.
Inheritance Hierarchy

Namespace: VirtualRadar.Localisation
Assembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class LocalisedDisplayNameAttribute : DisplayNameAttribute

The LocalisedDisplayNameAttribute type exposes the following members.

Constructors
  NameDescription
Public methodLocalisedDisplayNameAttribute
Creates a new object.
Top
Properties
  NameDescription
Public propertyDisplayName
See base docs.
(Overrides DisplayNameAttributeDisplayName.)
Protected propertyDisplayNameValue
Gets or sets the display name.
(Inherited from DisplayNameAttribute.)
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether two DisplayNameAttribute instances are equal.
(Inherited from DisplayNameAttribute.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodForceMonoSortOrder
Adds leading text to the display name to force the correct sort order in property grids.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from DisplayNameAttribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsDefaultAttribute
Determines if this attribute is the default.
(Inherited from DisplayNameAttribute.)
Public methodMatch
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also