sbILocalDatabaseSmartMediaListCondition Interface Reference

[USER CODE SHOULD NOT REFERENCE THIS CLASS] More...

import"sbILocalDatabaseSmartMediaList.idl";

Inheritance diagram for sbILocalDatabaseSmartMediaListCondition:
[legend]
Collaboration diagram for sbILocalDatabaseSmartMediaListCondition:
[legend]

Public Attributes

readonly attribute AString propertyID
 The ID of the property used in this condition. More...
 
readonly attribute
sbIPropertyOperator 
operator
 The operator used in this condition. More...
 
readonly attribute AString leftValue
 The left value for this condition. Only the operator BETWEEN requires a rightValue as well. More...
 
readonly attribute AString rightValue
 The right value for this condition. This value is only used in conjunction with the BETWEEN operator. Trying to set this value when using a different operator will not fail but will be ignored. More...
 
readonly attribute AString displayUnit
 The unit used to display the left and right values for this condition. This is purely for display purposes, as the values are always internally using the property's native unit. For instance, the contentLengh property is recorded in bytes, but kB, MB, or GB may be used as a display unit. More...
 

Detailed Description

[USER CODE SHOULD NOT REFERENCE THIS CLASS]

Definition at line 44 of file sbILocalDatabaseSmartMediaList.idl.

Member Data Documentation

readonly attribute AString sbILocalDatabaseSmartMediaListCondition::displayUnit

The unit used to display the left and right values for this condition. This is purely for display purposes, as the values are always internally using the property's native unit. For instance, the contentLengh property is recorded in bytes, but kB, MB, or GB may be used as a display unit.

Definition at line 78 of file sbILocalDatabaseSmartMediaList.idl.

readonly attribute AString sbILocalDatabaseSmartMediaListCondition::leftValue

The left value for this condition. Only the operator BETWEEN requires a rightValue as well.

Definition at line 61 of file sbILocalDatabaseSmartMediaList.idl.

readonly attribute sbIPropertyOperator sbILocalDatabaseSmartMediaListCondition::operator

The operator used in this condition.

See Also
sbIPropertyInfo

Definition at line 55 of file sbILocalDatabaseSmartMediaList.idl.

readonly attribute AString sbILocalDatabaseSmartMediaListCondition::propertyID

The ID of the property used in this condition.

Definition at line 49 of file sbILocalDatabaseSmartMediaList.idl.

readonly attribute AString sbILocalDatabaseSmartMediaListCondition::rightValue

The right value for this condition. This value is only used in conjunction with the BETWEEN operator. Trying to set this value when using a different operator will not fail but will be ignored.

Definition at line 69 of file sbILocalDatabaseSmartMediaList.idl.


The documentation for this interface was generated from the following file: