C# Class Smrf.NodeXL.ExcelTemplate.VertexAndRowID

Stores a vertex along with its row ID from the vertex worksheet.
Inheritance: Object
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_iVertexRowID System.Int32
m_oVertex IVertex

Public Methods

Method Description
VertexAndRowID ( IVertex vertex, Int32 vertexRowID ) : System

Initializes a new instance of the VertexAndRowID class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

VertexAndRowID() public method

Initializes a new instance of the VertexAndRowID class.
public VertexAndRowID ( IVertex vertex, Int32 vertexRowID ) : System
vertex IVertex /// The vertex. ///
vertexRowID System.Int32 /// The vertex's row ID from the vertex worksheet. ///
return System

Property Details

m_iVertexRowID protected_oe property

protected Int32,System m_iVertexRowID
return System.Int32

m_oVertex protected_oe property

protected IVertex m_oVertex
return IVertex