Click or drag to resize
ExpressionBinderExtensionsLoadGlossary Method

Namespace: FlexRule.Validation.Languages
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static void LoadGlossary(
	this ExpressionBinder binder,
	IElementModel glossaryHolder,
	IRuleSet rs,
	string baseFolder
)

Parameters

binder
Type: FlexRule.Validation.LanguagesExpressionBinder
glossaryHolder
Type: FlexRule.Core.ModelIElementModel
rs
Type: FlexRule.Core.ModelIRuleSet
baseFolder
Type: SystemString

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ExpressionBinder. 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