Show / Hide Table of Contents

Class TriggerCondition

Implements trigger condition for multi trigger

Inheritance
System.Object
TriggerCondition
Inherited Members
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: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class TriggerCondition

Constructors

TriggerCondition()

Initializes a new instance of the TriggerCondition class.

Declaration
public TriggerCondition()

TriggerCondition(DependencyProperty, Object)

Initializes a new instance of the TriggerCondition class.

Declaration
public TriggerCondition(DependencyProperty property, object value)
Parameters
Type Name Description
DependencyProperty property

property

System.Object value

value

Properties

Property

Gets/sets Property of the condition

Declaration
public DependencyProperty Property { get; set; }
Property Value
Type Description
DependencyProperty

Value

Gets/Sets Value of the condition

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object
Back to top Generated by DocFX