프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AppendIndex | int |
메소드 | 설명 | |
---|---|---|
Add ( int idx, IList |
Adds the specified idx.
|
|
AddGap ( int idx ) : void | ||
ApplySortAction ( IDictionary |
Applies the sort action.
|
|
ContainsRow ( int idx ) : bool | ||
CopyTo ( |
Copies the data from the clonable instance into the cloned instance ;)
|
|
Dispose ( ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
DisposeCache ( ) : int |
Disposes the cache.
|
|
FetchAlias ( ) : BinaryDataListAlias>.IDictionary |
||
FetchGaps ( ) : HashSet |
||
FetchSortData ( ) : IList |
||
GetDistinctRows ( List |
||
Init ( int colCnt, bool createNewStorage = true ) : void |
Inits this instance.
|
|
InternalFetchColumnIndex ( string column ) : int | ||
InternalParentFetchColumnIndex ( string column, IList |
||
MoveIndexDataForClone ( int min, int max, HashSet |
||
ReInstateMaxValue ( int idx ) : void | ||
ReInstateMinValue ( int idx ) : void | ||
Remove ( int idx, bool blankData = false ) : void |
Removes the specified idx.
|
|
this ( int key, bool removeFromGaps = true ) : IList |
메소드 | 설명 | |
---|---|---|
FilterColumns ( ICollection |
||
GenerateFederatedKey ( int idx ) : |
Generates the key.
|
|
GenerateKeyPrefix ( string ns, System.Guid id ) : string |
Generates the storage key.
|
|
ScrubInternalTo ( ) : void |
Scrubs the internal TO.
|
public Add ( int idx, IList |
||
idx | int | The idx. |
cols | IList |
The cols. |
리턴 | void |
public ApplySortAction ( IDictionary |
||
payload | IDictionary |
|
리턴 | void |
public CopyTo ( |
||
thisObj | The this object. | |
리턴 | void |
public FetchAlias ( ) : BinaryDataListAlias>.IDictionary |
||
리턴 | BinaryDataListAlias>.IDictionary |
public Init ( int colCnt, bool createNewStorage = true ) : void | ||
colCnt | int | |
createNewStorage | bool | |
리턴 | void |
public InternalFetchColumnIndex ( string column ) : int | ||
column | string | |
리턴 | int |
public InternalParentFetchColumnIndex ( string column, IList |
||
column | string | |
parentColumns | IList |
|
리턴 | int |
public MoveIndexDataForClone ( int min, int max, HashSet |
||
min | int | |
max | int | |
gaps | HashSet |
|
onMasterEntry | bool | |
리턴 | void |
public Remove ( int idx, bool blankData = false ) : void | ||
idx | int | The idx. |
blankData | bool | |
리턴 | void |
public this ( int key, bool removeFromGaps = true ) : IList |
||
key | int | |
removeFromGaps | bool | |
리턴 | IList |