C# 클래스 StoryTeller.Remotes.SystemRecycled

상속: StoryTeller.Messages.ClientMessage
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
error string
properties object>.IDictionary
success bool
system_full_name string
system_name string
time string

공개 메소드들

메소드 설명
CloneWithOverriddenFixtures ( FixtureModel fixtureArray ) : SystemRecycled
SystemRecycled ( ) : System
WriteSystemUsage ( ) : void

메소드 상세

CloneWithOverriddenFixtures() 공개 메소드

public CloneWithOverriddenFixtures ( FixtureModel fixtureArray ) : SystemRecycled
fixtureArray StoryTeller.Model.FixtureModel
리턴 SystemRecycled

SystemRecycled() 공개 메소드

public SystemRecycled ( ) : System
리턴 System

WriteSystemUsage() 공개 메소드

public WriteSystemUsage ( ) : void
리턴 void

프로퍼티 상세

error 공개적으로 프로퍼티

public string error
리턴 string

properties 공개적으로 프로퍼티

public IDictionary properties
리턴 object>.IDictionary

success 공개적으로 프로퍼티

public bool success
리턴 bool

system_full_name 공개적으로 프로퍼티

public string system_full_name
리턴 string

system_name 공개적으로 프로퍼티

public string system_name
리턴 string

time 공개적으로 프로퍼티

public string time
리턴 string