MPbk2FieldPropertyArray Class Reference

class MPbk2FieldPropertyArray

Phonebook 2 field property array interface.

MPbk2FieldProperty

Constructor & Destructor Documentation

~MPbk2FieldPropertyArray()

~MPbk2FieldPropertyArray ( ) [inline, virtual]

Destructor.

Member Functions Documentation

At(TInt)

const MPbk2FieldProperty & At ( TInt aIndex ) const [pure virtual]

Returns the property at given index.

Parameters

TInt aIndex The index of the property.

Count()

TInt Count ( ) const [pure virtual]

Returns the number of properties in the array.

FieldPropertyArrayExtension(TUid)

TAny * FieldPropertyArrayExtension ( TUid ) [inline, virtual]

Returns an extension point for this interface or NULL.

Parameters

TUid

FindProperty(const MVPbkFieldType &)

const MPbk2FieldProperty * FindProperty ( const MVPbkFieldType & aFieldType ) const [pure virtual]

Returns a property for the field type or NULL.

Parameters

const MVPbkFieldType & aFieldType The field type whose property is searched for.