C# 클래스 VirtualBoxAPI.ActionResponse

파일 보기 프로젝트 열기: voltagex/junkcode

공개 메소드들

메소드 설명
ActionResponse ( Operation operaton, bool successful = true ) : System
ActionResponse ( dynamic progress, bool successful = true ) : System
ActionResponse ( string message, bool successful = true ) : System

메소드 상세

ActionResponse() 공개 메소드

public ActionResponse ( Operation operaton, bool successful = true ) : System
operaton Operation
successful bool
리턴 System

ActionResponse() 공개 메소드

public ActionResponse ( dynamic progress, bool successful = true ) : System
progress dynamic
successful bool
리턴 System

ActionResponse() 공개 메소드

public ActionResponse ( string message, bool successful = true ) : System
message string
successful bool
리턴 System