Click or drag to resize

IControllerFactoryGetMethods Method (IController)

Returns all custom events (action methods) registered in the controller class.

Namespace:  Crosser.Common.Utilities.Factories
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
IDictionary<BinaryKey, IControllerEventInfo> GetMethods(
	IController controller
)

Parameters

controller
Type: Crosser.Common.ServerIController
The IController to lookup methods on

Return Value

Type: IDictionaryBinaryKey, IControllerEventInfo
A IDictionaryTKey, TValue representing the methods available on the IController
See Also