Class LynX.QueryContext
Result context of a query
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class LynX.QueryContext
Fields
| Name | Description |
|---|---|
| graph | The graph |
| graphChain | The graph chain |
| graphNodeChain | The graph node chain |
| sBinding | The serialized contextual binding |
| sEdge | The serialized contextual edge |
| sGroup | The serialized contextual group |
| sNode | The serialized contextual node |
| sParam | The serialized contextual parameter |
| tokenProcessCount | The 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). |