C# Class Brunet.Connections.Linker.EdgeWorker.EWResult

Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Свойство Type Description
Edge Edge
Exception System.Exception
Success bool

Méthodes publiques

Méthode Description
EWResult ( bool suc, Edge e, Exception x ) : NUnit.Framework

Method Details

EWResult() public méthode

public EWResult ( bool suc, Edge e, Exception x ) : NUnit.Framework
suc bool
e Edge
x System.Exception
Résultat NUnit.Framework

Property Details

Edge public_oe property

public Edge Edge
Résultat Edge

Exception public_oe property

public Exception,System Exception
Résultat System.Exception

Success public_oe property

public bool Success
Résultat bool