C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( ) : bool
RunIfNotEmpty ( ) : bool
SetClosures ( Interop.QBFC12 qry, QuerySuccess success, QueryFailure failure = null, bool allowEmpty = false ) : void
SetIteratorSetup ( IteratorSetup setup ) : void

Приватные методы

Метод Описание
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

Описание методов

Run() публичный Метод

public Run ( ) : bool
Результат bool

RunIfNotEmpty() публичный Метод

public RunIfNotEmpty ( ) : bool
Результат bool

SetClosures() публичный Метод

public SetClosures ( Interop.QBFC12 qry, QuerySuccess success, QueryFailure failure = null, bool allowEmpty = false ) : void
qry Interop.QBFC12
success QuerySuccess
failure QueryFailure
allowEmpty bool
Результат void

SetIteratorSetup() публичный Метод

public SetIteratorSetup ( IteratorSetup setup ) : void
setup IteratorSetup
Результат void