CCenRepDatabaseProperty Class Reference
class CCenRepDatabaseProperty : public CBase
|
central repository property class
This class represent one property in central repository
cenrepdatabase.lib
-
Since
-
S60 V3.2
Constructor & Destructor Documentation
CCenRepDatabaseProperty()
CCenRepDatabaseProperty
|
(
|
)
|
[private]
|
~CCenRepDatabaseProperty()
IMPORT_C
|
~CCenRepDatabaseProperty
|
(
|
)
|
[virtual]
|
Member Functions Documentation
ConstructL()
void
|
ConstructL
|
(
|
)
|
[private]
|
By default Symbian 2nd phase constructor is private.
GetDesValue()
IMPORT_C const
TDesC
&
|
GetDesValue
|
(
|
)
|
const
|
Returns value of property
GetName()
Returns the name of this property
GetValue(TInt &)
IMPORT_C
TInt
|
GetValue
|
(
|
TInt
&
|
aValue
|
)
|
const
|
Returns value of property
Parameters
TInt
& aValue
|
on return, TInt value
|
SetName(TUint32)
IMPORT_C void
|
SetName
|
(
|
TUint32
|
aPropertyname
|
)
|
|
Sets the name for this property
Parameters
TUint32
aPropertyname
|
new property name
|
SetValue(TInt)
Sets value of property. Value must match to datatype.
Parameters
TInt
aValue
|
new TInt value to be set
|
SetValue(const TDesC &)
IMPORT_C
TInt
|
SetValue
|
(
|
const
TDesC
&
|
aValue
|
)
|
|
Sets the value of property. Value must match to datatype.
Parameters
const
TDesC
& aValue
|
new descriptor
|
operator==(const CCenRepDatabaseProperty &)
Compares data of this property to another.
Member Data Documentation
RBuf
iPropertyValue
RBuf
|
iPropertyValue
|
[private]
|
Descriptor of property value Own.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.