CommonDisplayDescriptionKeyAttribute Class

Definition

The key used to look up the localized description

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

Constructors

CommonDisplayDescriptionKeyAttribute(String)

Constructor

Properties

Key

The key used to look up the localized property description

Methods

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