Class ElementDependencyResults
An API facing representation of a DecisionModelElement and its dependencies.
Inherited Members
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 |