C# 클래스 BlueSky.Model.VirtualListDynamic

상속: IBindingList, ITypedList, IEnumerator
파일 보기 프로젝트 열기: BlueSkyStatistics/BlueSkyRepository 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateColumnCollection ( ) : void
RaiseListChanged ( ListChangedEventArgs args ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( object val ) : int
val object
리턴 int

AddColumn() 공개 메소드

public AddColumn ( ) : void
리턴 void

AddNew() 공개 메소드

public AddNew ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( object val ) : bool
val object
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( System array, int fIndex ) : void
array System
fIndex int
리턴 void

CreateColumnCollection() 보호된 메소드

protected CreateColumnCollection ( ) : void
리턴 void

GetColumnName() 공개 메소드

public GetColumnName ( int columnIndex ) : string
columnIndex int
리턴 string

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetRowKey() 공개 메소드

public GetRowKey ( int rowIndex, int colIndex ) : object
rowIndex int
colIndex int
리턴 object

IndexOf() 공개 메소드

public IndexOf ( object val ) : int
val object
리턴 int

Insert() 공개 메소드

public Insert ( int fIndex, object val ) : void
fIndex int
val object
리턴 void

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

RaiseListChanged() 보호된 메소드

protected RaiseListChanged ( ListChangedEventArgs args ) : void
args System.ComponentModel.ListChangedEventArgs
리턴 void

Remove() 공개 메소드

public Remove ( object val ) : void
val object
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int fIndex ) : void
fIndex int
리턴 void

RemoveLastColumn() 공개 메소드

public RemoveLastColumn ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

VirtualListDynamic() 공개 메소드

public VirtualListDynamic ( IAnalyticsService service, DataSource dataSource ) : System
service IAnalyticsService
dataSource DataSource
리턴 System