The ERecIdList type exposes the following members.

Constructors

  NameDescription
Public methodERecIdList()()()()
Default constructor. Creates a new, empty ERecIdList.
Public methodERecIdList(Int64) Obsolete.
Constructor that takes a single ID and makes a record ID list with only one element.
Public methodERecIdList(String)
Constructor that takes a string-based set of record specifications and parses and populates the list with the string.

Methods

  NameDescription
Public methodAdd
Adds an object to the end of the ERecIdList.
Public methodAddERecId Obsolete.
Adds a record ID to the list.
Public methodAddERecSpec
Adds a record specification to the list.
Public methodClear
Removes all the elements from the ERecIdList.
Public methodContains
Determines whether an element is in the ERecIdList.
Public methodCopyTo
Copies the entire ERecIdList to a compatible one-dimensional Array, starting at the specified index of the target array.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator for the entire ERecIdList.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the zero-based index of the first occurrence of a value in the ERecIdList or in a portion of it.
Public methodInsert
Inserts an element into the ERecIdList at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurence of a specified object from the ERecIdList.
Public methodRemoveAt
Removes the element at the specified index of the ERecIdList.
Public methodToString
Generates the string-based representation of the list by returning a space-delimited sequence of record IDs.

Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the ERecIdList.
Public propertyIsFixedSize
Gets a value indicating whether the ERecIdList has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the ERecIdList is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the ERecIdList is synchronized (thread-safe).
Public propertyItem
Gets or sets the Int64 at the specified index.
Public propertySyncRoot
This operation is not supported.

See Also