C# Класс 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 .

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

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

Метод Описание
AssertValid ( ) : void
FromString ( String attributes ) : GraphHistory
GraphHistory ( ) : System

Initializes a new instance of the GraphHistory class.

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

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

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

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

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

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

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