BdsApi  2.2.5
This is the Blacknest BDS API.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Public Attributes | List of all members
Bds::ChangeGroup Class Reference

This holds information on a set of Changes. More...

#include <BdsD.h>

Inheritance diagram for Bds::ChangeGroup:
BObj

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 BObjMembergetMembers () 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 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

Bds::ChangeGroup::ChangeGroup ( BUInt32  id = 0,
BTimeStamp  time = BTimeStamp(),
BString  type = BString(),
BString  user = BString(),
BString  title = BString(),
BString  description = BString() 
)

Member Function Documentation

BError Bds::ChangeGroup::getMember ( BString  name,
BString value 
)
virtual

Reimplemented from BObj.

BError Bds::ChangeGroup::getMembers ( BDictString members)
virtual

Reimplemented from BObj.

BString Bds::ChangeGroup::getType ( )
BError Bds::ChangeGroup::setMember ( BString  name,
BString  value 
)
virtual

Reimplemented from BObj.

BError Bds::ChangeGroup::setMembers ( BDictString members)
virtual

Reimplemented from BObj.

Member Data Documentation

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.


The documentation for this class was generated from the following files: