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 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 |
---|---|
System.TimeSpan |
CanCloseApplicationWhileLocked
Indicates whether the application can be closed while it is locked.
Declaration
public bool CanCloseApplicationWhileLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsAutoLockEnabled
Indicates whether the applications auto lock mechanism is enabled.
Declaration
public bool IsAutoLockEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowOverlayEffect
Indicates whether the OverlayEffect is shown when the application is locked.
Declaration
public bool ShowOverlayEffect { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |