Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
StoryTeller
Messages
SpecSaved
C# Class StoryTeller.Messages.SpecSaved
Inheritance:
ClientMessage
显示文件
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