Class DecisionModelElementPatchDocument.DecisionModelElementPatchOperation
A single operation to perform
Inherited Members
Namespace: Quantellia.WMServer.DecisionModeler.Model
Assembly: WMServer.dll
Syntax
public class DecisionModelElementPatchDocument.DecisionModelElementPatchOperation
Fields
Op
The operation to perform.
Declaration
public DecisionModelElementPatchDocument.DecisionModelElementPatchOperation.Operation Op
Field Value
| Type | Description |
|---|---|
| DecisionModelElementPatchDocument.DecisionModelElementPatchOperation.Operation |
Value
The value of the operation. If Add, this should be a JObject corresponding to an element. If Delete, this should be the ID of the element to delete.
Declaration
public object Value
Field Value
| Type | Description |
|---|---|
| object |