API Reference
Class
VisioGraphClusterRecord
Simple data record used to import graph clusters into VisioGraphDiagramBuilder.
Inheritance
- Object
- VisioGraphClusterRecord
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public VisioGraphClusterRecord(String id, String text, IEnumerable<String> nodeIds) #Initializes a graph cluster import record.
Parameters
- id System.String
- text System.String
- nodeIds System.Collections.Generic.IEnumerable{System.String}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; } #Stable cluster id used for the generated background shape.
public IList<String> NodeIds { get; } #Node ids contained by the cluster.
public IDictionary<String, String> ShapeData { get; } #Shape Data rows to apply to the generated cluster background.
public String HyperlinkAddress { get; set; } #Optional hyperlink address to attach to the generated cluster background.
public String HyperlinkDescription { get; set; } #Optional hyperlink description.
public String HyperlinkSubAddress { get; set; } #Optional hyperlink sub-address.