Show / Hide Table of Contents

Enum ExpirationType

Defines the types of the expiration of a feature.

Namespace: Sartorius.SAF.Licensing.Mirage
Assembly: Sartorius.SAF.Licensing.Mirage.dll
Syntax
public enum ExpirationType

Fields

Name Description
Absolute

The date specified by Expiration will be used for the feature.

NotDefined

Value not defined. Key without a date information.

Unchanged

The date will not be changed.

Extension Methods

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