C# Class GELibrary.Result

ファイルを表示 Open project: bvierra/GnomoriaEnhanced

Public Methods

Method Description
Result ( ) : System

Default constructor, success = true, ErrorMessage = ""

Result ( bool pSuccess, String pErrorMessage ) : System

Complete constructor, useful to create and return a result in one instruction.

Method Details

Result() public method

Default constructor, success = true, ErrorMessage = ""
public Result ( ) : System
return System

Result() public method

Complete constructor, useful to create and return a result in one instruction.
public Result ( bool pSuccess, String pErrorMessage ) : System
pSuccess bool
pErrorMessage String
return System