C# Class Brunet.Connections.Linker.LinkerTask

Show file Open project: pstjuste/brunet

Protected Properties

Property Type Description
_ct ConnectionType
_local Address
_target Address
_task_diff string

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int
LinkerTask ( Address local, Address target, string ct, string task_diff ) : NUnit.Framework

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

LinkerTask() public method

public LinkerTask ( Address local, Address target, string ct, string task_diff ) : NUnit.Framework
local Address
target Address
ct string
task_diff string
return NUnit.Framework

Property Details

_ct protected property

protected ConnectionType _ct
return ConnectionType

_local protected property

protected Address _local
return Address

_target protected property

protected Address _target
return Address

_task_diff protected property

protected string _task_diff
return string