C# Class 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.

Inheritance: PersistableStringDictionary
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
AssertValid ( ) : void
CollapsedGroupAttributes ( ) : System

Initializes a new instance of the class.

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

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

CollapsedGroupAttributes() public method

Initializes a new instance of the class.
public CollapsedGroupAttributes ( ) : System
return System

FromString() public static method

public static FromString ( String attributes ) : CollapsedGroupAttributes
attributes String
return CollapsedGroupAttributes

GetGroupType() public method

public GetGroupType ( ) : String
return String