Show / Hide Table of Contents

Class Login

Provides information about the login process.

Inheritance
System.Object
Login
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.Presentation
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public static class Login

Fields

View Source

IsActiveProperty

Identifies the IsActive attached property.

Declaration
public static readonly DependencyProperty IsActiveProperty
Field Value
Type Description
System.Windows.DependencyProperty

Properties

View Source

IsActive

Gets a value indicating whether the login process is currently active (i.e. the login dialog is currently showing).

Declaration
public static bool IsActive { get; }
Property Value
Type Description
System.Boolean

Methods

View Source

GetIsActive(DependencyObject)

Gets the value of the IsActive attached property from a given System.Windows.DependencyObject.

Declaration
public static bool GetIsActive(DependencyObject element)
Parameters
Type Name Description
System.Windows.DependencyObject element

The element from which to read the property value.

Returns
Type Description
System.Boolean

The value of the IsActive attached property.

  • View Source
Back to top Generated by DocFX