[This is preliminary documentation and is subject to change.]

DisplayNameAttribute that can be applied on fields

Namespace:  Tools.ComponentModelT
Assembly:  Tools (in Tools.dll) Version: 1.5.2.0

Author: Đonny (dzonny@dzonny.cz)

Vertion history

1.5.2 (Nightly)
VersionAttribute and AuthorAttribute removed

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Event|AttributeTargets.Interface|AttributeTargets.Delegate)]
public class FieldDisplayNameAttribute : DisplayNameAttribute
Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Enum Or AttributeTargets.Method Or AttributeTargets.Property Or AttributeTargets.Field Or AttributeTargets.Event Or AttributeTargets.Interface Or AttributeTargets.Delegate)> _
Public Class FieldDisplayNameAttribute _
	Inherits DisplayNameAttribute
Visual C++
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct|AttributeTargets::Enum|AttributeTargets::Method|AttributeTargets::Property|AttributeTargets::Field|AttributeTargets::Event|AttributeTargets::Interface|AttributeTargets::Delegate)]
public ref class FieldDisplayNameAttribute : public DisplayNameAttribute
J#
/** @attribute AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Event|AttributeTargets.Interface|AttributeTargets.Delegate) */
public class FieldDisplayNameAttribute extends DisplayNameAttribute
JScript
public class FieldDisplayNameAttribute extends DisplayNameAttribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    System.ComponentModel..::.DisplayNameAttribute
      Tools.ComponentModelT..::.FieldDisplayNameAttribute

See Also