Click or drag to resize

TypeMap Class

Defines a Perforce repository's default mapping between file names or locations and file types.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListTypeMapEntry
    Perforce.P4TypeMap

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public class TypeMap : List<TypeMapEntry>

The TypeMap type exposes the following members.

Constructors
  NameDescription
Public methodTypeMap
Default Constructor
Public methodTypeMap(TypeMapEntry, FormSpec)
Parameterized Constructor - Creates typemap with one entry
Top
Properties
  NameDescription
Public propertyCapacity (Inherited from ListTypeMapEntry.)
Public propertyCount (Inherited from ListTypeMapEntry.)
Public propertyItem (Inherited from ListTypeMapEntry.)
Public propertyMapping
Public propertySpec
Top
Methods
  NameDescription
Public methodAdd (Inherited from ListTypeMapEntry.)
Public methodAddRange (Inherited from ListTypeMapEntry.)
Public methodAsReadOnly (Inherited from ListTypeMapEntry.)
Public methodBinarySearch(T) (Inherited from ListTypeMapEntry.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListTypeMapEntry.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListTypeMapEntry.)
Public methodClear (Inherited from ListTypeMapEntry.)
Public methodContains (Inherited from ListTypeMapEntry.)
Public methodConvertAllTOutput (Inherited from ListTypeMapEntry.)
Public methodCopyTo(T) (Inherited from ListTypeMapEntry.)
Public methodCopyTo(T, Int32) (Inherited from ListTypeMapEntry.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListTypeMapEntry.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListTypeMapEntry.)
Protected methodFinalize (Inherited from Object.)
Public methodFind (Inherited from ListTypeMapEntry.)
Public methodFindAll (Inherited from ListTypeMapEntry.)
Public methodFindIndex(PredicateT) (Inherited from ListTypeMapEntry.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListTypeMapEntry.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListTypeMapEntry.)
Public methodFindLast (Inherited from ListTypeMapEntry.)
Public methodFindLastIndex(PredicateT) (Inherited from ListTypeMapEntry.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListTypeMapEntry.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListTypeMapEntry.)
Public methodForEach (Inherited from ListTypeMapEntry.)
Public methodGetEnumerator (Inherited from ListTypeMapEntry.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListTypeMapEntry.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListTypeMapEntry.)
Public methodIndexOf(T, Int32) (Inherited from ListTypeMapEntry.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListTypeMapEntry.)
Public methodInsert (Inherited from ListTypeMapEntry.)
Public methodInsertRange (Inherited from ListTypeMapEntry.)
Public methodLastIndexOf(T) (Inherited from ListTypeMapEntry.)
Public methodLastIndexOf(T, Int32) (Inherited from ListTypeMapEntry.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListTypeMapEntry.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from ListTypeMapEntry.)
Public methodRemoveAll (Inherited from ListTypeMapEntry.)
Public methodRemoveAt (Inherited from ListTypeMapEntry.)
Public methodRemoveRange (Inherited from ListTypeMapEntry.)
Public methodReverse (Inherited from ListTypeMapEntry.)
Public methodReverse(Int32, Int32) (Inherited from ListTypeMapEntry.)
Public methodSort (Inherited from ListTypeMapEntry.)
Public methodSort(ComparisonT) (Inherited from ListTypeMapEntry.)
Public methodSort(IComparerT) (Inherited from ListTypeMapEntry.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListTypeMapEntry.)
Public methodToArray (Inherited from ListTypeMapEntry.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListTypeMapEntry.)
Public methodTrueForAll (Inherited from ListTypeMapEntry.)
Top
See Also