Show / Hide Table of Contents

Enum FeatureState

Defines the states of a feature.

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

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.

Extension Methods

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