Click or drag to resize

ProtectionTable Class

Specifies resource access privileges for Perforce users for a specific Perforce repository.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListProtectionEntry
    Perforce.P4ProtectionTable

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public class ProtectionTable : List<ProtectionEntry>

The ProtectionTable type exposes the following members.

Constructors
  NameDescription
Public methodProtectionTable
Construct ProtectionTable using a Protection Entry
Top
Properties
  NameDescription
Public propertyCapacity (Inherited from ListProtectionEntry.)
Public propertyCount (Inherited from ListProtectionEntry.)
Public propertyEntry
Protection Table Entry
Public propertyItem (Inherited from ListProtectionEntry.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from ListProtectionEntry.)
Public methodAddRange (Inherited from ListProtectionEntry.)
Public methodAsReadOnly (Inherited from ListProtectionEntry.)
Public methodBinarySearch(T) (Inherited from ListProtectionEntry.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListProtectionEntry.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListProtectionEntry.)
Public methodClear (Inherited from ListProtectionEntry.)
Public methodContains (Inherited from ListProtectionEntry.)
Public methodConvertAllTOutput (Inherited from ListProtectionEntry.)
Public methodCopyTo(T) (Inherited from ListProtectionEntry.)
Public methodCopyTo(T, Int32) (Inherited from ListProtectionEntry.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListProtectionEntry.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListProtectionEntry.)
Protected methodFinalize (Inherited from Object.)
Public methodFind (Inherited from ListProtectionEntry.)
Public methodFindAll (Inherited from ListProtectionEntry.)
Public methodFindIndex(PredicateT) (Inherited from ListProtectionEntry.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListProtectionEntry.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListProtectionEntry.)
Public methodFindLast (Inherited from ListProtectionEntry.)
Public methodFindLastIndex(PredicateT) (Inherited from ListProtectionEntry.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListProtectionEntry.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListProtectionEntry.)
Public methodForEach (Inherited from ListProtectionEntry.)
Public methodGetEnumerator (Inherited from ListProtectionEntry.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListProtectionEntry.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListProtectionEntry.)
Public methodIndexOf(T, Int32) (Inherited from ListProtectionEntry.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListProtectionEntry.)
Public methodInsert (Inherited from ListProtectionEntry.)
Public methodInsertRange (Inherited from ListProtectionEntry.)
Public methodLastIndexOf(T) (Inherited from ListProtectionEntry.)
Public methodLastIndexOf(T, Int32) (Inherited from ListProtectionEntry.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListProtectionEntry.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from ListProtectionEntry.)
Public methodRemoveAll (Inherited from ListProtectionEntry.)
Public methodRemoveAt (Inherited from ListProtectionEntry.)
Public methodRemoveRange (Inherited from ListProtectionEntry.)
Public methodReverse (Inherited from ListProtectionEntry.)
Public methodReverse(Int32, Int32) (Inherited from ListProtectionEntry.)
Public methodSort (Inherited from ListProtectionEntry.)
Public methodSort(ComparisonT) (Inherited from ListProtectionEntry.)
Public methodSort(IComparerT) (Inherited from ListProtectionEntry.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListProtectionEntry.)
Public methodToArray (Inherited from ListProtectionEntry.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListProtectionEntry.)
Public methodTrueForAll (Inherited from ListProtectionEntry.)
Top
See Also