Table of Contents

Class URIExtent

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

The default implementation of the URIExtent class

[XmlNamespace("http://www.omg.org/spec/MOF/20131001/cmof.xmi")]
[XmlNamespacePrefix("cmof")]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//URIExtent")]
public class URIExtent : Extent, IURIExtent, IExtent, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
URIExtent
Implements
Inherited Members

Properties

ClassInstance

Gets the Class model for this type

public static IClass ClassInstance { get; }

Property Value

IClass

Methods

ContextURI()

public string ContextURI()

Returns

string

Element(string)

public IElement Element(string uri)

Parameters

uri string

Returns

IElement

GetClass()

Gets the Class for this model element

public override IClass GetClass()

Returns

IClass

OnContextURICalled(OperationCallEventArgs)

Raises the ContextURICalled event

protected virtual void OnContextURICalled(OperationCallEventArgs eventArgs)

Parameters

eventArgs OperationCallEventArgs

The event data

OnContextURICalling(OperationCallEventArgs)

Raises the ContextURICalling event

protected virtual void OnContextURICalling(OperationCallEventArgs eventArgs)

Parameters

eventArgs OperationCallEventArgs

The event data

OnElementCalled(OperationCallEventArgs)

Raises the ElementCalled event

protected virtual void OnElementCalled(OperationCallEventArgs eventArgs)

Parameters

eventArgs OperationCallEventArgs

The event data

OnElementCalling(OperationCallEventArgs)

Raises the ElementCalling event

protected virtual void OnElementCalling(OperationCallEventArgs eventArgs)

Parameters

eventArgs OperationCallEventArgs

The event data

OnUriCalled(OperationCallEventArgs)

Raises the UriCalled event

protected virtual void OnUriCalled(OperationCallEventArgs eventArgs)

Parameters

eventArgs OperationCallEventArgs

The event data

OnUriCalling(OperationCallEventArgs)

Raises the UriCalling event

protected virtual void OnUriCalling(OperationCallEventArgs eventArgs)

Parameters

eventArgs OperationCallEventArgs

The event data

Uri(IElement)

public string Uri(IElement @object)

Parameters

object IElement

Returns

string

Events

ContextURICalled

Gets fired after the operation contextURI got called

public event EventHandler<OperationCallEventArgs> ContextURICalled

Event Type

EventHandler<OperationCallEventArgs>

ContextURICalling

Gets fired before the operation contextURI gets called

public event EventHandler<OperationCallEventArgs> ContextURICalling

Event Type

EventHandler<OperationCallEventArgs>

ElementCalled

Gets fired after the operation element got called

public event EventHandler<OperationCallEventArgs> ElementCalled

Event Type

EventHandler<OperationCallEventArgs>

ElementCalling

Gets fired before the operation element gets called

public event EventHandler<OperationCallEventArgs> ElementCalling

Event Type

EventHandler<OperationCallEventArgs>

UriCalled

Gets fired after the operation uri got called

public event EventHandler<OperationCallEventArgs> UriCalled

Event Type

EventHandler<OperationCallEventArgs>

UriCalling

Gets fired before the operation uri gets called

public event EventHandler<OperationCallEventArgs> UriCalling

Event Type

EventHandler<OperationCallEventArgs>