<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>P4API</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSDN.css" /> </head> <body id="bodyID" class="dtBODY"> <div id="nsbanner"> <div id="bannerrow1"> <table class="bannerparthead" cellspacing="0" id="Table1"> <tr id="hdr"> <td class="runninghead">Perforce API for the .Net CLR</td> <td class="product"><img alt="P4.Net" src="p4net.GIF" /></td> </tr> </table> </div> <div id="TitleRow"> <h1 class="dtH1">P4API Namespace</h1> </div> </div> <div id="nstext"> <p> <span class="missing">Missing <summary> Documentation for P4API</span> </p> <p> <a href="P4APIHierarchy.html">Namespace hierarchy</a> </p> <h3 class="dtH3">Classes</h3> <div class="tablediv"> <table class="dtTABLE" cellspacing="0"> <tr valign="top"> <th width="50%">Class</th> <th width="50%">Description</th> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.ArrayFieldDictionary.html">ArrayFieldDictionary</a> </td> <td width="50%"> Strongly typed dictionary to represent array-valued fields returned from Perforce commands. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.FieldDictionary.html">FieldDictionary</a> </td> <td width="50%"> Strongly typed dictionary to represent fields returned from Perforce commands. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.MergeData.html">MergeData</a> </td> <td width="50%"> Contains information about the files being merged. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4BaseRecordSet.html">P4BaseRecordSet</a> </td> <td width="50%"> Base functionality for P4Recordset and P4UnParsedRecordset. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4Callback.html">P4Callback</a> </td> <td width="50%"> </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4Connection.html">P4Connection</a> </td> <td width="50%"> A connection to a Perforce server instance. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4Form.html">P4Form</a> </td> <td width="50%"> Represents a Perforce 'Form' object. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4Integration.html">P4Integration</a> </td> <td width="50%"> P4Integration objects hold details about the integrations that have been performed on a particular revision. Used primarily with the P4Revision class </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4Map.html">P4Map</a> </td> <td width="50%"> Represents a Perforce Map object. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4Message.html">P4Message</a> </td> <td width="50%"> </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4PendingChangelist.html">P4PendingChangelist</a> </td> <td width="50%"> Represents a pending changelist from Perforce. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4PrintStreamEventArgs.html">P4PrintStreamEventArgs</a> </td> <td width="50%"> EventArgs class to supply file details. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4PromptEventArgs.html">P4PromptEventArgs</a> </td> <td width="50%"> Arguments provided for an OnPrompt event. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4Record.html">P4Record</a> </td> <td width="50%"> P4Record is a dictionary-like object that provides a means of interpreting Perforce results. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4RecordSet.html">P4RecordSet</a> </td> <td width="50%"> Provides output of a Perforce Command in "tagged" moded. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4RecordsetCallback.html">P4RecordsetCallback</a> </td> <td width="50%"> A P4Callback class that populates a P4Recordset. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4Revision.html">P4Revision</a> </td> <td width="50%"> Each P4Revision object holds details about a particular revision of a file. It may also contain the history of any integrations to/from the file </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4UnParsedRecordSet.html">P4UnParsedRecordSet</a> </td> <td width="50%"> This class represents the "unparsed" output from a Perforce command. </td> </tr> </table> </div> <h3 class="dtH3">Delegates</h3> <div class="tablediv"> <table class="dtTABLE" cellspacing="0"> <tr valign="top"> <th width="50%">Delegate</th> <th width="50%">Description</th> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.OnPrintEndEventHandler.html">OnPrintEndEventHandler</a> </td> <td width="50%"> Delegate to handle the OnPrintEndFile event. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.OnPrintStreamEventHandler.html">OnPrintStreamEventHandler</a> </td> <td width="50%"> Delegate to handle the OnPrintStream event. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.OnPromptEventHandler.html">OnPromptEventHandler</a> </td> <td width="50%"> Delegate to handle the OnPrompt event. </td> </tr> </table> </div> <h3 class="dtH3">Enumerations</h3> <div class="tablediv"> <table class="dtTABLE" cellspacing="0"> <tr valign="top"> <th width="50%">Enumeration</th> <th width="50%">Description</th> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.MergeAction.html">MergeAction</a> </td> <td width="50%"> Actions to take when resolving a file. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4ExceptionLevels.html">P4ExceptionLevels</a> </td> <td width="50%"> Defines the exception levels available in P4Connection. </td> </tr> <tr valign="top"> <td width="50%"> <a href="P4API.P4MessageSeverity.html">P4MessageSeverity</a> </td> <td width="50%"> Perforce Message Severity </td> </tr> </table> </div> <hr /> <div id="footer"> <p> <a href="Copyright.html">Copyright 2006 Shawn Hladky</a> </p> <p> </p> </div> </div> </body> </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 7889 | Johan Nilsson |
Branch from Shawn Hladky's original P4.Net (main branch). Changed file type for StandardTest.cs and UnicodeTest.cs in order to be able to check them in. |
||
//guest/shawn_hladky/P4.Net/main/doc/html/P4API.html | |||||
#3 | 7709 | Shawn Hladky | P4.Net: Cleanup, documentation, and a a start for implementing an object-based output for filelog. | ||
#2 | 6105 | Shawn Hladky | P4.Net: Updating documentation output to sandcastle. | ||
#1 | 5830 | Shawn Hladky | P4.Net: reorg to support release branches | ||
//guest/shawn_hladky/P4.Net/doc/html/P4API.html | |||||
#2 | 5825 | Shawn Hladky | P4.Net: Binaries and compiled docs for 0.9 | ||
#1 | 5812 | Shawn Hladky | P4.Net: More documentation. |