Name |
Description |
ConnectionMgr |
The ConnectionMgr class is used to configure the application identity and as a source of SDK connections, which require the application identity |
ConnectionMgr.ApplicationIdentity |
|
ConnectionMgr.ConnectionConfig |
|
CustomFieldGroup |
A simple collection that reads custom field names. |
DebugListener |
|
ItemDisambiguator |
The ItemDisambiguator is used when running through an item list. Specify actions to be taken only on item types that interest you by using type-safe delegates. This eliminates quite a bit of ceremony code that would otherwise be needed to figure out what type of item you're dealing with. |
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. |
SDKBatch.ClosureSpec |
|
SDKBatch.IteratorCall |
|
SDKCloseException |
|
SDKConnection |
Represents a connection to the SDK. Supports both desktop and online connections. In order to create a connection, use the ConnectionMgr class |
SDKConnectionException |
|
SDKException |
|
SDKSessionException |
|
Safe |
The Safe class provide static methods to read items from a QBFC object. |
StatusConsole |
The StatusConsole provides and easy way to view trace and error output in a console application. It should not be used in other types of applications. |
StatusLogFile |
The status log file provides an easy way to capture error and trace information in a log file. |