Class ActivationInfo
Inheritance
System.Object
ActivationInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Licensing.Revenera
Assembly: Sartorius.SAF.Licensing.Revenera.dll
Syntax
public class ActivationInfo
Constructors
View SourceActivationInfo(String, ActivationState)
Create a new instance of ActivationInfo
Declaration
public ActivationInfo(string id, ActivationState state)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | Activation id. |
ActivationState | state | A activation state ActivationState |
ActivationInfo(String, ActivationState, IEnumerable<FeatureInfo>)
Create a new instance of ActivationInfo
Declaration
public ActivationInfo(string id, ActivationState state, IEnumerable<FeatureInfo> features)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | Activation id. |
ActivationState | state | A activation state ActivationState |
System.Collections.Generic.IEnumerable<FeatureInfo> | features | A list of activated features. |
Properties
View SourceActivationId
Gets the license activation id.
Declaration
public string ActivationId { get; }
Property Value
Type | Description |
---|---|
System.String |
Features
Gets the list of features that was activated.
Declaration
public IEnumerable<FeatureInfo> Features { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<FeatureInfo> |
State
Gets the status after activation.
Declaration
public ActivationState State { get; }
Property Value
Type | Description |
---|---|
ActivationState |