Show / Hide Table of Contents

Interface IModelRepository

Namespace: NMF.Models.Repository
Assembly: NMF.Models.dll
Syntax
public interface IModelRepository

Properties

| Edit this page View Source

Models

Declaration
ModelCollection Models { get; }
Property Value
Type Description
ModelCollection

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
Type Description
IModelElement

Events

| Edit this page View Source

BubbledChange

Declaration
event EventHandler<BubbledChangeEventArgs> BubbledChange
Event Type
Type Description
EventHandler<BubbledChangeEventArgs>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX