C# Класс Nexus.Client.ModManagement.Scripting.CSharpScript.SelectOption

Describes the options to display in a select form.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Desc string
Item string
Preview string

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

Метод Описание
SelectOption ( string item, string preview, string desc )

A simple constructor that initializes the struct with the given values.

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

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

A simple constructor that initializes the struct with the given values.
public SelectOption ( string item, string preview, string desc )
item string The name of the selection item.
preview string The path to the preview image of the item.
desc string The description of the selection item.

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

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

The description of the selection item.
public string Desc
Результат string

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

The name of the selection item.
public string Item
Результат string

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

The path to the preview image of the item.
public string Preview
Результат string