C# Class FS.Utils.Common.Result

返回结果情况
Afficher le fichier Open project: FarseerNet/Farseer.Net

Méthodes publiques

Méthode Description
Add ( bool isTrue, string err ) : bool

添加出错消息

Add ( Dictionary dicError ) : void

添加出错消息

Add ( string err ) : void

添加出错消息

Reset ( ) : void

清除错误消息

Result ( ) : System.Collections.Generic
ToString ( ) : string
ToString ( string sign ) : string

Method Details

Add() public méthode

添加出错消息
public Add ( bool isTrue, string err ) : bool
isTrue bool 条件为真是,添加错误消息
err string 出错消息
Résultat bool

Add() public méthode

添加出错消息
public Add ( Dictionary dicError ) : void
dicError Dictionary 出错消息
Résultat void

Add() public méthode

添加出错消息
public Add ( string err ) : void
err string 出错消息
Résultat void

Reset() public méthode

清除错误消息
public Reset ( ) : void
Résultat void

Result() public méthode

public Result ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( string sign ) : string
sign string
Résultat string