Class CheckoutInfo
Provides information about the result of the ILicenseProvider.Checkout method.
Inheritance
System.Object
CheckoutInfo
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 CheckoutInfo
Properties
View SourceAvailableLicenses
Gets the count of available licenses that have been checked out.
Declaration
public int AvailableLicenses { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The count of available licenses. |
FeatureName
Gets the count of available licenses that have been checked out.
Declaration
public string FeatureName { get; }
Property Value
Type | Description |
---|---|
System.String | The count of available licenses. |
FeatureVersion
Gets the count of available licenses that have been checked out.
Declaration
public string FeatureVersion { get; }
Property Value
Type | Description |
---|---|
System.String | The count of available licenses. |
State
Gets the state of the checked out feature.
Declaration
public FeatureStates State { get; }
Property Value
Type | Description |
---|---|
FeatureStates | The state of the checked out feature. |