Метод | Описание | |
---|---|---|
Add ( |
||
Clear ( ) : void | ||
Contains ( DateTime dateTime ) : bool | ||
DataSeries ( ) : System | ||
DataSeries ( string name ) : System | ||
Dump ( ) : void | ||
FromReader ( BinaryReader reader, byte version ) : DataSeries | ||
Get ( DateTime dateTime ) : DataObject | ||
Get ( long index ) : DataObject | ||
GetIndex ( DateTime dateTime, SearchOption option = SearchOption.Prev ) : long | ||
Refresh ( ) : void | ||
Remove ( long index ) : void | ||
ToString ( ) : string | ||
ToWriter ( BinaryWriter writer ) : void | ||
Update ( long index, DataObject obj ) : void | ||
this ( DateTime dateTime ) : DataObject | ||
this ( long index ) : DataObject |
Метод | Описание | |
---|---|---|
DeleteKey ( DataKey key ) : void | ||
Flush ( ) : void | ||
GetBuffer ( long position ) : byte[] | ||
GetFirstKey ( ) : DataKey | ||
GetKey ( DateTime dateTime, DataKey key = null, IndexOption option = IndexOption.Null ) : DataKey | ||
GetKey ( long index, DataKey key = null ) : DataKey | ||
GetNextKey ( DataKey key ) : DataKey | ||
Init ( DataFile file, ObjectKey key ) : void | ||
Insert ( DataObject obj ) : void | ||
InsertKey ( DataKey key, DataKey keyAt ) : void | ||
OpenRead ( ) : void | ||
OpenWrite ( ) : void | ||
ReadCache ( ) : IdArray |
||
ReadKey ( long position ) : DataKey | ||
SetNext ( DataKey key, long position ) : void | ||
SetNext ( long key, long position ) : void | ||
SetPrev ( DataKey key, long position ) : void | ||
SetPrev ( long key, long position ) : void | ||
WriteCache ( ) : void | ||
WriteKey ( DataKey key ) : void |
public Contains ( DateTime dateTime ) : bool | ||
dateTime | DateTime | |
Результат | bool |
public DataSeries ( string name ) : System | ||
name | string | |
Результат | System |
public static FromReader ( BinaryReader reader, byte version ) : DataSeries | ||
reader | BinaryReader | |
version | byte | |
Результат | DataSeries |
public Get ( DateTime dateTime ) : DataObject | ||
dateTime | DateTime | |
Результат | DataObject |
public GetIndex ( DateTime dateTime, SearchOption option = SearchOption.Prev ) : long | ||
dateTime | DateTime | |
option | SearchOption | |
Результат | long |
public ToWriter ( BinaryWriter writer ) : void | ||
writer | BinaryWriter | |
Результат | void |
public Update ( long index, DataObject obj ) : void | ||
index | long | |
obj | DataObject | |
Результат | void |
public this ( DateTime dateTime ) : DataObject | ||
dateTime | DateTime | |
Результат | DataObject |