Method | Description | |
---|---|---|
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 | |
return | System |
public FileSystemDataProvider ( string dirPath, string fileMask ) : System | ||
dirPath | string | |
fileMask | string | |
return | System |