Click or drag to resize
Askia

IMergeableResponseCollection Interface

Mergeable response collection

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IMergeableResponseCollection : IEnumerable<IMergeableResponse>, 
	IEnumerable

The IMergeableResponseCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of mergeable responses in the collection
Public propertyItem
Find a mergeable response by its main caption
Top
Methods
  NameDescription
Public methodCreate
Creates a new mergeable response in the collection given its main caption
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIMergeableResponse.)
Public methodRemove
Remove a mergeable response from the collection given its main caption
Top
See Also