Show / Hide Table of Contents

Interface IModelLocator

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

Methods

| Edit this page View Source

CanLocate(Uri)

Declaration
bool CanLocate(Uri uri)
Parameters
Type Name Description
Uri uri
Returns
Type Description
bool
| Edit this page View Source

GetRepositoryUri(Uri)

Declaration
Uri GetRepositoryUri(Uri uri)
Parameters
Type Name Description
Uri uri
Returns
Type Description
Uri
| Edit this page View Source

Open(Uri)

Declaration
Stream Open(Uri repositoryId)
Parameters
Type Name Description
Uri repositoryId
Returns
Type Description
Stream
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX