tsc_AttributeType

 

enum tsc_AttributeType

{

    tsc_NullAttributeType = 0,    ///< Used when no attribute exists.

    tsc_TextAttributeType,        ///< The value is a string.

    tsc_NumberAttributeType,      ///< The value is a double.

    tsc_IntegerAttributeType,     ///< The value is an integer.

    tsc_ListAttributeType,        ///< The value is one of a list of strings.

    tsc_DateAttributeType,        ///< The value is a date.

    tsc_TimeAttributeType,        ///< The value is a time.

    tsc_FileAttributeType,        ///< The value is a file name.

    tsc_PhotoAttributeType,       ///< The value is a photograph.

    tsc_SeparatorAttributeType    ///< The attribute is a separator, and has no value.

};