C# 클래스 StoryTeller.Messages.SpecSaved

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

공개 프로퍼티들

프로퍼티 타입 설명
lastSaved string
spec StoryTeller.Model.Specification

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
SpecSaved ( ) : System

보호된 메소드들

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

메소드 상세

Equals() 보호된 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SpecSaved() 공개 메소드

public SpecSaved ( ) : System
리턴 System

프로퍼티 상세

lastSaved 공개적으로 프로퍼티

public string lastSaved
리턴 string

spec 공개적으로 프로퍼티

public Specification,StoryTeller.Model spec
리턴 StoryTeller.Model.Specification