C# Class SmartQuant.Controls.Data.Account.AccountDataKey

Show file Open project: fastquant/fastquant.dll

Protected Properties

Property Type Description
key string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Protected Methods

Method Description
AccountDataKey ( SmartQuant data ) : System
GetFieldAsString ( string name ) : string

Method Details

AccountDataKey() protected method

protected AccountDataKey ( SmartQuant data ) : System
data SmartQuant
return System

Equals() public method

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

GetFieldAsString() protected method

protected GetFieldAsString ( string name ) : string
name string
return string

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

key protected property

protected string key
return string