import "sbILibraryChangeset.idl";
Inheritance diagram for sbIPropertyChange:
Public Attributes | |
readonly attribute AString | id |
readonly attribute AString | oldValue |
readonly attribute AString | newValue |
Definition at line 81 of file sbILibraryChangeset.idl.
readonly attribute AString sbIPropertyChange::id |
Property ID
The ID of the property that was changed. (e.g. http://songbirdnest.com/data/1.0#artistName)
Definition at line 89 of file sbILibraryChangeset.idl.
readonly attribute AString sbIPropertyChange::oldValue |
The original value of the property.
Definition at line 94 of file sbILibraryChangeset.idl.
readonly attribute AString sbIPropertyChange::newValue |
The new value of the property.
Definition at line 99 of file sbILibraryChangeset.idl.