C# 클래스 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.

상속: PersistableStringDictionary
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
AssertValid ( ) : void
CollapsedGroupAttributes ( ) : System

Initializes a new instance of the class.

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

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

CollapsedGroupAttributes() 공개 메소드

Initializes a new instance of the class.
public CollapsedGroupAttributes ( ) : System
리턴 System

FromString() 공개 정적인 메소드

public static FromString ( String attributes ) : CollapsedGroupAttributes
attributes String
리턴 CollapsedGroupAttributes

GetGroupType() 공개 메소드

public GetGroupType ( ) : String
리턴 String