C# Class FastQuant.ProviderPropertyList

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

Public Methods

Method Description
GetStringValue ( string name, string defaultValue ) : string
ProviderPropertyList ( ) : System.Collections.Generic
SetValue ( string name, string value ) : void

Private Methods

Method Description
ProviderPropertyList ( IEnumerable properties ) : System.Collections.Generic
ToXmlProviderProperties ( ) : List

Method Details

GetStringValue() public method

public GetStringValue ( string name, string defaultValue ) : string
name string
defaultValue string
return string

ProviderPropertyList() public method

public ProviderPropertyList ( ) : System.Collections.Generic
return System.Collections.Generic

SetValue() public method

public SetValue ( string name, string value ) : void
name string
value string
return void