Метод | Описание | |
---|---|---|
FileSystemDataProvider ( string dirPath ) : System | ||
FileSystemDataProvider ( string dirPath, string fileMask ) : System | ||
Initialize ( ) : bool | ||
ReadBatch ( int size ) : List |
||
ReadNext ( ) : dynamic | ||
Reschedule ( dynamic record ) : bool | ||
RescheduleBatch ( List |
public FileSystemDataProvider ( string dirPath ) : System | ||
dirPath | string | |
Результат | System |
public FileSystemDataProvider ( string dirPath, string fileMask ) : System | ||
dirPath | string | |
fileMask | string | |
Результат | System |
public Reschedule ( dynamic record ) : bool | ||
record | dynamic | |
Результат | bool |
public RescheduleBatch ( List |
||
batch | List |
|
Результат | bool |