#include <app/MPbk2FieldPropertyArray.h>
| class MPbk2FieldPropertyArray |
| Public Member Functions | |
|---|---|
| virtual | ~MPbk2FieldPropertyArray() |
| pure virtual const MPbk2FieldProperty & | At(TInt) |
| pure virtual TInt | Count() |
| virtual TAny * | FieldPropertyArrayExtension(TUid) |
| pure virtual const MPbk2FieldProperty * | FindProperty(const MVPbkFieldType &) |
| const MPbk2FieldProperty & | At | ( | TInt | aIndex | ) | const [pure virtual] |
Returns the property at given index.
| Parameter | Description |
|---|---|
| aIndex | The index of the property. |
Returns: Property at given index.
| TInt | Count | ( | ) | const [pure virtual] |
Returns the number of properties in the array.
Returns: Number of properties in the array.
| const MPbk2FieldProperty * | FindProperty | ( | const MVPbkFieldType & | aFieldType | ) | const [pure virtual] |
Returns a property for the field type or NULL.
| Parameter | Description |
|---|---|
| aFieldType | The field type whose property is searched for. |
Returns: A field property for the field type or NULL if not found.