Show / Hide Table of Contents

Class UnresolvedModelElementEventArgs

Denotes the event data that a model element could not be resolved

Inheritance
object
EventArgs
UnresolvedModelElementEventArgs
Inherited Members
EventArgs.Empty
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 UnresolvedModelElementEventArgs : EventArgs

Constructors

| Edit this page View Source

UnresolvedModelElementEventArgs(Uri)

Creates a new instance

Declaration
public UnresolvedModelElementEventArgs(Uri uri)
Parameters
Type Name Description
Uri uri

The uri that could not be resolved

| Edit this page View Source

UnresolvedModelElementEventArgs(Uri, string)

Creates a new instance

Declaration
public UnresolvedModelElementEventArgs(Uri uri, string hintPath)
Parameters
Type Name Description
Uri uri

The uri that could not be resolved

string hintPath

A hint path, if available

Properties

| Edit this page View Source

HintPath

A hint path

Declaration
public string HintPath { get; }
Property Value
Type Description
string
| Edit this page View Source

ModelElement

Gets or sets the model element that was identified during the event

Declaration
public IModelElement ModelElement { get; set; }
Property Value
Type Description
IModelElement
| Edit this page View Source

Uri

The Uri that could not be resolved

Declaration
public Uri Uri { get; }
Property Value
Type Description
Uri
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX