C# 클래스 StoryTeller.Messages.SuiteAdded

상속: ClientMessage
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
hierarchy StoryTeller.Model.Persistence.Suite
path string

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
SuiteAdded ( Suite hierarchy, Suite newSuite ) : StoryTeller.Model.Persistence

보호된 메소드들

메소드 설명
Equals ( SuiteAdded other ) : bool

메소드 상세

Equals() 보호된 메소드

protected Equals ( SuiteAdded other ) : bool
other SuiteAdded
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SuiteAdded() 공개 메소드

public SuiteAdded ( Suite hierarchy, Suite newSuite ) : StoryTeller.Model.Persistence
hierarchy StoryTeller.Model.Persistence.Suite
newSuite StoryTeller.Model.Persistence.Suite
리턴 StoryTeller.Model.Persistence

프로퍼티 상세

hierarchy 공개적으로 프로퍼티

public Suite,StoryTeller.Model.Persistence hierarchy
리턴 StoryTeller.Model.Persistence.Suite

path 공개적으로 프로퍼티

public string path
리턴 string