RVC::FOLDER Class Reference

Manages RVC::OBJTYPE_Folder RVC objects. More...

#include <rvc/folder.h>

Inheritance diagram for RVC::FOLDER:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 FOLDER (const RVC::FOLDER &obj)
 FOLDER ()
virtual ~FOLDER ()
ERRVALUE Make (RVC::OBJITEM &ObjItem, const char *Source=0, const CREDENTIALS *Credentials RVC_DEFAULT_CREDENTIALS)
ERRVALUE Make (const RVC::OBJECT &parent, const RVC::DESCRIPTOR &Descriptor, const CREDENTIALS *Credentials RVC_DEFAULT_CREDENTIALS)
RVC::FOLDERoperator= (const RVC::FOLDER &rhs)

Detailed Description

Manages RVC::OBJTYPE_Folder RVC objects.

The interface currently wraps the MfMakeFolder function.

This class inherits from RVC::OBJECT

RVC Object Types that this class supports: RVC::OBJTYPE_Folder.

Default RVC Object Type for this class: RVC::OBJTYPE_Folder.

Valid parents for this class:


Constructor & Destructor Documentation

RVC::FOLDER::FOLDER (  ) 

Default constructor.

RVC::FOLDER::FOLDER ( const RVC::FOLDER obj  ) 

Copy constructor.

virtual RVC::FOLDER::~FOLDER (  )  [virtual]

Destructor.


Member Function Documentation

ERRVALUE RVC::FOLDER::Make ( RVC::OBJITEM ObjItem,
const char *  Source = 0,
const CREDENTIALS *Credentials  RVC_DEFAULT_CREDENTIALS 
)

Make a child rvc folder object from a given RVCOBJITEM.

Parameters:
ObjItem Parent object and DESCRIPTOR of object to create, new location RETURNED
RVC_DEFAULT_CREDENTIALS User credentials passed in, NULL for default behavior
ERRVALUE RVC::FOLDER::Make ( const RVC::OBJECT parent,
const RVC::DESCRIPTOR Descriptor,
const CREDENTIALS *Credentials  RVC_DEFAULT_CREDENTIALS 
)

Make a child rvc folder object from a given parent with a name and description.

Parameters:
RVC_DEFAULT_CREDENTIALS User credentials passed in, NULL for default behavior
RVC::FOLDER& RVC::FOLDER::operator= ( const RVC::FOLDER rhs  ) 

Assignment.

Reimplemented from RVC::OBJECT.


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

Generated on Sun Oct 7 21:37:17 2012 for TNTsdk 2012 by  doxygen 1.6.1