Show / Hide Table of Contents

Class ElementDependencyResults

An API facing representation of a DecisionModelElement and its dependencies.

Inheritance
object
ElementDependencyResults
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Execution.Compilation
Assembly: WMServer.dll
Syntax
public class ElementDependencyResults

Properties

Dependencies

A list of IDs for each element this element is dependant on.

Declaration
public List<string> Dependencies { get; set; }
Property Value
Type Description
List<string>

ID

The ID of this element.

Declaration
public string ID { get; set; }
Property Value
Type Description
string

Name

The name of this element.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
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