Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class Deactivated<T>

OptimaJet.Workflow.Core.Utils.Deactivated<T>

Combines activated and deactivated values.

public sealed class Deactivated<T>

Inheritance

  • System.Object

Constructors

public Deactivated(T activatedValue, T deactivatedValue, Func<bool> getDeactivated) #
Constructor.

Parameters

Name
Type
Description
activatedValue
{T}
Value for the activated state.
deactivatedValue
{T}
Value for the deactivated state.
getDeactivated
Func<Boolean>
Function, returns true if the state is deactivated.

Properties

Name
Type
Value #
{T}
Current value.