BdsApi
1.2.10
|
This holds information on a change. More...
#include <BdsD.h>
Public Member Functions | |
ChangeGroup (BUInt32 pid=BUInt32(), BTimeStamp ptime=BTimeStamp(), BString ptype=BString(), BString puser=BString(), BString ptitle=BString(), BString pdescription=BString()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | getMembers (BDictString &members) |
Public Attributes | |
BUInt32 | id |
The unique id. | |
BTimeStamp | time |
The Time the change was made. | |
BString | type |
The type of change. | |
BString | user |
The user who made the change. | |
BString | title |
The Changes title. | |
BString | description |
The Description of the change. |
This holds information on a change.
Bds::ChangeGroup::ChangeGroup | ( | BUInt32 | pid = BUInt32() , |
BTimeStamp | ptime = BTimeStamp() , |
||
BString | ptype = BString() , |
||
BString | puser = BString() , |
||
BString | ptitle = BString() , |
||
BString | pdescription = BString() |
||
) |
BError Bds::ChangeGroup::getMembers | ( | BDictString & | members | ) |
BString Bds::ChangeGroup::getType | ( | ) |
BError Bds::ChangeGroup::setMembers | ( | BDictString & | members | ) |
BString Bds::ChangeGroup::description |
The Description of the change.
BUInt32 Bds::ChangeGroup::id |
The unique id.
BTimeStamp Bds::ChangeGroup::time |
The Time the change was made.
BString Bds::ChangeGroup::title |
The Changes title.
BString Bds::ChangeGroup::type |
The type of change.
BString Bds::ChangeGroup::user |
The user who made the change.