Skip to main content

Class NeedTimerValueEventArgs.TimerValueRequest

Inheritance

↳ object

    NeedTimerValueEventArgs.TimerValueRequest

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public sealed class NeedTimerValueEventArgs.TimerValueRequest

Properties

Name

The Timer name

Declaration
public string Name { get; }
Property value
TypeDescription
string

Definition

The timer definition object

Declaration
public TimerDefinition Definition { get; }
Property value
TypeDescription
TimerDefinition

OriginalValue

The timer value that was specified in the scheme

Declaration
public string OriginalValue { get; }
Property value
TypeDescription
string

NewValue

New value of the timer

Declaration
public DateTime? NewValue { get; set; }
Property value
TypeDescription
DateTime?

TriggeredTransitions

Declaration
public IEnumerable<TransitionDefinition> TriggeredTransitions { get; }
Property value
TypeDescription
IEnumerable<TransitionDefinition>

Extension Methods