C# Class Smrf.NodeXL.ExcelTemplate.VertexAndRowID

Stores a vertex along with its row ID from the vertex worksheet.
Inheritance: Object
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_iVertexRowID System.Int32
m_oVertex IVertex

Méthodes publiques

Méthode Description
VertexAndRowID ( IVertex vertex, Int32 vertexRowID ) : System

Initializes a new instance of the VertexAndRowID class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

VertexAndRowID() public méthode

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. ///
Résultat System

Property Details

m_iVertexRowID protected_oe property

protected Int32,System m_iVertexRowID
Résultat System.Int32

m_oVertex protected_oe property

protected IVertex m_oVertex
Résultat IVertex