C# Class FullInspector.InspectorDropdownNameAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: jacobdufault/fullinspector

Public Properties

Property Type Description
DisplayName string

Public Methods

Method Description
InspectorDropdownNameAttribute ( string displayName ) : System

Sets the name of the type to use in the abstract type dropdown.

Method Details

InspectorDropdownNameAttribute() public method

Sets the name of the type to use in the abstract type dropdown.
public InspectorDropdownNameAttribute ( string displayName ) : System
displayName string /// The name that the type will use in the abstract type dropdown /// selection wizard. The default value is the C# formatted type name for /// the type. You can create "folders" within the dropdown popup by using /// '/'; for example, "folder/my type" will appear inside "folder" as "my /// type". ///
return System

Property Details

DisplayName public_oe property

The name that the type will use in the abstract type dropdown selection wizard. The default value is the C# formatted type name for the type. You can create "folders" within the dropdown popup by using '/'; for example, "folder/my type" will appear inside "folder" as "my type".
public string DisplayName
return string