C# 클래스 JobManagerInterfaces.ExecutionResult

파일 보기 프로젝트 열기: ryanski44/VM-Automation-Framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Attachments List
CloneOnShutdown bool
Errors List
RestartAfter bool
SnapshotDesc string
SnapshotName string
SnapshotOnShutdown bool
Success bool

공개 메소드들

메소드 설명
ExecutionResult ( ) : System
ExecutionResult ( IEnumerable attachments ) : System
ExecutionResult ( string error ) : System
ExecutionResult ( string error, IEnumerable attachments ) : System

메소드 상세

ExecutionResult() 공개 메소드

public ExecutionResult ( ) : System
리턴 System

ExecutionResult() 공개 메소드

public ExecutionResult ( IEnumerable attachments ) : System
attachments IEnumerable
리턴 System

ExecutionResult() 공개 메소드

public ExecutionResult ( string error ) : System
error string
리턴 System

ExecutionResult() 공개 메소드

public ExecutionResult ( string error, IEnumerable attachments ) : System
error string
attachments IEnumerable
리턴 System

프로퍼티 상세

Attachments 공개적으로 프로퍼티

public List Attachments
리턴 List

CloneOnShutdown 공개적으로 프로퍼티

public bool CloneOnShutdown
리턴 bool

Errors 공개적으로 프로퍼티

public List Errors
리턴 List

RestartAfter 공개적으로 프로퍼티

public bool RestartAfter
리턴 bool

SnapshotDesc 공개적으로 프로퍼티

public string SnapshotDesc
리턴 string

SnapshotName 공개적으로 프로퍼티

public string SnapshotName
리턴 string

SnapshotOnShutdown 공개적으로 프로퍼티

public bool SnapshotOnShutdown
리턴 bool

Success 공개적으로 프로퍼티

public bool Success
리턴 bool