IRoutingCollection Methods |
The IRoutingCollection type exposes the following members.
Name | Description | |
---|---|---|
Create |
Creates a new element
(Inherited from IRecordEntitiesOwnerTEntityType.) | |
Create(String) |
Creates a new routing in the collection given its name
| |
Create(String, RoutingStartType, Int32) |
Creates a new routing in the collection given its name, start type and starting question ID
| |
Create(String, RoutingStartType, Int32, Int32) |
Creates a new routing in the collection given its name, start type, starting question ID and position
| |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIRouting.) | |
Remove(Int32) |
Remove a routing from the collection given its id
| |
Remove(String) |
Remove a routing from the collection given its name
|