Click or drag to resize
Askia

ILinkedResponseCollection Interface

Linked responses collection

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

The ILinkedResponseCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of linked response in the collection
Top
Methods
  NameDescription
Public methodCreate
Create a linked response given its visibility
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableILinkedResponse.)
Public methodRemove
Remove a linked response from the collection given its responseId
Top
See Also