Lightstreamer iOS Client 1.2.6
Native iOS Client library for Lightstreamer
Static Public Member Functions | Properties

LSExtendedTableInfo Class Reference

The LSExtendedTableInfo class contains the specification of a table to be subscribed to Lightstreamer Server, comprised all the item and field names. More...

#import <LSExtendedTableInfo.h>

Inheritance diagram for LSExtendedTableInfo:
LSTableInfo

List of all members.

Static Public Member Functions

(LSExtendedTableInfo *) + extendedTableInfoWithItems:mode:fields:dataAdapter:snapshot:
 Creates and returns an LSExtendedTableInfo object with the specified parameters.

Properties

NSArray * items
 The list of strings with the items contained in this table.
NSArray * fields
 The list of strings with the fields contained in this table.

Detailed Description

The LSExtendedTableInfo class contains the specification of a table to be subscribed to Lightstreamer Server, comprised all the item and field names.

Group and Schema names to be sent to the Server are made by space separated concatenations of item and field names. This name convention is suitable for a Metadata Adapter derived from LiteralBasedProvider or equivalent to it.


Member Function Documentation

+ (LSExtendedTableInfo *) extendedTableInfoWithItems: (NSArray *)  items
mode: (LSMode mode
fields: (NSArray *)  fields
dataAdapter: (NSString *)  dataAdapter
snapshot: (BOOL)  snapshot 

Creates and returns an LSExtendedTableInfo object with the specified parameters.

Parameters:
itemsThe list of strings with the items contained in this table.
modeThe subscription mode for the items contained in this table.
fieldsThe list of strings with the fields contained in this table.
dataAdapterThe name of the Data Adapter (within the Adapter Set used by the current session) that supplies all the items in the Group. If it is nil, the "DEFAULT" name is used.
snapshotWhether or not the snapshot is being asked for the items contained in this table.
Returns:
The LSExtendedTableInfo object.

Property Documentation

- (NSArray*) fields [read, write, copy]

The list of strings with the fields contained in this table.

- (NSArray*) items [read, write, copy]

The list of strings with the items contained in this table.


The documentation for this class was generated from the following file: