C# Class Smrf.NodeXL.ExcelTemplate.NodeXLControlUtil

Utility methods for working with the NodeXLControl.
All methods are static.
Mostra file Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
GetSelectedEdgeRowIDs ( NodeXLControl nodeXLControl ) : ICollection
GetSelectedEdgesAsDictionary ( NodeXLControl nodeXLControl ) : IEdge>.Dictionary
GetSelectedEdgesAsHashSet ( NodeXLControl nodeXLControl ) : HashSet
GetSelectedVertexRowIDs ( NodeXLControl nodeXLControl ) : ICollection
GetSelectedVerticesAsDictionary ( NodeXLControl nodeXLControl ) : IVertex>.Dictionary
GetSelectedVerticesAsHashSet ( NodeXLControl nodeXLControl ) : HashSet
GetVisibleVertices ( NodeXLControl nodeXLControl ) : ICollection
SelectSubgraphs ( NodeXLControl nodeXLControl, IEnumerable verticesToSelectSubgraphsFor, Decimal levels, System.Boolean selectConnectingEdges ) : void

Method Details

GetSelectedEdgeRowIDs() public static method

public static GetSelectedEdgeRowIDs ( NodeXLControl nodeXLControl ) : ICollection
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl
return ICollection

GetSelectedEdgesAsDictionary() public static method

public static GetSelectedEdgesAsDictionary ( NodeXLControl nodeXLControl ) : IEdge>.Dictionary
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl
return IEdge>.Dictionary

GetSelectedEdgesAsHashSet() public static method

public static GetSelectedEdgesAsHashSet ( NodeXLControl nodeXLControl ) : HashSet
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl
return HashSet

GetSelectedVertexRowIDs() public static method

public static GetSelectedVertexRowIDs ( NodeXLControl nodeXLControl ) : ICollection
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl
return ICollection

GetSelectedVerticesAsDictionary() public static method

public static GetSelectedVerticesAsDictionary ( NodeXLControl nodeXLControl ) : IVertex>.Dictionary
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl
return IVertex>.Dictionary

GetSelectedVerticesAsHashSet() public static method

public static GetSelectedVerticesAsHashSet ( NodeXLControl nodeXLControl ) : HashSet
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl
return HashSet

GetVisibleVertices() public static method

public static GetVisibleVertices ( NodeXLControl nodeXLControl ) : ICollection
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl
return ICollection

SelectSubgraphs() public static method

public static SelectSubgraphs ( NodeXLControl nodeXLControl, IEnumerable verticesToSelectSubgraphsFor, Decimal levels, System.Boolean selectConnectingEdges ) : void
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl
verticesToSelectSubgraphsFor IEnumerable
levels Decimal
selectConnectingEdges System.Boolean
return void