C# Class FullInspector.InspectorNameAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Свойство Type Description
DisplayName string

Méthodes publiques

Méthode Description
InspectorNameAttribute ( string displayName ) : System

Set the name of the member.

Method Details

InspectorNameAttribute() public méthode

Set the name of the member.
public InspectorNameAttribute ( string displayName ) : System
displayName string
Résultat System

Property Details

DisplayName public_oe property

The name of the field, property, or button. If this is null or the empty string, then a default name generated off of the reflected name will be used instead.
public string DisplayName
Résultat string