C# Class FullInspector.InspectorDropdownNameAttribute

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
InspectorDropdownNameAttribute ( string displayName ) : System

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

Method Details

InspectorDropdownNameAttribute() public méthode

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". ///
Résultat 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
Résultat string