C# Class StoryTeller.Messages.SpecSaved

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

Public Properties

Property Type Description
lastSaved string
spec StoryTeller.Model.Specification

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
SpecSaved ( ) : System

Protected Methods

Method Description
Equals ( SpecSaved other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

SpecSaved() public method

public SpecSaved ( ) : System
return System

Property Details

lastSaved public_oe property

public string lastSaved
return string

spec public_oe property

public Specification,StoryTeller.Model spec
return StoryTeller.Model.Specification