Click or drag to resize
Askia

IRoutingCollection Interface

Collection of routings

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

The IRoutingCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodCreate
Creates a new element
(Inherited from IRecordEntitiesOwnerTEntityType.)
Public methodCreate(String)
Creates a new routing in the collection given its name
Public methodCreate(String, RoutingStartType, Int32)
Creates a new routing in the collection given its name, start type and starting question ID
Public methodCreate(String, RoutingStartType, Int32, Int32)
Creates a new routing in the collection given its name, start type, starting question ID and position
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIRouting.)
Public methodRemove(Int32)
Remove a routing from the collection given its id
Public methodRemove(String)
Remove a routing from the collection given its name
Top
See Also