P4Command Class |
Namespace: Perforce.P4
The P4Command type exposes the following members.
Name | Description | |
---|---|---|
![]() | P4Command(P4Server) |
Create a new command
|
![]() | P4Command(P4Server, P4ServerPromptHandlerDelegate) |
Create a new command
|
![]() | P4Command(Connection, String, Boolean, String) |
Constructor
|
![]() | P4Command(P4Server, String, Boolean, String) |
Constructor
|
![]() | P4Command(Repository, String, Boolean, String) |
Constructor
|
![]() | P4Command(P4Server, String, P4ServerPromptHandlerDelegate, Boolean, String) |
Constructor
|
![]() | P4Command(Repository, String, P4ServerPromptHandlerDelegate, Boolean, String) |
Constructor
|
Name | Description | |
---|---|---|
![]() | Args |
Arguments for the command
|
![]() | BinaryOutput |
Get the binary from the command execution
|
![]() | Cmd |
Command String i.e 'submit'
|
![]() | CmdPromptHandler |
Handle any input prompts from the server
|
![]() | CmdResolveAHandler |
Handle any Resolve callbacks from the server
|
![]() | CmdResolveHandler |
Handle any Resolve callbacks from the server
|
![]() | CommandId |
Unique Id set each time command is run
|
![]() | Connection |
Keep track of associated Connection
|
![]() | DataSet |
Data to be processed by the command
|
![]() | ErrorOutput |
Get the error results from the command execution
|
![]() | InfoOutput |
Get the info results from the command execution
|
![]() | pServer |
Keep track of associated P4Server
|
![]() | Responses |
Dictionary of responses to prompts from the server, where the key
is the expected prompt from the server and the value is the
desired response.
|
![]() | Tagged |
Run in tagged protocol
|
![]() | TaggedOutput |
Get the tagged results from the command execution
|
![]() | TextOutput |
Get the text output from the command execution
|
Name | Description | |
---|---|---|
![]() | Dispose |
Dispose of any resources
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Run |
Run the command using the existing arguments
|
![]() | Run(StringList) |
Run the command supplying additional arguments
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | infoResultsCallbackFn |
Capture info results so they can be reformatted
|