CommonDisplayNameKeyAttribute Class

Definition

The key used to look up the localized property name

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Interface | System.AttributeTargets.Property)]
public class CommonDisplayNameKeyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Interface | System.AttributeTargets.Property)>]
type CommonDisplayNameKeyAttribute = class
    inherit Attribute
Public Class CommonDisplayNameKeyAttribute
Inherits Attribute
Inheritance
CommonDisplayNameKeyAttribute
Attributes

Remarks

The AttributeTargets.Field is added to allow this attribute to be placed on Enum elements which the EnumConverter will use to localize each Enum value

Constructors

Name Description
CommonDisplayNameKeyAttribute(String)

Constructor

Properties

Name Description
Key

The key used to look up the localized property name

Methods

Name Description
GetDefaultKey(FieldInfo)

The key used to look up a localized property category in a default resource file

GetDefaultKey(PropertyInfo)

The key used to look up a localized property category in a default resource file

GetDefaultKey(Type)

The key used to look up a localized property category in a default resource file

Applies to