AcUtils
A high performance abstraction layer for AccuRev
Properties | List of all members
AcUtils.AcResult Class Reference

AccuRev program return value and command result. More...

Public Member Functions

Constructors
 AcResult ()
 Default constructor. More...
 
 AcResult (int retval, string cmdresult)
 Constructor for object initialization with retval and cmdresult params. More...
 

Properties

int RetVal [get, set]
 The AccuRev program return value for the command, otherwise minus one (-1) on error. More...
 
string CmdResult [get, set]
 The command result (usually XML) emitted by AccuRev. More...
 

Detailed Description

AccuRev program return value and command result.

Definition at line 29 of file AcCommand.cs.

Constructor & Destructor Documentation

AcUtils.AcResult.AcResult ( )
inline

Default constructor.

Definition at line 42 of file AcCommand.cs.

AcUtils.AcResult.AcResult ( int  retval,
string  cmdresult 
)
inline

Constructor for object initialization with retval and cmdresult params.

Parameters
retvalAccuRev program return value.
cmdresultAccuRev program command result.

Definition at line 49 of file AcCommand.cs.

Property Documentation

string AcUtils.AcResult.CmdResult
getset
int AcUtils.AcResult.RetVal
getset