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

Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
Edge Edge
Exception System.Exception
Success bool

Public Methods

Method Description
EWResult ( bool suc, Edge e, Exception x ) : NUnit.Framework

Method Details

EWResult() public method

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

Property Details

Edge public property

public Edge Edge
return Edge

Exception public property

public Exception,System Exception
return System.Exception

Success public property

public bool Success
return bool