Show / Hide Table of Contents

Class ResourceMapLocator

Inheritance
object
MapLocator
ResourceMapLocator
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 ResourceMapLocator : MapLocator, IModelLocator

Constructors

| Edit this page View Source

ResourceMapLocator(Assembly)

Declaration
public ResourceMapLocator(Assembly assembly)
Parameters
Type Name Description
Assembly assembly

Properties

| Edit this page View Source

Assembly

Declaration
public Assembly Assembly { get; }
Property Value
Type Description
Assembly

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