C# Class StoryTeller.Messages.SpecProgress

Inheritance: ClientMessage, IBatchedMessage, UsedByUserInterface
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
counts Counts
id string
step int
total int

Méthodes publiques

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

Method Details

SpecProgress() public méthode

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

Property Details

counts public_oe property

public Counts counts
Résultat Counts

id public_oe property

public string id
Résultat string

step public_oe property

public int step
Résultat int

total public_oe property

public int total
Résultat int