Assembly: OptimaJet.Workflow.Core

Enum SerializedParameter.PersistenceOperation

OptimaJet.Workflow.Core.Model.SerializedParameter.PersistenceOperation

Specifies the operation required to persist a process parameter value.

public enum SerializedParameter.PersistenceOperation

Fields

Insert = 0 #
Indicates that the process parameter value should be inserted into the persistence store.
Update = 1 #
Indicates that the process parameter value in the persistence store should be updated.
Delete = 2 #
Indicates that the process parameter value should be deleted from the persistence store.