Click or drag to resize
VariableContainerExtensionsRegisterType Method (IVariableContainer, IEnumerableISignatureTypeInfo, ITypeIdentifierRegistry, IEnumerableString)
Registers multiple types into the provided container

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

Parameters

container
Type: FlexRuleIVariableContainer
Container that types will be registered into
types
Type: System.Collections.GenericIEnumerableISignatureTypeInfo
Type that will be register in the provided container
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