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
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

보호된 메소드들

메소드 설명
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