AcUtils
A high performance abstraction layer for AccuRev
|
▼NAcUtils | |
CAcCommand | AccuRev command processing. |
CAcDateTime | Use to validate and convert date/time values to and from .NET and AccuRev/Unix formats. |
CAcDebug | Use to log and display error and general purpose text messages, and to save the XML param data sent by AccuRev to a trigger for development, debugging, and troubleshooting purposes. For OS environment problems, log the system network activity generated by the program by modifying <prog_name>.exe.config similar to this version. |
CAcDepot | A depot object that defines the attributes of an AccuRev depot. |
CAcDepots | A container of AcDepot objects that define AccuRev depots in the repository. |
CAcDuration | Wrapper around TimeSpan so we can return our own formatted elapsed time string and still sort correctly in a grid based on the actual time span. |
CAcGroups | A container class for AcPrincipal objects that define AccuRev groups. |
CAcLock | A lock object that defines the attributes of an AccuRev lock: The stream name the lock is on and manner (from, to, all), the principal name and type it applies to, and how it's applied (except-for, only-for). |
CAcLocks | A container of AcLock objects that define the AccuRev locks that prevent certain users from making changes to streams. |
CAcPermission | A permission object that defines the attributes of an AccuRev access control list (ACL) entry. |
CAcPermissions | A container of AcPermission objects that define AccuRev access control list (ACL) entries. |
CAcPreferences | Get user preferences retrieved by way of the getpref command. |
CAcPrincipal | Contains the AccuRev principal attributes name, ID and status (active or inactive) for users and groups. Additionally, lists of group members and user group memberships are initialized optionally as per AcGroups and AcUsers constructor parameters includeMembersList and includeGroupsList respectively. |
CAcProperties | A container of AcProperty objects that define AccuRev properties assigned to a stream or principal by the setproperty command. |
CAcProperty | A property object that defines the attributes of an AccuRev property assigned to a stream or principal by the setproperty command. |
CAcQuery | Miscellaneous stuff that didn't fit in elsewhere. |
CAcResult | AccuRev program return value and command result. |
CAcRule | The attributes of a stream or workspace include or exclude rule: RuleKind, ElementType, location affected by the rule, stream or workspace the rule was applied to, and (if applicable) the basis stream for cross-links. |
CAcRules | A container of AcRule objects that define the attributes of stream and workspace include and exclude rules. |
CAcSession | Holds the attributes for an AccuRev user session: principal name, host machine IP address, and length of time logged in. AcSession objects are instantiated during AcSessions construction. |
CAcSessions | A container for AcSession objects that define AccuRev user sessions. |
CAcStopWatch | Determine the amount of time a task takes to run. |
CAcStopWatchMarker | Makes the using statement available for AcStopWatch objects. Adapted from Profiling with Stopwatch by Shawn Hargreaves. |
CAcStream | A stream object that defines the attributes of an AccuRev stream. AcStream objects are instantiated during AcDepot and AcDepots construction. |
CAcStreams | A container of AcStream objects that define AccuRev streams. AcStream objects are instantiated during AcDepot and AcDepots construction. |
CAcUser | A user's AccuRev principal attributes name, ID, and status (active or inactive). In addition, the user's AccuRev group membership list along with regular and other user properties from Active Directory can be included (both optional) during list construction. |
CAcUsers | A container of AcUser objects that define AccuRev users. |
CAcUtilsException | Exception thrown when an AccuRev command fails. The AccuRev program return value is zero (0) on success and one (1) on failure unless otherwise noted in the documentation. |
CAcWorkspace | A workspace object that defines the attributes of an AccuRev workspace. AcWorkspace objects are instantiated during AcWorkspaces construction. |
CAcWorkspaces | A container of AcWorkspace objects that define AccuRev workspaces in the repository. |
CADSection | The activeDir section in <prog_name>.exe.config . Supports multiple Active Directory domains plus user properties defined beyond the default set. |
CCmdValidate | The default logic for determining if an AcUtilsException should be thrown based on the command's AccuRev program return value. |
CDepotElement | An AccuRev depot from the Depots section in <prog_name>.exe.config . |
CDepotsCollection | The list of AccuRev depots from <prog_name>.exe.config . |
CDepotsSection | The Depots section in <prog_name>.exe.config . |
CDomainCollection | The list of Active Directory domain host-path pairs from <prog_name>.exe.config . |
CDomainElement | An Active Directory domain element host-path pair from <prog_name>.exe.config . |
CElement | Defines the attributes of an element from the stat command. |
CExtensions | Custom query operators for use when using LINQ to XML. |
CGroupElement | An AccuRev group from the Groups section in <prog_name>.exe.config . |
CGroupsCollection | The list of AccuRev groups from <prog_name>.exe.config . |
CGroupsSection | The Groups section in <prog_name>.exe.config . |
CICmdValidate | Implement to change the default logic used to determine if an AcUtilsException should be thrown based on the command's AccuRev program return value and the version of AccuRev in use. |
CPrncplDescriptionProvider | Support TypeDescriptionProvider attribute on AcUser. |
CPrncplTypeDescriptor | Support TypeDescriptionProvider attribute on AcUser. |
CPropCollection | The list of Active Directory user property field-title pairs from <prog_name>.exe.config . These are user properties not in the regular default set. |
CPropElement | An Active Directory user property element field-title pair from <prog_name>.exe.config . These are user properties not in the regular default set. |
CRepoCollection | The list of AccuRev repository server-port pairs from <prog_name>.exe.config . |
CRepoElement | An AccuRev repository server-port pair in <prog_name>.exe.config . |
CRepoSection | The repositories section in <prog_name>.exe.config for multiple AccuRev server support. |
CStat | The list of Element objects from the stat command. |
CStreamElement | An AccuRev stream from the Streams section in <prog_name>.exe.config . |
CStreamsCollection | The list of AccuRev streams from <prog_name>.exe.config . |
CStreamsSection | The Streams section in <prog_name>.exe.config . |
CSubPropertyDescriptor | Support TypeDescriptionProvider attribute on AcUser. |
CUserElement | A user's domain (login) ID or email address from the Users section in <prog_name>.exe.config . |
CUsersCollection | The list of user domain (login) ID's or email addresses from <prog_name>.exe.config . |
CUsersSection | The Users section in <prog_name>.exe.config . |
▼NSystem | |
▼NThreading | |
▼NTasks | |
▼NSchedulers | |
CLimitedConcurrencyLevelTaskScheduler | Provides a task scheduler that ensures a maximum concurrency level while running on top of the ThreadPool. |