Show / Hide Table of Contents

Class DecisionModelElementPatchDocument.DecisionModelElementPatchOperation

A single operation to perform

Inheritance
object
DecisionModelElementPatchDocument.DecisionModelElementPatchOperation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 11/16/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE