C# Class SmartQuant.FinChart.SortedRangeList

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

Méthodes publiques

Méthode Description
Add ( IDateDrawable item ) : void
Clear ( ) : void
Contains ( System.DateTime dateTime ) : bool
CopyTo ( Array array, int index ) : void
GetDateTime ( int index ) : System.DateTime
GetEnumerator ( ) : IEnumerator
GetNextIndex ( System.DateTime dateTime ) : int
GetPrevIndex ( System.DateTime dateTime ) : int
SortedRangeList ( ) : System
SortedRangeList ( bool right ) : System
this ( System.DateTime dateTime ) : ArrayList
this ( int index ) : ArrayList

Private Methods

Méthode Description
WillAtIndex ( System.DateTime dateTime ) : int

Method Details

Add() public méthode

public Add ( IDateDrawable item ) : void
item IDateDrawable
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( System.DateTime dateTime ) : bool
dateTime System.DateTime
Résultat bool

CopyTo() public méthode

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

GetDateTime() public méthode

public GetDateTime ( int index ) : System.DateTime
index int
Résultat System.DateTime

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetNextIndex() public méthode

public GetNextIndex ( System.DateTime dateTime ) : int
dateTime System.DateTime
Résultat int

GetPrevIndex() public méthode

public GetPrevIndex ( System.DateTime dateTime ) : int
dateTime System.DateTime
Résultat int

SortedRangeList() public méthode

public SortedRangeList ( ) : System
Résultat System

SortedRangeList() public méthode

public SortedRangeList ( bool right ) : System
right bool
Résultat System

this() public méthode

public this ( System.DateTime dateTime ) : ArrayList
dateTime System.DateTime
Résultat System.Collections.ArrayList

this() public méthode

public this ( int index ) : ArrayList
index int
Résultat System.Collections.ArrayList