Generated by DocFX

Class ConditionValue

Value holder for a state.

Inheritance
System.Object
ConditionValue
Namespace: ISynergy.Framework.Automations.Conditions
Assembly: ISynergy.Framework.Automations.dll
Syntax
public class ConditionValue : object

Constructors

View Source

ConditionValue(Object)

Default constructor.

Declaration
public ConditionValue(object value)
Parameters
Type Name Description
System.Object value
View Source

ConditionValue(String, Object)

Default constructor for events.

Declaration
public ConditionValue(string event, object value)
Parameters
Type Name Description
System.String event
System.Object value

Properties

View Source

State

Placeholder for IState.

Declaration
public Type State { get; }
Property Value
Type Description
Type
View Source

Value

Placeholder for the value.

Declaration
public object Value { get; }
Property Value
Type Description
System.Object

Extension Methods

Matrix.Replace<T>(T, Object, Object)
Matrix.IsEqual(Object, Object, Decimal, Decimal)
EntityBaseExtensions.HasProperty(Object, String)
ArrayExtensions.Concatenate<T>(T, T[])
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>)
ObjectExtensions.Clone<T>(T)
ObjectExtensions.To<T>(Object)
ObjectExtensions.To(Object, Type)
ObjectExtensions.HasMethod(Object, String)
ObjectExtensions.AddressOf<T>(T)
ReflectionExtensions.GetIdentityValue<T>(T)
ReflectionExtensions.GetIdentityValue<T, TResult>(T)
ReflectionExtensions.GetIdentityProperty<T>(T)
ReflectionExtensions.HasIdentityProperty<T>(T)
ReflectionExtensions.GetPropertyValue<T, TResult>(T, String, TResult)
ReflectionExtensions.GetPropertyInfo<T, TValue>(T, Expression<Func<T, TValue>>)
ReflectionExtensions.GetTitleValue<T>(T)
ReflectionExtensions.HasParentIdentityProperty<T>(T)
ReflectionExtensions.GetParentIdentityProperty<T>(T)
ReflectionExtensions.IsFreeApplication<T>(T)