The Client type exposes the following members.

Constructors

  Name Description
Public method Client
Initializes a new instance of the Client class

Methods

  Name Description
Public method AddFiles(IList<(Of <<'(FileSpec>)>>), 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)
Public method DeleteFiles(Options, array<FileSpec>[]()[][])
Public method EditFiles(IList<(Of <<'(FileSpec>)>>), Options)
Public method EditFiles(Options, array<FileSpec>[]()[][])
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)
Public method GetSyncedFiles(Options, array<FileSpec>[]()[][])
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Initialize
Public method IntegrateFiles(IList<(Of <<'(FileSpec>)>>), Options)
Public method IntegrateFiles(Options, array<FileSpec>[]()[][])
Public method IntegrateFiles(FileSpec, Options, array<FileSpec>[]()[][])
Public method IntegrateFiles(IList<(Of <<'(FileSpec>)>>), FileSpec, Options)
Public method LabelSync(IList<(Of <<'(FileSpec>)>>), String, Options)
Public method LabelSync(Options, String, array<FileSpec>[]()[][])
Public method LockFiles(IList<(Of <<'(FileSpec>)>>), Options)
Public method LockFiles(Options, array<FileSpec>[]()[][])
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
Public method Parse
Parse a client spec
Public method ReopenFiles(IList<(Of <<'(FileSpec>)>>), Options)
Public method ReopenFiles(Options, array<FileSpec>[]()[][])
Public method ResolveFiles(IList<(Of <<'(FileSpec>)>>), Options)
Public method ResolveFiles(Options, array<FileSpec>[]()[][])
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>[]()[][])

Properties

See Also