DisplayNameResourceAttribute Class

Definition

Specifies the display name for a domain property, role or class.

public ref class DisplayNameResourceAttribute sealed : System::ComponentModel::DisplayNameAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class DisplayNameResourceAttribute : System.ComponentModel.DisplayNameAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false)>]
type DisplayNameResourceAttribute = class
    inherit DisplayNameAttribute
Public NotInheritable Class DisplayNameResourceAttribute
Inherits DisplayNameAttribute
Inheritance
DisplayNameResourceAttribute
Attributes

Constructors

DisplayNameResourceAttribute(String, Type)

Initializes a new instance of the DisplayNameResourceAttribute class with the specified display name name.

DisplayNameResourceAttribute(String, Type, String)

Initializes a new instance of the DisplayNameResourceAttribute class with the specified display name.

Properties

DisplayName

Gets the display name for a domain property, role or class.

DisplayNameKey

Caption Key

ResourceName

Resource Name for this category

Type

Type for this catetory

Applies to