C# Class HashrateCalculator.CurrencyProperties

Show file Open project: GarageGames/Bitcoin Class Usage Examples

Public Properties

Property Type Description
BlockTarget System.Windows.Forms.TextBox
CoinsPerBlock System.Windows.Forms.TextBox
CryptsyID System.Windows.Forms.TextBox
IPAddress System.Windows.Forms.TextBox
IgnoreSigLen System.Windows.Forms.CheckBox
NameBox System.Windows.Forms.TextBox
NetID System.Windows.Forms.TextBox
NetVersion System.Windows.Forms.TextBox
POS System.Windows.Forms.CheckBox
Port System.Windows.Forms.TextBox
ScryptBlockHash System.Windows.Forms.CheckBox
Symbol System.Windows.Forms.TextBox

Public Methods

Method Description
CurrencyProperties ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

CurrencyProperties() public method

public CurrencyProperties ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Property Details

BlockTarget public property

public System.Windows.Forms.TextBox BlockTarget
return System.Windows.Forms.TextBox

CoinsPerBlock public property

public System.Windows.Forms.TextBox CoinsPerBlock
return System.Windows.Forms.TextBox

CryptsyID public property

public System.Windows.Forms.TextBox CryptsyID
return System.Windows.Forms.TextBox

IPAddress public property

public System.Windows.Forms.TextBox IPAddress
return System.Windows.Forms.TextBox

IgnoreSigLen public property

public System.Windows.Forms.CheckBox IgnoreSigLen
return System.Windows.Forms.CheckBox

NameBox public property

public System.Windows.Forms.TextBox NameBox
return System.Windows.Forms.TextBox

NetID public property

public System.Windows.Forms.TextBox NetID
return System.Windows.Forms.TextBox

NetVersion public property

public System.Windows.Forms.TextBox NetVersion
return System.Windows.Forms.TextBox

POS public property

public System.Windows.Forms.CheckBox POS
return System.Windows.Forms.CheckBox

Port public property

public System.Windows.Forms.TextBox Port
return System.Windows.Forms.TextBox

ScryptBlockHash public property

public System.Windows.Forms.CheckBox ScryptBlockHash
return System.Windows.Forms.CheckBox

Symbol public property

public System.Windows.Forms.TextBox Symbol
return System.Windows.Forms.TextBox