Show / Hide Table of Contents

Class LockConfiguration

Defines the configuration parameters for the applications lock mechanism.

Inheritance
object
LockConfiguration
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
bool
View Source

IsAutoLockEnabled

Indicates whether the applications auto lock mechanism is enabled.

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

ShowOverlayEffect

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

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

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX