CommonDisplayCategoryKeyAttribute Class

Definition

The key used to look up the localized property category

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

Constructors

Name Description
CommonDisplayCategoryKeyAttribute(String)

Constructor

Properties

Name Description
Key

The key used to look up the localized property category

Methods

Name Description
GetDefaultKey(FieldInfo)

The key used to look up a localized field 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 type category in a default resource file

Applies to