Class UnresolvedModelElementEventArgs
Denotes the event data that a model element could not be resolved
Inherited Members
Namespace: NMF.Models.Repository
Assembly: NMF.Models.dll
Syntax
public class UnresolvedModelElementEventArgs : EventArgs
Constructors
| Edit this page View SourceUnresolvedModelElementEventArgs(Uri)
Creates a new instance
Declaration
public UnresolvedModelElementEventArgs(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
Uri | uri | The uri that could not be resolved |
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 SourceHintPath
A hint path
Declaration
public string HintPath { get; }
Property Value
Type | Description |
---|---|
string |
ModelElement
Gets or sets the model element that was identified during the event
Declaration
public IModelElement ModelElement { get; set; }
Property Value
Type | Description |
---|---|
IModelElement |
Uri
The Uri that could not be resolved
Declaration
public Uri Uri { get; }
Property Value
Type | Description |
---|---|
Uri |