Table of Contents

Class DisplayNameAttribute

Namespace
Coherence.Toolkit
Assembly
Coherence.Toolkit.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class DisplayNameAttribute : Attribute
Inheritance
DisplayNameAttribute

Constructors

DisplayNameAttribute(string, string)

public DisplayNameAttribute(string name, string tooltip)

Parameters

name string
tooltip string

Properties

Name

public string Name { get; }

Property Value

string

Tooltip

public string Tooltip { get; }

Property Value

string