Click or drag to resize

JavascriptExecutorRegisterCallback(String, Type, String, NameValueCollection, FuncObject, Object) Method

Register the specified rule with this engine

Namespace: SanteDB.BusinessRules.JavaScript
Assembly: SanteDB.BusinessRules.JavaScript (in SanteDB.BusinessRules.JavaScript.dll) Version: 3.0.2081-alpha+2e88b63362ef5258b46c537869eb2b7aa0e99be8
Syntax
public void RegisterCallback(
	string id,
	Type targetType,
	string trigger,
	NameValueCollection guard,
	Func<Object, Object> _delegate
)

Parameters

id  String

[Missing <param name="id"/> documentation for "M:SanteDB.BusinessRules.JavaScript.JavascriptExecutor.RegisterCallback(System.String,System.Type,System.String,System.Collections.Specialized.NameValueCollection,System.Func{System.Object,System.Object})"]

targetType  Type

[Missing <param name="targetType"/> documentation for "M:SanteDB.BusinessRules.JavaScript.JavascriptExecutor.RegisterCallback(System.String,System.Type,System.String,System.Collections.Specialized.NameValueCollection,System.Func{System.Object,System.Object})"]

trigger  String

[Missing <param name="trigger"/> documentation for "M:SanteDB.BusinessRules.JavaScript.JavascriptExecutor.RegisterCallback(System.String,System.Type,System.String,System.Collections.Specialized.NameValueCollection,System.Func{System.Object,System.Object})"]

guard  NameValueCollection

[Missing <param name="guard"/> documentation for "M:SanteDB.BusinessRules.JavaScript.JavascriptExecutor.RegisterCallback(System.String,System.Type,System.String,System.Collections.Specialized.NameValueCollection,System.Func{System.Object,System.Object})"]

_delegate  FuncObject, Object

[Missing <param name="_delegate"/> documentation for "M:SanteDB.BusinessRules.JavaScript.JavascriptExecutor.RegisterCallback(System.String,System.Type,System.String,System.Collections.Specialized.NameValueCollection,System.Func{System.Object,System.Object})"]

See Also