Routes¶
Type ISIAPIRoutes · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID B4E925F0-B40E-4706-AFDF-C4B16C8AA89F
Declaration¶
Members¶
Properties
| Property | Type | Summary |
|---|---|---|
| Count | int |
|
| this[] | ISIAPIRoute |
|
| this[] | ISIAPIRoute |
Methods
| Method | Returns | Summary |
|---|---|---|
| RouteExists(string) | bool |
Queries whether a particular Route exists in the collection |
Properties¶
Count¶
Type int
Code samples
this[]¶
Type ISIAPIRoute
Code samples
this[]¶
Type ISIAPIRoute
Code samples
Methods¶
RouteExists(string)¶
Queries whether a particular Route exists in the collection
Parameters
| Name | Type | Description |
|---|---|---|
routeName |
string |
Route name to query |
Returns bool - True, if a Route with the given name exists in the collection. False otherwise