CSmlDataField Class Reference
#include
<SmlDataFormat.h>
Link against: smlstoreformat.lib
class CSmlDataField : public CBase |
Detailed Description
Holds data defining a property value or property parameter value. This includes Name, display name, and data type - including any enumerations.
Member Attribute Documentation
iDisplayName
HBufC * | iDisplayName | [protected] |
Constructor & Destructor Documentation
~CSmlDataField ( )
IMPORT_C | ~CSmlDataField | ( | ) | [virtual] |
Member Function Documentation
DisplayName ( )
IMPORT_C const TDesC & | DisplayName | ( | ) | const |
EnumValueCount ( )
IMPORT_C TInt | EnumValueCount | ( | ) | const |
ExternalizeL ( RWriteStream & )
NewLC ( )
Data field class Holds data defining a property value or property parameter value. This includes Name, display name, and data type - including any enumerations.
NewLC ( const RStringPool &, TResourceReader & )
NewLC ( const RStringPool &, RReadStream & )
SetDataTypeL ( RString & )
IMPORT_C void | SetDataTypeL | ( | RString & | aDataType | ) | |
SetDisplayNameL ( TDesC & )
IMPORT_C void | SetDisplayNameL | ( | TDesC & | aDisplayName | ) | |
SetEnumValuesL ( RArray< RString > & )
SetNameL ( RString & )
IMPORT_C void | SetNameL | ( | RString & | aName | ) | |