C# 클래스 StoryTeller.Messages.SpecProgress

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

공개 프로퍼티들

프로퍼티 타입 설명
counts Counts
id string
step int
total int

공개 메소드들

메소드 설명
SpecProgress ( string id, Counts counts, int step, int total ) : StoryTeller.Results

메소드 상세

SpecProgress() 공개 메소드

public SpecProgress ( string id, Counts counts, int step, int total ) : StoryTeller.Results
id string
counts Counts
step int
total int
리턴 StoryTeller.Results

프로퍼티 상세

counts 공개적으로 프로퍼티

public Counts counts
리턴 Counts

id 공개적으로 프로퍼티

public string id
리턴 string

step 공개적으로 프로퍼티

public int step
리턴 int

total 공개적으로 프로퍼티

public int total
리턴 int