C# Class FullInspector.InspectorNameAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: jacobdufault/fullinspector

Public Properties

Property Type Description
DisplayName string

Public Methods

Method Description
InspectorNameAttribute ( string displayName ) : System

Set the name of the member.

Method Details

InspectorNameAttribute() public method

Set the name of the member.
public InspectorNameAttribute ( string displayName ) : System
displayName string
return 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
return string