Creates a collection of fields.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | FieldCollection |
Initializes a new instance of the FieldCollection class.
|
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of key/value pairs contained in the System.Collections.Generic.Dictionary(Of TKey, TValue).
|
![]() | Item[Int32] |
Returns the field by its artifact ID.
|
![]() | Item[String] |
Returns the field by either its display name or GUID (all case insensitive).
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds field ArtifactID, Display Name, and Guids to backing collections.
|
![]() | CopyTo |
Copies the System.Collections.Generic.Dictionary(Of TKey, TValue).ValueCollection elements to an existing one-dimensional System.Array, starting at the specified array index.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the System.Collections.Generic.Dictionary(Of TKey, TValue).ValueCollection.
|
![]() | GetFieldsByFieldCategoryID |
Returns a collection of fields based on a field category ID.
|
![]() | GetFieldsByFieldTypeID |
Returns a collection of fields based on a field type ID.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also