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
显示文件 Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
AssertValid ( ) : void
FromString ( String attributes ) : GraphHistory
GraphHistory ( ) : System

Initializes a new instance of the GraphHistory class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

FromString() public static method

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

GraphHistory() public method

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