C# Class GELibrary.Result

Afficher le fichier Open project: bvierra/GnomoriaEnhanced

Méthodes publiques

Méthode 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 méthode

Default constructor, success = true, ErrorMessage = ""
public Result ( ) : System
Résultat System

Result() public méthode

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