Skip to main content

Class WorkflowEngineNetRestrictions

Represent restriction settings for WorkflowEngine .Net

Inheritance

↳ object

    ↳ BaseRestrictions

        WorkflowEngineNetRestrictions

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.License

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public sealed class WorkflowEngineNetRestrictions : BaseRestrictions

Properties

MaxNumberOfActivities

Declaration
[JsonProperty(Order = 1)]
public int MaxNumberOfActivities { get; set; }
Property value
TypeDescription
int

MaxNumberOfTransitions

Declaration
[JsonProperty(Order = 2)]
public int MaxNumberOfTransitions { get; set; }
Property value
TypeDescription
int

MaxNumberOfSchemes

Declaration
[JsonProperty(Order = 3)]
public int MaxNumberOfSchemes { get; set; }
Property value
TypeDescription
int

MaxNumberOfThreads

Declaration
[JsonProperty(Order = 4)]
public int MaxNumberOfThreads { get; set; }
Property value
TypeDescription
int

MaxNumberOfCommands

Declaration
[JsonProperty(Order = 5)]
public int MaxNumberOfCommands { get; set; }
Property value
TypeDescription
int

StrictCheck

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool? StrictCheck { get; set; }
Property value
TypeDescription
bool?

Methods

Clone()

Declaration
public override object Clone()
Returns
TypeDescription
object

Extension Methods