C# 클래스 Brunet.Connections.Linker.EdgeWorker.EWResult

파일 보기 프로젝트 열기: pstjuste/brunet

공개 프로퍼티들

프로퍼티 타입 설명
Edge Edge
Exception System.Exception
Success bool

공개 메소드들

메소드 설명
EWResult ( bool suc, Edge e, Exception x ) : NUnit.Framework

메소드 상세

EWResult() 공개 메소드

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

프로퍼티 상세

Edge 공개적으로 프로퍼티

public Edge Edge
리턴 Edge

Exception 공개적으로 프로퍼티

public Exception,System Exception
리턴 System.Exception

Success 공개적으로 프로퍼티

public bool Success
리턴 bool