Click or drag to resize
ApplicationGetLicenceEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event arguments for GetLicence event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPA.Utils.QueryEngineApplicationGetLicenceEventArgs

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class GetLicenceEventArgs : EventArgs, 
	_GetLicenceEventArgs

The ApplicationGetLicenceEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodApplicationGetLicenceEventArgs
Initializes a new instance of the ApplicationGetLicenceEventArgs class
Top
Fields
Properties
  NameDescription
Public propertyEnterprise
Gets or sets a boolean flag that indicates if license code to be entered is for DataPA Enterprise.
Public propertyLicenseInfo
Gets or sets a license info object that contains details of the license entered.
Public propertyLicenseOK
Gets or sets a boolean flag that indicates if license code entered was valid.
Public propertyRegistrationCode
Gets or sets the registration code entered by the user in the license screen.
Top
Remarks