Account
BdsApi 4.0.1 This is the Blacknest BDS API. |
Loading...
Searching...
No Matches
Bds::ChangeGroup Class Reference
This holds information on a set of Changes. 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()) | |
const char * | getType () const |
BError | setMembers (BDictString &members) |
BError | setMember (BString name, BString value) |
BError | getMembers (BDictString &members) |
BError | getMember (BString name, BString &value) |
![]() | |
BObj () | |
virtual | ~BObj () |
virtual const char * | getType () const |
virtual const BObjMember * | getMembers () const |
virtual BError | getMembers (BDictString &members) |
virtual BError | getMember (BString name, BString &value) |
virtual BError | setMembers (BDictString &members) |
virtual BError | setMember (BString name, BString value) |
virtual void | membersPrint () const |
virtual BString | getDebugString () |
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. | |
Detailed Description
This holds information on a set of Changes.
A set of changes to the BDS database are grouped into a ChangeGroup. This could be a set of changes whilst a user is logged in or by a program making a set of changes.
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
◆ getType()
| virtual |
Reimplemented from BObj.
◆ setMembers()
| virtual |
Reimplemented from BObj.
◆ setMember()
◆ getMembers()
| virtual |
Reimplemented from BObj.
◆ getMember()
Reimplemented from BObj.
Member Data Documentation
◆ id
BUInt32 Bds::ChangeGroup::id |
The unique id.
◆ time
BTimeStamp Bds::ChangeGroup::time |
The Time the change was made.
◆ type
BString Bds::ChangeGroup::type |
The type of change.
◆ user
BString Bds::ChangeGroup::user |
The user who made the change.
◆ title
BString Bds::ChangeGroup::title |
The Changes title.
◆ description
BString Bds::ChangeGroup::description |
The Description of the change.
The documentation for this class was generated from the following files:
Generated by