AcUtils
A high performance abstraction layer for AccuRev
|
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... | |
AccuRev program return value and command result.
Definition at line 29 of file AcCommand.cs.
|
inline |
Default constructor.
Definition at line 42 of file AcCommand.cs.
|
inline |
Constructor for object initialization with retval and cmdresult params.
retval | AccuRev program return value. |
cmdresult | AccuRev program command result. |
Definition at line 49 of file AcCommand.cs.
|
getset |
The command result (usually XML) emitted by AccuRev.
Definition at line 70 of file AcCommand.cs.
Referenced by AcUtils.AcQuery.getAccuRevVersionAsync(), AcUtils.AcQuery.getCatFileAsync(), AcUtils.AcQuery.getElementNameAsync(), AcUtils.AcDepot.getHierarchyAsync(), AcUtils.AcQuery.getPrincipalAsync(), AcUtils.AcGroups.initAsync(), AcUtils.AcDepot.initAsync(), AcUtils.AcSessions.initAsync(), AcUtils.AcProperties.initAsync(), AcUtils.AcRules.initAsync(), AcUtils.AcLocks.initAsync(), AcUtils.AcPermissions.initAsync(), AcUtils.AcStreams.initAsync(), AcUtils.AcUsers.initAsync(), AcUtils.AcDepots.initAsync(), AcUtils.AcUser.initGroupsListAsync(), AcUtils.AcGroups.initMembersListAsync(), AcUtils.AcCommand.run(), and AcUtils.AcWorkspaces.storeWSpaces().
|
getset |
The AccuRev program return value for the command, otherwise minus one (-1) on error.
Definition at line 61 of file AcCommand.cs.
Referenced by AcUtils.AcQuery.getAccuRevVersionAsync(), AcUtils.AcQuery.getCatFileAsync(), AcUtils.AcQuery.getElementNameAsync(), AcUtils.AcDepot.getHierarchyAsync(), AcUtils.AcQuery.getPrincipalAsync(), AcUtils.AcGroups.initAsync(), AcUtils.AcDepot.initAsync(), AcUtils.AcSessions.initAsync(), AcUtils.AcProperties.initAsync(), AcUtils.AcRules.initAsync(), AcUtils.AcLocks.initAsync(), AcUtils.AcPermissions.initAsync(), AcUtils.AcStreams.initAsync(), AcUtils.AcWorkspaces.initAsync(), AcUtils.AcUsers.initAsync(), AcUtils.AcDepots.initAsync(), AcUtils.AcUser.initGroupsListAsync(), AcUtils.AcGroups.initMembersListAsync(), AcUtils.AcLocks.lockAsync(), AcUtils.AcCommand.run(), and AcUtils.AcLocks.unlockAsync().