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

Stores attributes that describe how a collapsed group should be displayed.
The attributes are stored as key/value pairs in a dictionary, where the keys and values are strings.

The entire collection of attributes can be saved to a single delimited string using PersistableStringDictionary., and the collection can be restored from the delimited string using FromString.

Наследование: PersistableStringDictionary
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the class.

FromString ( String attributes ) : CollapsedGroupAttributes
GetGroupType ( ) : String

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

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

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

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

Initializes a new instance of the class.
public CollapsedGroupAttributes ( ) : System
Результат System

FromString() публичный статический Метод

public static FromString ( String attributes ) : CollapsedGroupAttributes
attributes String
Результат CollapsedGroupAttributes

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

public GetGroupType ( ) : String
Результат String