MPbk2FieldPropertyArray2 Class Reference

#include <app/MPbk2FieldPropertyArray2.h>

class MPbk2FieldPropertyArray2
Public Member Functions
pure virtual const MPbk2FieldProperty *FindProperty(const MVPbkFieldType &, const TDesC &)
Protected Member Functions
virtual ~MPbk2FieldPropertyArray2()

Detailed Description

This class is an extension to MPbk2FieldPropertyArray. See documentation of MPbk2FieldPropertyArray from header MPbk2FieldPropertyArray.h

You can access this extension by calling MPbk2FieldPropertyArray->FieldPropertyArrayExtension()

Constructor & Destructor Documentation

~MPbk2FieldPropertyArray2 ( )

~MPbk2FieldPropertyArray2()[protected, inline, virtual]

Destructor.

Member Function Documentation

FindProperty ( const MVPbkFieldType &, const TDesC & )

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

Returns a property for the field type and given name or NULL.

ParameterDescription
aFieldTypeThe field type whose property is searched for.
aNameName for the filed type

Returns: A field property for the field type or NULL if not found.