Songbird / Development / Songbird Add-Ons API Documentation

sbILocalDatabaseResourcePropertyBag Interface Reference

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

import "sbILocalDatabaseResourcePropertyBag.idl";

List of all members.

Public Member Functions

AString getProperty (in AString aPropertyID)
 Returns a property value by key.
AString getPropertyByID (in unsigned long aPropertyDBID)
 Returns a property value by property database id.

Public Attributes

readonly attribute AString guid
readonly attribute unsigned
long 
mediaItemId
readonly attribute nsIStringEnumerator ids


Detailed Description

[USER CODE SHOULD NOT REFERENCE THIS CLASS]

Definition at line 41 of file sbILocalDatabaseResourcePropertyBag.idl.


Member Function Documentation

AString sbILocalDatabaseResourcePropertyBag::getProperty ( in AString  aPropertyID  ) 

Returns a property value by key.

This method will *never* throw. If a value doesn't exist it will return a special "void" string that behaves just like an empty string except that the IsVoid() method will return PR_TRUE for those who care.

AString sbILocalDatabaseResourcePropertyBag::getPropertyByID ( in unsigned long  aPropertyDBID  ) 

Returns a property value by property database id.

This method will *never* throw. If a value doesn't exist it will return a special "void" string that behaves just like an empty string except that the IsVoid() method will return PR_TRUE for those who care.


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