Click or drag to resize
VariableContainerExtensionsRegister Method
Registers Types and Parameters of the signature

Namespace: FlexRule
Assembly: FlexRule.Procedure (in FlexRule.Procedure.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static void Register(
	this IVariableContainer container,
	ISignatureDescriptions signature,
	ITypeIdentifierRegistry typeIdRegistry,
	IEnumerable<string> privateBinPaths = null
)

Parameters

container
Type: FlexRuleIVariableContainer
signature
Type: FlexRule.SignatureISignatureDescriptions
typeIdRegistry
Type: FlexRuleITypeIdentifierRegistry
privateBinPaths (Optional)
Type: System.Collections.GenericIEnumerableString
Private paths to resolve external types and assemblies

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IVariableContainer. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also