An NDoc Documented Class Library

IModelProvider.GetModel Method 

Gets and returns a model.

object GetModel(
   StringDictionary parameters
);

Parameters

parameters
A collection of (name, value) pairs, or named parameters. Every model provider may expect a distinct set of parameters.

Return Value

An object, that will be the input model to the transformation engine.

Remarks

If the model is conformed by objects, arrays and ArrayLists can be returned - always casted as object.

See Also

IModelProvider Interface | ExpertCoder.ExpertSystem Namespace