C# Class Smrf.NodeXL.Core.GroupInfo

Contains information about one vertex group.
Inheritance: Object
Exibir arquivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_Connectivity int
m_bIsCollapsed System.Boolean
m_oCollapsedLocation Nullable
m_oRectangle System.Drawing.Rectangle
m_oVertices LinkedList
m_sCollapsedAttributes String
m_sLabel String
m_sName String

Public Methods

Method Description
CompareConnectivity ( GroupInfo other ) : int
GroupInfo ( ) : System

Initializes a new instance of the GroupInfo class without a name and without being collapsed.

GroupInfo ( String name, System.Boolean isCollapsed, String collapsedAttributes ) : System

Initializes a new instance of the GroupInfo class with a unique name and "is collapsed" flag.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

CompareConnectivity() public method

public CompareConnectivity ( GroupInfo other ) : int
other GroupInfo
return int

GroupInfo() public method

Initializes a new instance of the GroupInfo class without a name and without being collapsed.
public GroupInfo ( ) : System
return System

GroupInfo() public method

Initializes a new instance of the GroupInfo class with a unique name and "is collapsed" flag.
public GroupInfo ( String name, System.Boolean isCollapsed, String collapsedAttributes ) : System
name String /// The unique name of the group. Can be null or empty. ///
isCollapsed System.Boolean /// true if the group should be collapsed. ///
collapsedAttributes String /// String containing the attributes describing what the group should look /// like when it is collapsed, or null to give the collapsed group a /// default appearance. If not null, this should be a string that was /// returned by . ///
return System

Property Details

m_Connectivity protected_oe property

protected int m_Connectivity
return int

m_bIsCollapsed protected_oe property

protected Boolean,System m_bIsCollapsed
return System.Boolean

m_oCollapsedLocation protected_oe property

protected Nullable m_oCollapsedLocation
return Nullable

m_oRectangle protected_oe property

protected Rectangle,System.Drawing m_oRectangle
return System.Drawing.Rectangle

m_oVertices protected_oe property

protected LinkedList m_oVertices
return LinkedList

m_sCollapsedAttributes protected_oe property

protected String m_sCollapsedAttributes
return String

m_sLabel protected_oe property

protected String m_sLabel
return String

m_sName protected_oe property

protected String m_sName
return String