Table of Contents

Interface IURIExtent

Namespace
NMF.Interop.Cmof
Assembly
NMF.UMLInterop.dll

The public interface for URIExtent

[DefaultImplementationType(typeof(URIExtent))]
[XmlDefaultImplementationType(typeof(URIExtent))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//URIExtent")]
public interface IURIExtent : IExtent, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Methods

ContextURI()

string ContextURI()

Returns

string

Element(string)

IElement Element(string uri)

Parameters

uri string

Returns

IElement

Uri(IElement)

string Uri(IElement @object)

Parameters

object IElement

Returns

string

Events

ContextURICalled

Gets fired after the operation contextURI got called

event EventHandler<OperationCallEventArgs> ContextURICalled

Event Type

EventHandler<OperationCallEventArgs>

ContextURICalling

Gets fired before the operation contextURI gets called

event EventHandler<OperationCallEventArgs> ContextURICalling

Event Type

EventHandler<OperationCallEventArgs>

ElementCalled

Gets fired after the operation element got called

event EventHandler<OperationCallEventArgs> ElementCalled

Event Type

EventHandler<OperationCallEventArgs>

ElementCalling

Gets fired before the operation element gets called

event EventHandler<OperationCallEventArgs> ElementCalling

Event Type

EventHandler<OperationCallEventArgs>

UriCalled

Gets fired after the operation uri got called

event EventHandler<OperationCallEventArgs> UriCalled

Event Type

EventHandler<OperationCallEventArgs>

UriCalling

Gets fired before the operation uri gets called

event EventHandler<OperationCallEventArgs> UriCalling

Event Type

EventHandler<OperationCallEventArgs>