Class LockConfiguration
Defines the configuration parameters for the applications lock mechanism.
Namespace: Sartorius.SAF.Configuration
Assembly: Sartorius.SAF.dll
Syntax
public class LockConfiguration
Constructors
View SourceLockConfiguration()
Creates a new instance of the LockConfiguration class.
Declaration
public LockConfiguration()
Properties
View SourceAutoLockInterval
Gets or sets the auto lock interval.
Declaration
public TimeSpan AutoLockInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
CanCloseApplicationWhileLocked
Indicates whether the application can be closed while it is locked.
Declaration
public bool CanCloseApplicationWhileLocked { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsAutoLockEnabled
Indicates whether the applications auto lock mechanism is enabled.
Declaration
public bool IsAutoLockEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ShowOverlayEffect
Indicates whether the OverlayEffect is shown when the application is locked.
Declaration
public bool ShowOverlayEffect { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |