Click or drag to resize

ControllerFactoryGetMethods Method (IController)

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

Namespace:  Crosser.Server.Utilities.Factories
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public 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

Implements

IControllerFactoryGetMethods(IController)
See Also