C# Класс Axiom.Scripting.ScriptablePropertyAttribute

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

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

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

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

Метод Описание
ScriptablePropertyAttribute ( string scriptPropertyName ) : System
ScriptablePropertyAttribute ( string scriptPropertyName, string description ) : System
ScriptablePropertyAttribute ( string scriptPropertyName, string description, Type owner ) : System

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

ScriptablePropertyAttribute() публичный метод

public ScriptablePropertyAttribute ( string scriptPropertyName ) : System
scriptPropertyName string
Результат System

ScriptablePropertyAttribute() публичный метод

public ScriptablePropertyAttribute ( string scriptPropertyName, string description ) : System
scriptPropertyName string
description string
Результат System

ScriptablePropertyAttribute() публичный метод

public ScriptablePropertyAttribute ( string scriptPropertyName, string description, Type owner ) : System
scriptPropertyName string
description string
owner System.Type
Результат System

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

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

public string ScriptPropertyName
Результат string