Show / Hide Table of Contents

Enum UpdateCheckTriggerType

Defines trigger types for the udpate check.

Namespace: Sartorius.SAF.Infrastructure.SoftwareUpdate
Assembly: Sartorius.SAF.dll
Syntax
public enum UpdateCheckTriggerType

Fields

Name Description
Automatic

Update check is triggered automatically.

Manual

Update check is triggered manually.

Extension Methods

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