CSmlDataProperty Class Reference
#include
<SmlDataFormat.h>
Link against: smlstoreformat.lib
class CSmlDataProperty : public CBase |
Detailed Description
Property. A field in the Data Store.
Member Attribute Documentation
Member Enumeration Documentation
Enum TOption
Enumerator | Value | Description |
---|
EOptionHasMaxSize | | |
EOptionHasMaxOccur | | |
EOptionNoTruncate | | |
Constructor & Destructor Documentation
~CSmlDataProperty ( )
IMPORT_C | ~CSmlDataProperty | ( | ) | [virtual] |
Member Function Documentation
ExternalizeL ( RWriteStream & )
HasMaxOccur ( )
IMPORT_C TBool | HasMaxOccur | ( | ) | const |
HasMaxSize ( )
IMPORT_C TBool | HasMaxSize | ( | ) | const |
MaxOccur ( )
IMPORT_C TInt | MaxOccur | ( | ) | const |
MaxSize ( )
IMPORT_C TInt | MaxSize | ( | ) | const |
NewLC ( const RStringPool &, TResourceReader & )
NewLC ( const RStringPool &, RReadStream & )
ParamCount ( )
IMPORT_C TInt | ParamCount | ( | ) | const |
SetDataFieldL ( CSmlDataField & )
SetMaxOccur ( TUint16 )
IMPORT_C void | SetMaxOccur | ( | TUint16 | aMaxOccur | ) | |
SetMaxSize ( TUint16 )
IMPORT_C void | SetMaxSize | ( | TUint16 | aMaxSize | ) | |
SetPropertyParamsL ( RPointerArray< CSmlDataPropertyParam > & )
SetSupportedOptions ( TUint32 )
IMPORT_C void | SetSupportedOptions | ( | TUint32 | aFlags | ) | |