C# Class BlueSky.Model.VirtualListDynamic

Inheritance: IBindingList, ITypedList, IEnumerator
Afficher le fichier Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Private Properties

Свойство Type Description
GetCellValue object
GetObjectType System.Type
GetRowData string[]
GetRowDataOld string[]
IBindingList int
IBindingList object
IBindingList void
IBindingList void
IBindingList void
ITypedList System.ComponentModel.PropertyDescriptorCollection
ITypedList string
SetCellValue void
this objectIList.System

Méthodes publiques

Méthode Description
Add ( object val ) : int
AddColumn ( ) : void
AddNew ( ) : void
Clear ( ) : void
Contains ( object val ) : bool
CopyTo ( System array, int fIndex ) : void
GetColumnName ( int columnIndex ) : string
GetEnumerator ( ) : IEnumerator
GetRowKey ( int rowIndex, int colIndex ) : object
IndexOf ( object val ) : int
Insert ( int fIndex, object val ) : void
MoveNext ( ) : bool
Remove ( object val ) : void
RemoveAt ( int fIndex ) : void
RemoveLastColumn ( ) : void
Reset ( ) : void
VirtualListDynamic ( IAnalyticsService service, DataSource dataSource ) : System

Méthodes protégées

Méthode Description
CreateColumnCollection ( ) : void
RaiseListChanged ( ListChangedEventArgs args ) : void

Private Methods

Méthode Description
GetCellValue ( object row, int colIndex ) : object
GetObjectType ( List vars ) : Type
GetRowData ( object row ) : string[]
GetRowDataOld ( object row ) : string[]
IBindingList ( PropertyDescriptor pd, object key ) : int
IBindingList ( ) : object
IBindingList ( ) : void
IBindingList ( PropertyDescriptor pd ) : void
IBindingList ( PropertyDescriptor pd, ListSortDirection dir ) : void
ITypedList ( PropertyDescriptor descs ) : PropertyDescriptorCollection
ITypedList ( PropertyDescriptor descs ) : string
SetCellValue ( object row, int colIndex, object val ) : void
this ( int fIndex ) : objectIList.System

Method Details

Add() public méthode

public Add ( object val ) : int
val object
Résultat int

AddColumn() public méthode

public AddColumn ( ) : void
Résultat void

AddNew() public méthode

public AddNew ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( object val ) : bool
val object
Résultat bool

CopyTo() public méthode

public CopyTo ( System array, int fIndex ) : void
array System
fIndex int
Résultat void

CreateColumnCollection() protected méthode

protected CreateColumnCollection ( ) : void
Résultat void

GetColumnName() public méthode

public GetColumnName ( int columnIndex ) : string
columnIndex int
Résultat string

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetRowKey() public méthode

public GetRowKey ( int rowIndex, int colIndex ) : object
rowIndex int
colIndex int
Résultat object

IndexOf() public méthode

public IndexOf ( object val ) : int
val object
Résultat int

Insert() public méthode

public Insert ( int fIndex, object val ) : void
fIndex int
val object
Résultat void

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

RaiseListChanged() protected méthode

protected RaiseListChanged ( ListChangedEventArgs args ) : void
args System.ComponentModel.ListChangedEventArgs
Résultat void

Remove() public méthode

public Remove ( object val ) : void
val object
Résultat void

RemoveAt() public méthode

public RemoveAt ( int fIndex ) : void
fIndex int
Résultat void

RemoveLastColumn() public méthode

public RemoveLastColumn ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

VirtualListDynamic() public méthode

public VirtualListDynamic ( IAnalyticsService service, DataSource dataSource ) : System
service IAnalyticsService
dataSource DataSource
Résultat System