C# Класс Smrf.NodeXL.Core.Graph

Represents a graph.
A graph has a collection of Vertices and a collection of Edges that connect the Vertices. The property specifies the type of edges that can be added to the graph.
Наследование: GraphVertexEdgeBase, IGraph
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_eDirectedness GraphDirectedness
m_oEdgeCollection EdgeCollection
m_oVertexCollection VertexCollection

Открытые методы

Метод Описание
AssertValid ( ) : void
Clone ( System.Boolean copyMetadataValues, System.Boolean copyTag ) : IGraph
Graph ( GraphDirectedness directedness ) : System

Приватные методы

Метод Описание
Graph ( ) : System

Описание методов

AssertValid() публичный Метод

public AssertValid ( ) : void
Результат void

Clone() публичный Метод

public Clone ( System.Boolean copyMetadataValues, System.Boolean copyTag ) : IGraph
copyMetadataValues System.Boolean
copyTag System.Boolean
Результат IGraph

Graph() публичный Метод

public Graph ( GraphDirectedness directedness ) : System
directedness GraphDirectedness
Результат System

Описание свойств

m_eDirectedness защищенное свойство

protected GraphDirectedness m_eDirectedness
Результат GraphDirectedness

m_oEdgeCollection защищенное свойство

protected EdgeCollection,Smrf.NodeXL.Core m_oEdgeCollection
Результат EdgeCollection

m_oVertexCollection защищенное свойство

protected VertexCollection,Smrf.NodeXL.Core m_oVertexCollection
Результат VertexCollection