C# Class FastQuant.AccountDataFieldList

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

Méthodes publiques

Méthode Description
Add ( string name, object value ) : void
Add ( string name, string currency, object value ) : void

Update if the key is already there.

Clear ( ) : void
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
ToArray ( ) : FastQuant.AccountDataField[]
this ( string name ) : object
this ( string name, string currency ) : object

Private Methods

Méthode Description
AccountDataFieldList ( ) : System

Method Details

Add() public méthode

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

Add() public méthode

Update if the key is already there.
public Add ( string name, string currency, object value ) : void
name string
currency string
value object
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

ToArray() public méthode

public ToArray ( ) : FastQuant.AccountDataField[]
Résultat FastQuant.AccountDataField[]

this() public méthode

public this ( string name ) : object
name string
Résultat object

this() public méthode

public this ( string name, string currency ) : object
name string
currency string
Résultat object