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

Contains information about one vertex group.
Наследование: Object
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
m_Connectivity int
m_bIsCollapsed System.Boolean
m_oCollapsedLocation Nullable
m_oRectangle System.Drawing.Rectangle
m_oVertices LinkedList
m_sCollapsedAttributes String
m_sLabel String
m_sName String

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

Метод Описание
CompareConnectivity ( GroupInfo other ) : int
GroupInfo ( ) : System

Initializes a new instance of the GroupInfo class without a name and without being collapsed.

GroupInfo ( String name, System.Boolean isCollapsed, String collapsedAttributes ) : System

Initializes a new instance of the GroupInfo class with a unique name and "is collapsed" flag.

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

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

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

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

public CompareConnectivity ( GroupInfo other ) : int
other GroupInfo
Результат int

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

Initializes a new instance of the GroupInfo class without a name and without being collapsed.
public GroupInfo ( ) : System
Результат System

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

Initializes a new instance of the GroupInfo class with a unique name and "is collapsed" flag.
public GroupInfo ( String name, System.Boolean isCollapsed, String collapsedAttributes ) : System
name String /// The unique name of the group. Can be null or empty. ///
isCollapsed System.Boolean /// true if the group should be collapsed. ///
collapsedAttributes String /// String containing the attributes describing what the group should look /// like when it is collapsed, or null to give the collapsed group a /// default appearance. If not null, this should be a string that was /// returned by . ///
Результат System

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

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

protected int m_Connectivity
Результат int

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

protected Boolean,System m_bIsCollapsed
Результат System.Boolean

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

protected Nullable m_oCollapsedLocation
Результат Nullable

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

protected Rectangle,System.Drawing m_oRectangle
Результат System.Drawing.Rectangle

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

protected LinkedList m_oVertices
Результат LinkedList

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

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

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

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

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

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