C# Class StoryTeller.Messages.SpecProgress

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

Public Properties

Property Type Description
counts Counts
id string
step int
total int

Public Methods

Method Description
SpecProgress ( string id, Counts counts, int step, int total ) : StoryTeller.Results

Method Details

SpecProgress() public method

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

Property Details

counts public_oe property

public Counts counts
return Counts

id public_oe property

public string id
return string

step public_oe property

public int step
return int

total public_oe property

public int total
return int