C# Class StoryTeller.Messages.SuiteAdded

Inheritance: ClientMessage
Show file Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
hierarchy StoryTeller.Model.Persistence.Suite
path string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
SuiteAdded ( Suite hierarchy, Suite newSuite ) : StoryTeller.Model.Persistence

Protected Methods

Method Description
Equals ( SuiteAdded other ) : bool

Method Details

Equals() protected method

protected Equals ( SuiteAdded other ) : bool
other SuiteAdded
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SuiteAdded() public method

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

Property Details

hierarchy public property

public Suite,StoryTeller.Model.Persistence hierarchy
return StoryTeller.Model.Persistence.Suite

path public property

public string path
return string