GraphRuntimeHookSetId Method

Sets id and path id on this.

Definition

Namespace: Quine.Schemas.Graph
Assembly: Quine.Schemas.Graph (in Quine.Schemas.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
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.

Remarks

Derived classes should override this method if they contain any children so that child treeids are assigned correctly.

See Also