MSearchInfo Class Reference

class MSearchInfo : public MXIMPBase

Interface for Search info object.

Search info holds details of a single search result. Search results contains collection of searchinfo.

Inherits from

Constructor & Destructor Documentation

~MSearchInfo()

~MSearchInfo()[inline, virtual]

Public destructor. Objects can be deleted through this interface.

Member Functions Documentation

GetFieldInfo(TInfoType)

const TDesC16 &GetFieldInfo(TInfoTypeaType)const [pure virtual]

Returns the information of particular information type.

Parameters

TInfoType aTypeTInfoType which information type (e.g. EFirstname, Elastname etc)

SetFieldInfoL(const TDesC16 &, TInfoType)

voidSetFieldInfoL(const TDesC16 &aFieldInfo,
TInfoTypeaType
)[pure virtual]

Sets the information of a particular type.

Parameters

const TDesC16 & aFieldInfoinformation to be set.
TInfoType aTypetype of the information.(e.g. EFirstname, Elastname etc)