Show / Hide Table of Contents

Enum FeatureStates

Defines the states of a feature.

Namespace: Sartorius.SAF.Licensing.Revenera
Assembly: Sartorius.SAF.Licensing.Revenera.dll
Syntax
[Flags]
public enum FeatureStates

Fields

Name Description
Demo

The feature has a demo license.

InsufficientLicense

There is a valid license however the requested count exceeds the available licenses. See AvailableLicenses for the count of checked out licenses.

Licensed

The feature is licensed.

UnLicensed

The feature is licensed.

Extension Methods

CollectionExtensions.AddRange<T, FeatureStates>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<FeatureStates>()
  • View Source
Back to top Generated by DocFX