C# Класс FiftyOne.Foundation.UI.Web.BaseDataControl

Base control used to include common methods shared between activation with a licence key and uploading a data file.
Наследование: BaseUserControl
Показать файл Открыть проект

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

Метод Описание
Execute ( Stream stream ) : ActivityResult

Activates the data stream.

Execute ( string licenceKey ) : ActivityResult

Activates the licence key and updates the user interface with the results.

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

Метод Описание
ProcessResult ( LicenceKeyResults result ) : ActivityResult

Creates the activity results object with the correct information for use by a UI.

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

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

Activates the data stream.
protected Execute ( Stream stream ) : ActivityResult
stream Stream Stream being uploaded.
Результат ActivityResult

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

Activates the licence key and updates the user interface with the results.
protected Execute ( string licenceKey ) : ActivityResult
licenceKey string The licence key to try activating.
Результат ActivityResult