C# 클래스 QSSaaS.Result

파일 보기 프로젝트 열기: QualitySolution/QSProjects

공개 메소드들

메소드 설명
Result ( bool success, ErrorType error, string description = "" ) : System.Runtime.Serialization
Result ( bool success, string description = "" ) : System.Runtime.Serialization

메소드 상세

Result() 공개 메소드

public Result ( bool success, ErrorType error, string description = "" ) : System.Runtime.Serialization
success bool
error ErrorType
description string
리턴 System.Runtime.Serialization

Result() 공개 메소드

public Result ( bool success, string description = "" ) : System.Runtime.Serialization
success bool
description string
리턴 System.Runtime.Serialization