Interface IModelLocator
Namespace: NMF.Models.Repository
Assembly: NMF.Models.dll
Syntax
public interface IModelLocator
Methods
| Edit this page View SourceCanLocate(Uri)
Declaration
bool CanLocate(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
Uri | uri |
Returns
Type | Description |
---|---|
bool |
GetRepositoryUri(Uri)
Declaration
Uri GetRepositoryUri(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
Uri | uri |
Returns
Type | Description |
---|---|
Uri |
Open(Uri)
Declaration
Stream Open(Uri repositoryId)
Parameters
Type | Name | Description |
---|---|---|
Uri | repositoryId |
Returns
Type | Description |
---|---|
Stream |