FileModelLoader class
Represents a IModelLoader implemenation which allows to load data model definitions (either XML or JSON) from the file system. Implements the Korzh.EasyQuery.Services.IModelLoader
public class Korzh.EasyQuery.Services.FileModelLoader : IModelLoader
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
Task<Boolean> | LoadModelAsync(DataModel model, String modelId) | Loads the model by its ID. |