C# Class FastQuant.Parameter

Datei anzeigen Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
Parameter ( string name, object value ) : System.ComponentModel
Parameter ( string name, object value, string typeName, Attribute attributes ) : System.ComponentModel
ToString ( ) : string

Method Details

Parameter() public method

public Parameter ( string name, object value ) : System.ComponentModel
name string
value object
return System.ComponentModel

Parameter() public method

public Parameter ( string name, object value, string typeName, Attribute attributes ) : System.ComponentModel
name string
value object
typeName string
attributes System.Attribute
return System.ComponentModel

ToString() public method

public ToString ( ) : string
return string