Show / Hide Table of Contents

Class FileMapLocator

Inheritance
object
MapLocator
FileMapLocator
Implements
IModelLocator
Inherited Members
MapLocator.Mappings
MapLocator.CanLocate(Uri)
MapLocator.GetRepositoryUri(Uri)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Models.Repository
Assembly: NMF.Models.dll
Syntax
public class FileMapLocator : MapLocator, IModelLocator

Constructors

| Edit this page View Source

FileMapLocator()

Declaration
public FileMapLocator()
| Edit this page View Source

FileMapLocator(IDictionary<Uri, string>)

Declaration
public FileMapLocator(IDictionary<Uri, string> mappings)
Parameters
Type Name Description
IDictionary<Uri, string> mappings

Methods

| Edit this page View Source

Open(Uri)

Declaration
public override Stream Open(Uri repositoryId)
Parameters
Type Name Description
Uri repositoryId
Returns
Type Description
Stream
Overrides
MapLocator.Open(Uri)

Implements

IModelLocator
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX