Method | Description | |
---|---|---|
InitializeTimeScaleInstance ( List |
Initializes the TimeScaleVertex class with supplied TimeScaleNode and TimeScaleRelationship lists.
|
|
TimeScaleVertex ( Func |
Creates an uninitialized instance of the TimeScaleVertex class, without nodes and relationship data.
|
|
TimeScaleVertex ( List |
Creates a new instance of the TimeScaleVertex class, supplying node data.
|
|
TimeScaleVertex ( List |
Creates a new instance of the TimeScaleVertex class, supplying node and relationship data.
|
public InitializeTimeScaleInstance ( List |
||
nodes | List |
The nodes that will be managed in the scope of this TimeScaleVertex class. |
relationships | List |
The relationships that will link the TimeScaleVertex nodes within the scope of this class. |
callback | Func |
The callback parameter supplies this implementation of the ITimeScaleVertex class a delegate method to callback to a /// globally managed TimeScale class. |
return | void |
public TimeScaleVertex ( Func |
||
callback | Func |
/// The callback parameter supplies this implementation of the ITimeScaleVertex class a delegate method to callback to a /// globally managed TimeScale class. /// |
return | System |
public TimeScaleVertex ( List |
||
nodes | List |
The nodes that will be managed in the scope of this TimeScaleVertex class. |
callback | Func |
/// The callback parameter supplies this implementation of the ITimeScaleVertex class a delegate method to callback to a /// globally managed TimeScale class. /// |
return | System |
public TimeScaleVertex ( List |
||
nodes | List |
The nodes that will be managed in the scope of this TimeScaleVertex class. |
relationships | List |
The relationships that will link the TimeScaleVertex nodes within the scope of this class. |
callback | Func |
The callback parameter supplies this implementation of the ITimeScaleVertex class a delegate method to callback to a /// globally managed TimeScale class. |
return | System |