Namespace Quantellia.WMServer.DecisionModeler.Model
Classes
DecisionModelElementFactory
Decision model elements come in multiple forms DecisionModelElement, DecisionModelDiagram, DecisionModelDiagramElement, but are intended to be treated equally in all cases in API methods. To rectify this, this factory will accept JObjects representing decision model elements, and convert them appropiately.
DecisionModelElementPatchDocument
A patch document specialized to the setting and deleting of elements in a decision model. This document is used instead of standard JsonPatchDocuments because DecisionModelElementDTOs are referentially related to DecisionModelDTO, but don't exist as any of their parameters.
DecisionModelElementPatchDocument.DecisionModelElementPatchOperation
A single operation to perform
Interfaces
IDecisionModelElementDTO
Contains the basic required properties of decision model elements.
Enums
DecisionModelElementPatchDocument.DecisionModelElementPatchOperation.Operation
Operations supported by the patch.