C# Class Soloco.RealTimeWeb.Common.Result

Afficher le fichier Open project: tim-cools/RealTimeWeb.NET

Méthodes publiques

Méthode Description
Failed ( ) : Result
Merge ( Result second ) : Result
Result ( ) : System
Result ( IEnumerable errors ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
Result ( bool success ) : System

Method Details

Failed() public static méthode

public static Failed ( ) : Result
Résultat Result

Merge() public méthode

public Merge ( Result second ) : Result
second Result
Résultat Result

Result() public méthode

public Result ( ) : System
Résultat System

Result() public méthode

public Result ( IEnumerable errors ) : System
errors IEnumerable
Résultat System

Result() protected méthode

protected Result ( bool success ) : System
success bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string