Table of Contents

Class ExpressionArguments

Namespace: Casewhere.Runtime.Engine
Assembly: Casewhere.Runtime.dll

public class ExpressionArguments

Inheritance

objectExpressionArguments

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<ExpressionArguments>(ExpressionArguments)

Constructors

ExpressionArguments()

public ExpressionArguments()

Properties

Arguments

public IDictionary<string, dynamic> Arguments { get; set; }

Property Value

IDictionary<string, dynamic>

Context

public WorkflowContext Context { get; set; }

Property Value

WorkflowContext