Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: agmids.h
Link against: agnmodel.lib

Class TAgnEntryId

TAgnEntryId

Support

Supported from 5.1

Description

Uniquely identifies an agenda entry in an agenda file. It is assigned when the entry is added to the file, but can change if the entry is updated. It therefore cannot be used to identify the entry for synchronisation.

Entry IDs are used whenever one or more entries need to be processed and passed as function arguments and return values in order to avoid transferring a large amount of data.

Instances are uniquely identified by instance IDs, (TAgnInstanceId) which consist of an entry ID and a date.

Derivation

TAgnEntryIdUniquely identifies an agenda entry in an agenda file
TAgnIdThe base class for agenda entry and to-do list ID types

Defined in TAgnEntryId:
TAgnEntryId()

Inherited from TAgnId:
ExternalizeL(), Id(), InternalizeL(), IsNullId(), SetNullId(), operator!=(), operator<(), operator==(), operator>()


Construction


TAgnEntryId()

TAgnEntryId();
TAgnEntryId(TAgnId aId);

Description

Overloaded C++ constructor. The entry ID can be constructed by default — this sets the ID to NULL, or it can be initialised with a TAgnId.