Class RouterDbExtensions
Contains extensions for the router db related to shortcut db's.
Inheritance
System.Object
RouterDbExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class RouterDbExtensions
Methods
AddShortcuts(RouterDb, ShortcutSpecs[])
Adds multiple shortcut db's at the same time.
Declaration
public static void AddShortcuts(this RouterDb routerDb, params ShortcutSpecs[] shortcutSpecs)
Parameters
|
RouterDb
routerDb
|
|
ShortcutSpecs[]
shortcutSpecs
|
AddShortcuts(RouterDb, ShortcutSpecs[], CancellationToken)
Adds multiple shortcut db's at the same time.
Declaration
public static void AddShortcuts(this RouterDb routerDb, ShortcutSpecs[] shortcutSpecs, CancellationToken cancellationToken)
Parameters
|
RouterDb
routerDb
|
|
ShortcutSpecs[]
shortcutSpecs
|
|
CancellationToken
cancellationToken
|