BdsApi
2.2.2
This is the Blacknest BDS API.
|
This holds information on a user security group. More...
#include <BdsD.h>
Public Member Functions | |
Group (BUInt32 id=0, BString group=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) |
![]() | |
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... | |
BString | group |
The Group name. More... | |
BString | description |
The Groups description. More... | |
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.
|
virtual |
Reimplemented from BObj.
BString Bds::Group::getType | ( | ) |
|
virtual |
Reimplemented from BObj.
BString Bds::Group::description |
The Groups description.
BUInt32 Bds::Group::id |
The unique id.