C# Class StoryTeller.Remotes.SystemRecycled

Inheritance: StoryTeller.Messages.ClientMessage
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
error string
properties object>.IDictionary
success bool
system_full_name string
system_name string
time string

Méthodes publiques

Méthode Description
CloneWithOverriddenFixtures ( FixtureModel fixtureArray ) : SystemRecycled
SystemRecycled ( ) : System
WriteSystemUsage ( ) : void

Method Details

CloneWithOverriddenFixtures() public méthode

public CloneWithOverriddenFixtures ( FixtureModel fixtureArray ) : SystemRecycled
fixtureArray StoryTeller.Model.FixtureModel
Résultat SystemRecycled

SystemRecycled() public méthode

public SystemRecycled ( ) : System
Résultat System

WriteSystemUsage() public méthode

public WriteSystemUsage ( ) : void
Résultat void

Property Details

error public_oe property

public string error
Résultat string

properties public_oe property

public IDictionary properties
Résultat object>.IDictionary

success public_oe property

public bool success
Résultat bool

system_full_name public_oe property

public string system_full_name
Résultat string

system_name public_oe property

public string system_name
Résultat string

time public_oe property

public string time
Résultat string