C# Класс Invert.Core.GraphDesigner.InspectorProperty

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

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

Метод Описание
InspectorProperty ( ) : System
InspectorProperty ( InspectorType inspectorType ) : System
InspectorProperty ( Type customDrawerType ) : System
InspectorProperty ( string tip ) : System
InspectorProperty ( string tip, InspectorType inspectorType ) : System

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

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

public InspectorProperty ( ) : System
Результат System

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

public InspectorProperty ( InspectorType inspectorType ) : System
inspectorType InspectorType
Результат System

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

public InspectorProperty ( Type customDrawerType ) : System
customDrawerType System.Type
Результат System

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

public InspectorProperty ( string tip ) : System
tip string
Результат System

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

public InspectorProperty ( string tip, InspectorType inspectorType ) : System
tip string
inspectorType InspectorType
Результат System