Inherits from NSObject
Conforms to PicoBindable
Declared in Finding_SearchResult.h
Finding_SearchResult.m

Overview

Contains the returned item listings, if any. The data for each listing is
returned in individual item containers.

@ingroup FindingServicePortType

Tasks

  •   item

    Container for the data of a single item that matches the search criteria.

    property
  •   delimiter

    (public property)

    property
  •   any

    (public property)

    property
  •   count

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Finding_SearchResult.h

count

(public property)

@property (nonatomic, retain) NSNumber *count

Discussion

(public property)

type : NSNumber, wrapper for primitive int

Declared In

Finding_SearchResult.h

delimiter

(public property)

@property (nonatomic, retain) NSString *delimiter

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Finding_SearchResult.h

item

Container for the data of a single item that matches the search criteria.

@property (nonatomic, retain) NSMutableArray *item

Discussion

Container for the data of a single item that matches the search criteria.

entry type : class Finding_SearchItem

Declared In

Finding_SearchResult.h