GraphRuntimeHookSetId Method
Sets id and path id on this.
Namespace: Quine.Schemas.GraphAssembly: Quine.Schemas.Graph (in Quine.Schemas.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public virtual void SetId(
ITreeIdentity owner,
int id
)
Parameters
- owner ITreeIdentity
- Owning parent of this; may be null.
- id Int32
- "Local" id to set on this.
Derived classes should override this method if they contain any children so that child treeids are assigned correctly.