Table of Contents

Class IHasIdExtension

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

Helper methods for assigning and generating ids on graph elements.

public static class IHasIdExtension
Inheritance
IHasIdExtension
Inherited Members

Methods

GenerateId()

Generates a fresh GUID string suitable for use as a graph element id.

SetId(object, string)

Assigns a new id by writing to the private m_id backing field expected by Vista graph elements.