Show / Hide Table of Contents

Class LockConfiguration

Defines the configuration parameters for the applications lock mechanism.

Inheritance
System.Object
LockConfiguration
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Configuration
Assembly: Sartorius.SAF.dll
Syntax
public class LockConfiguration

Constructors

View Source

LockConfiguration()

Creates a new instance of the LockConfiguration class.

Declaration
public LockConfiguration()

Properties

View Source

AutoLockInterval

Gets or sets the auto lock interval.

Declaration
public TimeSpan AutoLockInterval { get; set; }
Property Value
Type Description
System.TimeSpan
View Source

CanCloseApplicationWhileLocked

Indicates whether the application can be closed while it is locked.

Declaration
public bool CanCloseApplicationWhileLocked { get; set; }
Property Value
Type Description
System.Boolean
View Source

IsAutoLockEnabled

Indicates whether the applications auto lock mechanism is enabled.

Declaration
public bool IsAutoLockEnabled { get; set; }
Property Value
Type Description
System.Boolean
View Source

ShowOverlayEffect

Indicates whether the OverlayEffect is shown when the application is locked.

Declaration
public bool ShowOverlayEffect { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
In This Article
  • Constructors
    • LockConfiguration()
  • Properties
    • AutoLockInterval
    • CanCloseApplicationWhileLocked
    • IsAutoLockEnabled
    • ShowOverlayEffect
  • Extension Methods
Back to top Generated by DocFX