ScriptStack 1.0.4
Loading...
Searching...
No Matches
ScriptStack.Runtime.Model Interface Reference
Inheritance diagram for ScriptStack.Runtime.Model:
ScriptStack.Runtime.Host

Properties

ReadOnlyCollection< RoutineRoutines [get]
 Returns all Routine's a Model implements.

Additional Inherited Members

Public Member Functions inherited from ScriptStack.Runtime.Host
object Invoke (string routine, List< object > parameters)
 Called when a Routine is invoked.

Detailed Description

Definition at line 90 of file Model.cs.

Property Documentation

◆ Routines

ReadOnlyCollection<Routine> ScriptStack.Runtime.Model.Routines
get

Returns all Routine's a Model implements.

Definition at line 96 of file Model.cs.

96{ get; }

The documentation for this interface was generated from the following file: