BdsApi  2.0.11
Public Member Functions | Public Attributes | List of all members
Bds::Log Class Reference

This holds information on a Note. More...

#include <BdsD.h>

Inheritance diagram for Bds::Log:

Public Member Functions

 Log (BUInt32 pid=BUInt32(), BTimeStamp ptime=BTimeStamp(), BString ptype=BString(), BUInt32 ppriority=BUInt32(), BString psubSystem=BString(), BString ptitle=BString(), BString pdescription=BString())
 
BString getType ()
 
BError setMembers (BDictString &members)
 
BError getMembers (BDictString &members)
 

Public Attributes

BUInt32 id
 The unique id. More...
 
BTimeStamp time
 The Time. More...
 
BString type
 The Type. More...
 
BUInt32 priority
 The priority 0 to 5. More...
 
BString subSystem
 The SubSystem. More...
 
BString title
 The Changes title. More...
 
BString description
 The Description of the change. More...
 

Detailed Description

This holds information on a Note.

Constructor & Destructor Documentation

Bds::Log::Log ( BUInt32  pid = BUInt32(),
BTimeStamp  ptime = BTimeStamp(),
BString  ptype = BString(),
BUInt32  ppriority = BUInt32(),
BString  psubSystem = BString(),
BString  ptitle = BString(),
BString  pdescription = BString() 
)

Member Function Documentation

BError Bds::Log::getMembers ( BDictString &  members)
BString Bds::Log::getType ( )
BError Bds::Log::setMembers ( BDictString &  members)

Member Data Documentation

BString Bds::Log::description

The Description of the change.

BUInt32 Bds::Log::id

The unique id.

BUInt32 Bds::Log::priority

The priority 0 to 5.

BString Bds::Log::subSystem

The SubSystem.

BTimeStamp Bds::Log::time

The Time.

BString Bds::Log::title

The Changes title.

BString Bds::Log::type

The Type.


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