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

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

Méthodes publiques

Свойство Type Description
Desc string
Item string
Preview string

Méthodes publiques

Méthode Description
SelectOption ( string item, string preview, string desc )

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

Method Details

SelectOption() public méthode

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
Résultat string

Item public_oe property

The name of the selection item.
public string Item
Résultat string

Preview public_oe property

The path to the preview image of the item.
public string Preview
Résultat string