Click or drag to resize

FilesCmdOptions Class

Files command options
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, String
    Perforce.P4Options
      Perforce.P4FilesCmdOptions

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2019.1.177.4442 (2019.1.177.4442)
Syntax
public class FilesCmdOptions : Options

The FilesCmdOptions type exposes the following members.

Constructors
  NameDescription
Public methodFilesCmdOptions
Options for the files command.
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryString, String.)
Public propertyCount (Inherited from DictionaryString, String.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryString, String.)
Public propertyKeys (Inherited from DictionaryString, String.)
Public propertyValues (Inherited from DictionaryString, String.)
Top
Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryString, String.)
Public methodClear (Inherited from DictionaryString, String.)
Public methodContainsKey (Inherited from DictionaryString, String.)
Public methodContainsValue (Inherited from DictionaryString, String.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryString, String.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryString, String.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryString, String.)
Public methodRemove (Inherited from DictionaryString, String.)
Public methodToString
Dump an Options object as a string
(Inherited from Options.)
Public methodToStringList
Return a StringList describing the options
(Inherited from Options.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryString, String.)
Top
See Also