Click or drag to resize
ConceptParse Method
Loads the model as a Concept

Namespace: FlexRule.Concepts
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static Concept Parse(
	IElementModel model,
	string fileName
)

Parameters

model
Type: FlexRule.Core.ModelIElementModel
fileName
Type: SystemString
A file name that concept is defined in

Return Value

Type: Concept
See Also