Click or drag to resize

OtherUsers Class

Specifies other users who have a particular file open.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, OtherFileUser
    Perforce.P4OtherUsers

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public class OtherUsers : Dictionary<string, OtherFileUser>

The OtherUsers type exposes the following members.

Constructors
  NameDescription
Public methodOtherUsers
Initializes a new instance of the OtherUsers class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryString, OtherFileUser.)
Public propertyCount (Inherited from DictionaryString, OtherFileUser.)
Public propertyItem
Get OtherFileUser info from OtherUsers given a key
Public propertyKeys (Inherited from DictionaryString, OtherFileUser.)
Public propertyValues (Inherited from DictionaryString, OtherFileUser.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from DictionaryString, OtherFileUser.)
Public methodClear (Inherited from DictionaryString, OtherFileUser.)
Public methodContainsKey (Inherited from DictionaryString, OtherFileUser.)
Public methodContainsValue (Inherited from DictionaryString, OtherFileUser.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryString, OtherFileUser.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryString, OtherFileUser.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnDeserialization (Inherited from DictionaryString, OtherFileUser.)
Public methodRemove (Inherited from DictionaryString, OtherFileUser.)
Public methodToString (Inherited from Object.)
Public methodTryGetValue (Inherited from DictionaryString, OtherFileUser.)
Top
See Also