C# Class Zombie.SDKBatch

Everything that happens in the Zombie library happens through the SDKBatch class. This class provides access to a QBFC message set and a way to specify follow-up actions for SDK queries.
Show file Open project: pkpjpm/Zombie

Public Methods

Method Description
Run ( ) : bool
RunIfNotEmpty ( ) : bool
SetClosures ( Interop.QBFC12 qry, QuerySuccess success, QueryFailure failure = null, bool allowEmpty = false ) : void
SetIteratorSetup ( IteratorSetup setup ) : void

Private Methods

Method Description
RunOneBatch ( IteratorCall &_iterCall ) : bool
SDKBatch ( Interop.QBFC12 mgr, short majorVer, short minorVer, string Country ) : System
StatusMessage ( int idx, string Heading, string StatusMessage, int statusCode, bool IsError ) : void

Method Details

Run() public method

public Run ( ) : bool
return bool

RunIfNotEmpty() public method

public RunIfNotEmpty ( ) : bool
return bool

SetClosures() public method

public SetClosures ( Interop.QBFC12 qry, QuerySuccess success, QueryFailure failure = null, bool allowEmpty = false ) : void
qry Interop.QBFC12
success QuerySuccess
failure QueryFailure
allowEmpty bool
return void

SetIteratorSetup() public method

public SetIteratorSetup ( IteratorSetup setup ) : void
setup IteratorSetup
return void