class MVPbkBaseContactFieldCollection |
Virtual Phonebook base contact field collection interface. An abstract collection of read-only Virtual Phonebook contact fields.
Public Member Functions | |
---|---|
~MVPbkBaseContactFieldCollection() | |
TAny * | BaseContactFieldCollectionExtension(TUid) |
const MVPbkBaseContactField & | FieldAt(TInt) |
TInt | FieldCount() |
MVPbkBaseContact & | ParentContact() |
TAny * | BaseContactFieldCollectionExtension | ( | TUid | ) | [inline, virtual] |
Returns an extension point for this interface or NULL. Extension point or NULL
TUid |
const MVPbkBaseContactField & | FieldAt | ( | TInt | aIndex | ) | const [pure virtual] |
Returns a read-only field in this collection.
Reference to a field at aIndex. Reference is valid until FieldAt is called again.
MVPbkBaseContactFieldCollection::ConstFieldAt aIndex >= 0 && aIndex < FieldCount() Panic VPbkError::EInvalidFieldIndex is raised if the precondition does not hold.
TInt aIndex | Zero-based index of the field to return. |
TInt | FieldCount | ( | ) | const [pure virtual] |
Returns the number of fields in this collection. The number of fields in this collection.
MVPbkBaseContact & | ParentContact | ( | ) | const [pure virtual] |
Returns the parent contact of this field set. The parent contact of this field set.