ActivationResultData Class

Base data contract object for returning an ActivationResult through the REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsActivationResultData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class ActivationResultData : BaseDataContract

The ActivationResultData type exposes the following members.

Constructors
 NameDescription
Public methodActivationResultDataInitializes a new instance of the ActivationResultData class.
Top
Properties
 NameDescription
Public propertyActivationRequestIdGets the ID of the activation request associated with this result.
Public propertyDetailsGets any relevant details associated with the operation.
Public propertyIsNewLicenseVersion Gets a value indicating whether the activation response contained a new version of the application license.
Public propertyIsSuccessGets a value indicating whether the activation operation was successful.
Public propertyStatusCodeGets the status code associated with the result of the activation operation.
Public propertySubStatusGets a secondary status code applicable to the result.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
See Also