|
|
|
struct SGenericRecordTypeInfoTag;
To express type information for all MetaDatabase fields
Defined in CommsDat::SGenericRecordTypeInfoTag:
SGenericRecordTypeInfoTag()SGenericRecordTypeInfoTag(TMDBElementId,TInt,TFieldTypeAttributes)SGenericRecordTypeInfoTag(TMDBElementId,TInt,TFieldTypeAttributes,TText *const)SGenericRecordTypeInfoTag(TMDBElementId,TInt,TFieldTypeAttributes,const TGenericTypeName &)iTypeAttrThe type's attribute, either ENoAttrs or ENotNull. iTypeIdIdentifier for the field type. iTypeNameName of the field type. iValTypeThe field type value e.g.EText, EMedText. inline SGenericRecordTypeInfoTag(TMDBElementId aId, TInt aVal, TFieldTypeAttributes aAttrType);
|
inline SGenericRecordTypeInfoTag(TMDBElementId aId, TInt aVal, TFieldTypeAttributes aAttrType, TText *const aTypeName);
|
inline SGenericRecordTypeInfoTag(TMDBElementId aId, TInt aVal, TFieldTypeAttributes aAttrType, const TGenericTypeName &aTypeName);
|
TGenericTypeName iTypeName;
Name of the field type.