Show / Hide Table of Contents

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 Source

AvailableLicenses

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.

View Source

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.

View Source

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.

View Source

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.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX