C# Класс AtlusScriptLibrary.MessageScriptLanguage.SelectionDialog

Represents a selection window in a message script.
Наследование: IDialog
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
IEnumerable IEnumerator

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

Метод Описание
GetEnumerator ( ) : IEnumerator
SelectionDialog ( string identifier, SelectionDialogPattern pattern = SelectionDialogPattern.Top ) : System.Collections

Constructs a new selection dialog with just an identifier.

SelectionDialog ( string identifier, SelectionDialogPattern pattern, List pages ) : System.Collections

Constructs a new selection dialog with just an identifier.

Приватные методы

Метод Описание
IEnumerable ( ) : IEnumerator

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

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

public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

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

Constructs a new selection dialog with just an identifier.
public SelectionDialog ( string identifier, SelectionDialogPattern pattern = SelectionDialogPattern.Top ) : System.Collections
identifier string The text identifier of the window.
pattern SelectionDialogPattern
Результат System.Collections

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

Constructs a new selection dialog with just an identifier.
public SelectionDialog ( string identifier, SelectionDialogPattern pattern, List pages ) : System.Collections
identifier string The text identifier of the dialog.
pattern SelectionDialogPattern
pages List The list of lines in the dialog.
Результат System.Collections