C# Класс Nexus.Client.Games.Skyrim.Tools.AI.UI.ArchiveInvalidationView

The view used to display ArchiveInvalidation UI.
This form is always invisible. It is used to show update and confirmations.
Наследование: System.Windows.Forms.Form, IToolView
Показать файл Открыть проект

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

Метод Описание
ArchiveInvalidationView ( ArchiveInvalidation p_aitArchiveInvalidation ) : System.Windows.Forms

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

Защищенные методы

Метод Описание
ConfirmAiReset ( ) : bool

Confirms that the user wishes to reset AI.

OnClosing ( CancelEventArgs e ) : void

Raises the Form.Closing event.

This cancels the closing event, and hides the form instead. This is done as this form should always be reused.

SetVisibleCore ( bool value ) : void

Sets the visibility of the form.

This ensures the form is never visible.

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

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

A simple constructor that initializes the object with the given values.
public ArchiveInvalidationView ( ArchiveInvalidation p_aitArchiveInvalidation ) : System.Windows.Forms
p_aitArchiveInvalidation ArchiveInvalidation The tool /// for which we are presenting a UI.
Результат System.Windows.Forms

ConfirmAiReset() защищенный Метод

Confirms that the user wishes to reset AI.
protected ConfirmAiReset ( ) : bool
Результат bool

OnClosing() защищенный Метод

Raises the Form.Closing event.
This cancels the closing event, and hides the form instead. This is done as this form should always be reused.
protected OnClosing ( CancelEventArgs e ) : void
e System.ComponentModel.CancelEventArgs A describing the event arguments.
Результат void

SetVisibleCore() защищенный Метод

Sets the visibility of the form.
This ensures the form is never visible.
protected SetVisibleCore ( bool value ) : void
value bool Whether the form should be visible. Always ignored.
Результат void