C# Class Nexus.Client.ModManagement.Scripting.CSharpScript.SelectOption

Describes the options to display in a select form.
Exibir arquivo Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Properties

Property Type Description
Desc string
Item string
Preview string

Public Methods

Method Description
SelectOption ( string item, string preview, string desc )

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

Method Details

SelectOption() public method

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.

Property Details

Desc public_oe property

The description of the selection item.
public string Desc
return string

Item public_oe property

The name of the selection item.
public string Item
return string

Preview public_oe property

The path to the preview image of the item.
public string Preview
return string