Show / Hide Table of Contents

Class SettingKeys

Defines settings keys.

Inheritance
object
SettingKeys
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Settings
Assembly: Sartorius.SAF.dll
Syntax
public static class SettingKeys

Fields

View Source

UserSettingApplicationAutoLockingEnabled

Defines the setting key for the application auto locking enabled setting.

Declaration
public const string UserSettingApplicationAutoLockingEnabled = "UserSetting_ApplicationAutoLockingEnabled"
Field Value
Type Description
string
View Source

UserSettingApplicationAutoLockingInterval

Defines the setting key for the application auto locking interval user setting.

Declaration
public const string UserSettingApplicationAutoLockingInterval = "UserSetting_ApplicationAutoLockingInterval"
Field Value
Type Description
string
  • View Source
Back to top Generated by DocFX