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
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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