Show / Hide Table of Contents

Enum CountType

Defines the type of the license activation key count value.

Namespace: Sartorius.SAF.Licensing
Assembly: Sartorius.SAF.Licensing.dll
Syntax
public enum CountType

Fields

Name Description
Absolute

The license file value will be overwritten with the new value in the key

Relative

The key value will be added to the value in the license file

Unchanged

The count value was not changed.

Extension Methods

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