Interface IModelRepository
Assembly: NMF.Models.dll
Syntax
public interface IModelRepository
Properties
|
Edit this page
View Source
Models
Declaration
ModelCollection Models { get; }
Property Value
Methods
|
Edit this page
View Source
Resolve(Uri, bool)
Declaration
IModelElement Resolve(Uri uri, bool loadOnDemand = true)
Parameters
Type |
Name |
Description |
Uri |
uri |
|
bool |
loadOnDemand |
|
Returns
Events
|
Edit this page
View Source
BubbledChange
Declaration
event EventHandler<BubbledChangeEventArgs> BubbledChange
Event Type