[This is preliminary documentation and is subject to change.]

Namespace: Clarion.Plugins
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public static T DeserializeActionRule<T>(
	Agent destination,
	string source
)
where T : ActionRule

Parameters

destination
Type: Clarion.Framework..::..Agent
source
Type: System..::..String

Type Parameters

T

See Also