C# Class Smrf.NodeXL.ExcelTemplate.GraphHistory

Stores attributes that describe how a graph was created.
The attributes are stored as key/value pairs in a dictionary, where the keys and values are strings. All the key/value pairs are optional and may be missing from the dictionary.

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

Inheritance: PersistableStringDictionary
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Méthode Description
AssertValid ( ) : void
FromString ( String attributes ) : GraphHistory
GraphHistory ( ) : System

Initializes a new instance of the GraphHistory class.

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

FromString() public static méthode

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

GraphHistory() public méthode

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