C# Класс Smrf.NodeXL.ExcelTemplate.GroupEdgeInfo

Stores information about the edges in a group.
An edge is considered to be in a group if its first vertex is in the group.
Наследование: Object
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
m_oEdges IEnumerable
m_oGroupInfo ExcelTemplateGroupInfo
m_sDummyGroupName String

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

Метод Описание
GroupEdgeInfo ( IEnumerable edges, ExcelTemplateGroupInfo groupInfo ) : System

Initializes a new instance of the GroupEdgeInfo class for a real group.

GroupEdgeInfo ( IEnumerable edges, String dummyGroupName ) : System

Initializes a new instance of the GroupEdgeInfo class for a "dummy" group.

Защищенные методы

Метод Описание
GroupEdgeInfo ( IEnumerable oEdges, ExcelTemplateGroupInfo oGroupInfo, String sDummyGroupName ) : System

Initializes a new instance of the GroupEdgeInfo class.

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

Метод Описание
AssertValid ( ) : void

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

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

Initializes a new instance of the GroupEdgeInfo class for a real group.
public GroupEdgeInfo ( IEnumerable edges, ExcelTemplateGroupInfo groupInfo ) : System
edges IEnumerable /// A collection of the group's zero or more edges. ///
groupInfo ExcelTemplateGroupInfo /// Contains information about the real group. ///
Результат System

GroupEdgeInfo() защищенный Метод

Initializes a new instance of the GroupEdgeInfo class.
protected GroupEdgeInfo ( IEnumerable oEdges, ExcelTemplateGroupInfo oGroupInfo, String sDummyGroupName ) : System
oEdges IEnumerable /// A collection of the group's zero or more edges. ///
oGroupInfo ExcelTemplateGroupInfo /// Contains information about the group, or null if this is a "dummy" /// group. ///
sDummyGroupName String /// Name of the dummy group, or null if this is not a dummy group. ///
Результат System

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

Initializes a new instance of the GroupEdgeInfo class for a "dummy" group.
public GroupEdgeInfo ( IEnumerable edges, String dummyGroupName ) : System
edges IEnumerable /// A collection of the group's zero or more edges. ///
dummyGroupName String /// Name of the dummy group. See for /// information on what a dummy group is. ///
Результат System

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

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

protected IEnumerable m_oEdges
Результат IEnumerable

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

protected ExcelTemplateGroupInfo,Smrf.NodeXL.ExcelTemplate m_oGroupInfo
Результат ExcelTemplateGroupInfo

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

protected String m_sDummyGroupName
Результат String