Class LynX.QueryContext
Result context of a query This context is the current result of the query up to the result after execution
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class LynX.QueryContext
Fields
| Name | Description |
|---|---|
| graph | Graph cache for this query context |
| graphChain | GraphChain up to this context |
| graphNodeChain | Graph nodes up to this context |
| sBinding | BindingDescriptor context |
| sEdge | SerializedEdge context |
| sGroup | SerializedGroup context |
| sNode | SerializedNode context |
| sParam | SerializedParameter context |
| tokenProcessCount | Token process count |
Methods
| Name | Description |
|---|---|
| Result<T>() | Result from a query search. User will specify the type T which extracts the proper result type (T). |