Songbird / Development / Songbird Add-Ons API Documentation

sbILocalDatabaseSmartMediaListCondition Interface Reference

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

import "sbILocalDatabaseSmartMediaList.idl";

List of all members.

Public Attributes

readonly attribute AString propertyID
 The ID of the property used in this condition.
readonly attribute sbIPropertyOperator operator
 The operator used in this condition.
readonly attribute AString leftValue
 The left value for this condition. Only the operator BETWEEN requires a rightValue as well.
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.
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.


Detailed Description

[USER CODE SHOULD NOT REFERENCE THIS CLASS]

Definition at line 44 of file sbILocalDatabaseSmartMediaList.idl.


Member Data Documentation

readonly attribute sbIPropertyOperator sbILocalDatabaseSmartMediaListCondition::operator

The operator used in this condition.

See also:
sbIPropertyInfo

Definition at line 55 of file sbILocalDatabaseSmartMediaList.idl.


The documentation for this interface was generated from the following file:
Generated on Tue Mar 10 14:28:59 2009 for Songbird by  doxygen 1.5.2