CSmlDataPropertyParam Class Reference

#include <SmlDataFormat.h>

Link against: smlstoreformat.lib

class CSmlDataPropertyParam : public CBase

Inherits from

  • CSmlDataPropertyParam

    Detailed Description

    Property Parameter. Sub-type of property.

    Member Attribute Documentation

    iField

    CSmlDataField *iField[protected]

    Constructor & Destructor Documentation

    ~CSmlDataPropertyParam ( )

    IMPORT_C~CSmlDataPropertyParam()[virtual]

    Member Function Documentation

    ExternalizeL ( RWriteStream & )

    IMPORT_C voidExternalizeL(RWriteStream &aStream)const

    Field ( )

    IMPORT_C const CSmlDataField &Field()const

    NewLC ( )

    IMPORT_C CSmlDataPropertyParam *NewLC()[static]

    NewLC ( const RStringPool &, TResourceReader & )

    IMPORT_C CSmlDataPropertyParam *NewLC(const RStringPool &aStringPool,
    TResourceReader &aReader
    )[static]

    NewLC ( const RStringPool &, RReadStream & )

    IMPORT_C CSmlDataPropertyParam *NewLC(const RStringPool &aStringPool,
    RReadStream &aStream
    )[static]

    SetDataFieldL ( CSmlDataField & )

    IMPORT_C voidSetDataFieldL(CSmlDataField &aDataField)