Click or drag to resize
RsProcessDefinitionCollection Methods

The RsProcessDefinitionCollection type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAdd
Adds a RsProcessDefinition to the collection.
Public methodClear
Removes all items from the collection
Public methodCode exampleContains(String)
Check to see if a named item is part of the collection.
Public methodContains(RsProcessDefinition)
Public methodCopyTo(Array, Int32)
Public methodCopyTo(RsProcessDefinition, Int32)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodCode exampleRemove
Removes a RsProcessDefinition from the collection.
Public methodToArray
Public methodToString (Inherited from Object.)
Public methodCode exampleTryGetProcessDefinition
Gets the definition with the specified name.
Top
See Also