C# Класс FullInspector.InspectorNameAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DisplayName string

Открытые методы

Метод Описание
InspectorNameAttribute ( string displayName ) : System

Set the name of the member.

Описание методов

InspectorNameAttribute() публичный Метод

Set the name of the member.
public InspectorNameAttribute ( string displayName ) : System
displayName string
Результат System

Описание свойств

DisplayName публичное свойство

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
Результат string