C# Класс Nexus.Client.PluginManagement.UI.ImportSucceededEventArgs

An event arguments class that indicates that an import operation succeeded.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ImportSucceededEventArgs ( bool p_blnPartialSuccess, int p_intTotalPluginCount, int p_intImportedPluginCount, List p_lstNotImported ) : System

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

ImportSucceededEventArgs ( int p_intTotalPluginCount, int p_intImportedPluginCount, List p_lstNotImported ) : System

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

ImportSucceededEventArgs ( string p_strFilename, bool p_blnPartialSuccess, int p_intTotalPluginCount, int p_intImportedPluginCount, List p_lstNotImported ) : System

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

ImportSucceededEventArgs ( string p_strFilename, int p_intTotalPluginCount, int p_intImportedPluginCount, List p_lstNotImported ) : System

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

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

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

A simple constructor that initializes the object with the given values.
public ImportSucceededEventArgs ( bool p_blnPartialSuccess, int p_intTotalPluginCount, int p_intImportedPluginCount, List p_lstNotImported ) : System
p_blnPartialSuccess bool Whether or not the import was only partially successful.
p_intTotalPluginCount int The total number of plugins that were found on the clipboard.
p_intImportedPluginCount int The number of plugins that were imported.
p_lstNotImported List The list of plugins that were not found in the collection.
Результат System

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

A simple constructor that initializes the object with the given values.
public ImportSucceededEventArgs ( int p_intTotalPluginCount, int p_intImportedPluginCount, List p_lstNotImported ) : System
p_intTotalPluginCount int The total number of plugins that were found on the clipboard.
p_intImportedPluginCount int The number of plugins that were imported.
p_lstNotImported List The list of plugins that were not found in the collection.
Результат System

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

A simple constructor that initializes the object with the given values.
public ImportSucceededEventArgs ( string p_strFilename, bool p_blnPartialSuccess, int p_intTotalPluginCount, int p_intImportedPluginCount, List p_lstNotImported ) : System
p_strFilename string The filename that the load order was imported from.
p_blnPartialSuccess bool Whether or not the import was only partially successful.
p_intTotalPluginCount int The total number of plugins that were found in the specified import source.
p_intImportedPluginCount int The number of plugins that were imported.
p_lstNotImported List The list of plugins that were not found in the collection.
Результат System

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

A simple constructor that initializes the object with the given values.
public ImportSucceededEventArgs ( string p_strFilename, int p_intTotalPluginCount, int p_intImportedPluginCount, List p_lstNotImported ) : System
p_strFilename string The filename that the load order was imported from.
p_intTotalPluginCount int The total number of plugins that were found in the specified import source.
p_intImportedPluginCount int The number of plugins that were imported.
p_lstNotImported List The list of plugins that were not found in the collection.
Результат System