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
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
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