Click or drag to resize
VariableContainerExtensionsRegisterType Method (IVariableContainer, ISignatureTypeInfo, ITypeIdentifierRegistry, IEnumerableString)
Registers a type 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,
	ISignatureTypeInfo type,
	ITypeIdentifierRegistry typeIdRegistry,
	IEnumerable<string> privateBinPaths = null
)

Parameters

container
Type: FlexRuleIVariableContainer
Container that types will be registered into
type
Type: FlexRule.SignatureISignatureTypeInfo
Type that will be register in the provided container
typeIdRegistry
Type: FlexRuleITypeIdentifierRegistry
TypeId registry to access type information only by name
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