Show / Hide Table of Contents

Class Login

Provides information about the login process.

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

Methods

View Source

GetIsActive(DependencyObject)

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

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

The element from which to read the property value.

Returns
Type Description
bool

The value of the IsActive attached property.

  • View Source
Back to top Generated by DocFX