C# Class StoryTeller.Remotes.SystemRecycled

Inheritance: StoryTeller.Messages.ClientMessage
Datei anzeigen Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
error string
properties object>.IDictionary
success bool
system_full_name string
system_name string
time string

Public Methods

Method Description
CloneWithOverriddenFixtures ( FixtureModel fixtureArray ) : SystemRecycled
SystemRecycled ( ) : System
WriteSystemUsage ( ) : void

Method Details

CloneWithOverriddenFixtures() public method

public CloneWithOverriddenFixtures ( FixtureModel fixtureArray ) : SystemRecycled
fixtureArray StoryTeller.Model.FixtureModel
return SystemRecycled

SystemRecycled() public method

public SystemRecycled ( ) : System
return System

WriteSystemUsage() public method

public WriteSystemUsage ( ) : void
return void

Property Details

error public_oe property

public string error
return string

properties public_oe property

public IDictionary properties
return object>.IDictionary

success public_oe property

public bool success
return bool

system_full_name public_oe property

public string system_full_name
return string

system_name public_oe property

public string system_name
return string

time public_oe property

public string time
return string