Click or drag to resize

TaggedInfoItem Class

Base class for objects returned by a command as 'tagged' data.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, String
    Perforce.P4TaggedObject
      Perforce.P4TaggedInfoItem

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public class TaggedInfoItem : TaggedObject

The TaggedInfoItem type exposes the following members.

Constructors
  NameDescription
Public methodTaggedInfoItem
Default constructer
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryString, String.)
Public propertyCount (Inherited from DictionaryString, String.)
Public propertyItem (Inherited from DictionaryString, String.)
Public propertyItemData
The raw data returned from the server
Public propertyKeys (Inherited from DictionaryString, String.)
Public propertyName
String that that is the field that identifies this object
Public propertyValues (Inherited from DictionaryString, String.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from DictionaryString, String.)
Public methodClear (Inherited from DictionaryString, String.)
Public methodContainsKey (Inherited from DictionaryString, String.)
Public methodContainsValue (Inherited from DictionaryString, String.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryString, String.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryString, String.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnDeserialization (Inherited from DictionaryString, String.)
Public methodRemove (Inherited from DictionaryString, String.)
Public methodToString (Inherited from Object.)
Public methodTryGetValue (Inherited from DictionaryString, String.)
Top
Remarks
Contains a Hashtable of the field values for the object. Derived object can provide properties to directly access their standard attributes.
See Also