FieldCollection Class

Relativity Event Handlers
Creates a collection of fields.
Inheritance Hierarchy

System.Object
  kCura.EventHandler.FieldCollection

Namespace:  kCura.EventHandler
Assembly:  kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

[SerializableAttribute]
public class FieldCollection : ICollection

[SerializableAttribute]
public class FieldCollection : ICollection

The FieldCollection type exposes the following members.

Constructors

  NameDescription
Public methodFieldCollection
Initializes a new instance of the FieldCollection class.
Top
Properties

  NameDescription
Public propertyCount
Gets the number of key/value pairs contained in the System.Collections.Generic.Dictionary(Of TKey, TValue).
Public propertyItem[Int32]
Returns the field by its artifact ID.
Public propertyItem[String]
Returns the field by either its display name or GUID (all case insensitive).
Top
Methods

  NameDescription
Public methodAdd
Adds field ArtifactID, Display Name, and Guids to backing collections.
Public methodCopyTo
Copies the System.Collections.Generic.Dictionary(Of TKey, TValue).ValueCollection elements to an existing one-dimensional System.Array, starting at the specified array index.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the System.Collections.Generic.Dictionary(Of TKey, TValue).ValueCollection.
Public methodGetFieldsByFieldCategoryID
Returns a collection of fields based on a field category ID.
Public methodGetFieldsByFieldTypeID
Returns a collection of fields based on a field type ID.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

See Also

Reference