C# Class FastQuant.ProviderPropertyList

Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ProviderPropertyList ( IEnumerable properties ) : System.Collections.Generic
ToXmlProviderProperties ( ) : List

Method Details

GetStringValue() public méthode

public GetStringValue ( string name, string defaultValue ) : string
name string
defaultValue string
Résultat string

ProviderPropertyList() public méthode

public ProviderPropertyList ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SetValue() public méthode

public SetValue ( string name, string value ) : void
name string
value string
Résultat void