Table of Contents

Delegate NodeMetadataAttribute.ParseNodeDescriptionHandler

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

Transforms a node description string before it is shown or exported.

public delegate string NodeMetadataAttribute.ParseNodeDescriptionHandler(string description)

Parameters

description string

Original description text from the attribute.

Returns

string

The transformed description text.