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
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Méthode Description
AssertValid ( ) : void
CollapsedGroupAttributes ( ) : System

Initializes a new instance of the class.

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

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

CollapsedGroupAttributes() public méthode

Initializes a new instance of the class.
public CollapsedGroupAttributes ( ) : System
Résultat System

FromString() public static méthode

public static FromString ( String attributes ) : CollapsedGroupAttributes
attributes String
Résultat CollapsedGroupAttributes

GetGroupType() public méthode

public GetGroupType ( ) : String
Résultat String