![]() | IRoutingCollection Interface |
Namespace: AskiaCore
The IRoutingCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Number of routings in the collection
|
![]() | ItemInt32 |
Finds a record entity by id
(Inherited from IRecordEntitiesOwnerTEntityType.) |
![]() | ItemString |
Find a routing by name
|
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
|