C# Class Smrf.NodeXL.ExcelTemplate.ExcelTemplateGroupInfo

Contains information about one group of vertices.
This class is derived from GroupInfo. It adds group information that is specific to the ExcelTemplate project.
Inheritance: Smrf.NodeXL.Core.GroupInfo
Exibir arquivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_eVertexShape VertexShape
m_iRowID Nullable
m_oVertexColor Color

Public Methods

Method Description
AssertValid ( ) : void
ExcelTemplateGroupInfo ( String name, Nullable rowID, Color vertexColor, VertexShape vertexShape, System.Boolean isCollapsed, String collapsedAttributes ) : System

Initializes a new instance of the ExcelTemplateGroupInfo class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

ExcelTemplateGroupInfo() public method

Initializes a new instance of the ExcelTemplateGroupInfo class.
public ExcelTemplateGroupInfo ( String name, Nullable rowID, Color vertexColor, VertexShape vertexShape, System.Boolean isCollapsed, String collapsedAttributes ) : System
name String /// The unique name of the group. ///
rowID Nullable /// The group's row ID in the group worksheet, or null if an ID isn't /// available. ///
vertexColor Color /// The color to use for each of the group's vertices. ///
vertexShape VertexShape /// The shape to use for each of the group's vertices. ///
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_eVertexShape protected_oe property

protected VertexShape m_eVertexShape
return VertexShape

m_iRowID protected_oe property

protected Nullable m_iRowID
return Nullable

m_oVertexColor protected_oe property

protected Color m_oVertexColor
return Color