Account
| BdsApi 2.0.11 |
Bds::ChangeGroup Class Reference
This holds information on a change. More...
#include <BdsD.h>
Inheritance diagram for Bds::ChangeGroup:
Public Member Functions | |
| ChangeGroup (BUInt32 id=0, BTimeStamp time=BTimeStamp(), BString type=BString(), BString user=BString(), BString title=BString(), BString description=BString()) | |
| BString | getType () |
| BError | setMembers (BDictString &members) |
| BError | setMember (BString name, BString value) |
| BError | getMembers (BDictString &members) |
| BError | getMember (BString name, BString &value) |
Public Member Functions inherited from BObj | |
| BObj () | |
| virtual | ~BObj () |
| virtual const char * | getType () const |
| virtual const BObjMember * | getMembers () const |
| virtual void | membersPrint () const |
| virtual BString | getDebugString () |
Public Attributes | |
| BUInt32 | id |
| The unique id. More... | |
| BTimeStamp | time |
| The Time the change was made. More... | |
| BString | type |
| The type of change. More... | |
| BString | user |
| The user who made the change. More... | |
| BString | title |
| The Changes title. More... | |
| BString | description |
| The Description of the change. More... | |
Detailed Description
This holds information on a change.
Constructor & Destructor Documentation
◆ ChangeGroup()
| Bds::ChangeGroup::ChangeGroup | ( | BUInt32 | id = 0, |
| BTimeStamp | time = BTimeStamp(), | ||
| BString | type = BString(), | ||
| BString | user = BString(), | ||
| BString | title = BString(), | ||
| BString | description = BString() | ||
| ) |
Member Function Documentation
◆ getMember()
Reimplemented from BObj.
◆ getMembers()
| virtual |
Reimplemented from BObj.
◆ getType()
| BString Bds::ChangeGroup::getType | ( | ) |
◆ setMember()
◆ setMembers()
| virtual |
Reimplemented from BObj.
Member Data Documentation
◆ description
| BString Bds::ChangeGroup::description |
The Description of the change.
◆ id
| BUInt32 Bds::ChangeGroup::id |
The unique id.
◆ time
| BTimeStamp Bds::ChangeGroup::time |
The Time the change was made.
◆ title
| BString Bds::ChangeGroup::title |
The Changes title.
◆ type
| BString Bds::ChangeGroup::type |
The type of change.
◆ user
| BString Bds::ChangeGroup::user |
The user who made the change.
The documentation for this class was generated from the following files:
Generated by
1.8.15 
Public Member Functions inherited from