The Client type exposes the following members.

Methods

  Name Description
Public method AddFiles(IList<(Of <<'(FileSpec>)>>), Options)
Get a List of FileSpecs from adding files with options
Public method AddFiles(Options, array<FileSpec>[]()[][])
Public method CopyFiles(Options)
Public method CopyFiles(FileSpec, IList<(Of <<'(FileSpec>)>>), Options)
Public method CopyFiles(Options, FileSpec, array<FileSpec>[]()[][])
Public method DeleteFiles(IList<(Of <<'(FileSpec>)>>), Options)
Delete Files
Public method DeleteFiles(Options, array<FileSpec>[]()[][])
Delete Files
Public method EditFiles(IList<(Of <<'(FileSpec>)>>), Options)
Edit Files
Public method EditFiles(Options, array<FileSpec>[]()[][])
Edit Files
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method Static member FormatDateTime
Utility function to format a DateTime in the format expected in a spec
Public method FromClientCmdTaggedOutput
Parse the tagged output of a 'client' command
Public method FromClientsCmdTaggedOutput
Parse the tagged output of a 'clients' command
Public method GetClientFileMappings(array<FileSpec>[]()[][])
Public method GetClientFileMappings(IList<(Of <<'(FileSpec>)>>))
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetResolvedFiles(IList<(Of <<'(FileSpec>)>>), Options)
Public method GetResolvedFiles(Options, array<FileSpec>[]()[][])
Public method GetSyncedFiles(IList<(Of <<'(FileSpec>)>>), Options)
List files and revisions we have in workspace
Public method GetSyncedFiles(Options, array<FileSpec>[]()[][])
List files and revisions we have in workspace
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Initialize
Go to the server and instantiate this Client
Public method IntegrateFiles(IList<(Of <<'(FileSpec>)>>), Options)
Integrate Files
Public method IntegrateFiles(Options, array<FileSpec>[]()[][])
Integrate Files
Public method IntegrateFiles(FileSpec, Options, array<FileSpec>[]()[][])
Integrate one set of files into another
Public method IntegrateFiles(IList<(Of <<'(FileSpec>)>>), FileSpec, Options)
Integrate a file into others
Public method LabelSync(IList<(Of <<'(FileSpec>)>>), String, Options)
Create a label from files in a client/workspace
Public method LabelSync(Options, String, array<FileSpec>[]()[][])
Labelsync - create a label from workspace contents
Public method LockFiles(IList<(Of <<'(FileSpec>)>>), Options)
Lock files
Public method LockFiles(Options, array<FileSpec>[]()[][])
Lock files
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method MergeFiles(Options)
Public method MergeFiles(FileSpec, IList<(Of <<'(FileSpec>)>>), Options)
Public method MergeFiles(Options, FileSpec, array<FileSpec>[]()[][])
Public method MoveFiles
Move (Rename) files
Public method Parse
Parse a client spec
Public method ReconcileClean(IList<(Of <<'(FileSpec>)>>), Options)
Public method ReconcileClean(Options, array<FileSpec>[]()[][])
Public method ReconcileFiles(IList<(Of <<'(FileSpec>)>>), Options)
Public method ReconcileFiles(Options, array<FileSpec>[]()[][])
Public method ReconcileStatus(IList<(Of <<'(FileSpec>)>>), Options)
Public method ReconcileStatus(Options, array<FileSpec>[]()[][])
Public method ReopenFiles(IList<(Of <<'(FileSpec>)>>), Options)
Reopen Files - Change their type or move to another change
Public method ReopenFiles(Options, array<FileSpec>[]()[][])
Reopen - Change Filetype or move to different changelist
Public method ResolveFiles(IList<(Of <<'(FileSpec>)>>), Options)
Public method ResolveFiles(Options, array<FileSpec>[]()[][])
Resolve integrations and updates to workspace files
Public method ResolveFiles(Client..::..ResolveFileDelegate, Options, array<FileSpec>[]()[][])
Resolve files
Public method RevertFiles(IList<(Of <<'(FileSpec>)>>), Options)
Public method RevertFiles(Options, array<FileSpec>[]()[][])
Public method ShelveFiles(IList<(Of <<'(FileSpec>)>>), Options)
Public method ShelveFiles(Options, array<FileSpec>[]()[][])
Public method SubmitFiles
Public method SyncFiles(IList<(Of <<'(FileSpec>)>>), Options)
Public method SyncFiles(Options, array<FileSpec>[]()[][])
Public method ToString
Format as a client spec
(Overrides Object..::..ToString()()()().)
Public method UnlockFiles(IList<(Of <<'(FileSpec>)>>), Options)
Public method UnlockFiles(Options, array<FileSpec>[]()[][])
Public method UnshelveFiles(IList<(Of <<'(FileSpec>)>>), Options)
Public method UnshelveFiles(Options, array<FileSpec>[]()[][])

See Also