Account
| BdsApi 4.0.1 This is the Blacknest BDS API. |
Loading...
Searching...
No Matches
Bds::Group Class Reference
This holds information on a User security group. More...
#include <BdsD.h>
Inheritance diagram for Bds::Group:
Public Member Functions | |
| Group (BUInt32 id=0, BString group=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) |
Public Member Functions inherited from BObj | |
| 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. | |
| BString | group |
| The Group name. | |
| BString | description |
| The Groups description. | |
Detailed Description
This holds information on a User security group.
The BDS has the concept of a security group that users can belong to. This class defines that security group as stored in the database.
Constructor & Destructor Documentation
◆ Group()
Member Function Documentation
◆ getType()
| virtual |
Reimplemented from BObj.
◆ setMembers()
| virtual |
Reimplemented from BObj.
◆ setMember()
◆ getMembers()
| virtual |
Reimplemented from BObj.
◆ getMember()
Member Data Documentation
◆ id
| BUInt32 Bds::Group::id |
The unique id.
◆ group
◆ description
| BString Bds::Group::description |
The Groups description.
The documentation for this class was generated from the following files:
Generated by

Public Member Functions inherited from