Class URIExtent
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
Methods
ContextURI()
public string ContextURI()
Returns
Element(string)
public IElement Element(string uri)
Parameters
uristring
Returns
GetClass()
Gets the Class for this model element
public override IClass GetClass()
Returns
OnContextURICalled(OperationCallEventArgs)
Raises the ContextURICalled event
protected virtual void OnContextURICalled(OperationCallEventArgs eventArgs)
Parameters
eventArgsOperationCallEventArgsThe event data
OnContextURICalling(OperationCallEventArgs)
Raises the ContextURICalling event
protected virtual void OnContextURICalling(OperationCallEventArgs eventArgs)
Parameters
eventArgsOperationCallEventArgsThe event data
OnElementCalled(OperationCallEventArgs)
Raises the ElementCalled event
protected virtual void OnElementCalled(OperationCallEventArgs eventArgs)
Parameters
eventArgsOperationCallEventArgsThe event data
OnElementCalling(OperationCallEventArgs)
Raises the ElementCalling event
protected virtual void OnElementCalling(OperationCallEventArgs eventArgs)
Parameters
eventArgsOperationCallEventArgsThe event data
OnUriCalled(OperationCallEventArgs)
Raises the UriCalled event
protected virtual void OnUriCalled(OperationCallEventArgs eventArgs)
Parameters
eventArgsOperationCallEventArgsThe event data
OnUriCalling(OperationCallEventArgs)
Raises the UriCalling event
protected virtual void OnUriCalling(OperationCallEventArgs eventArgs)
Parameters
eventArgsOperationCallEventArgsThe event data
Uri(IElement)
public string Uri(IElement @object)
Parameters
objectIElement
Returns
Events
ContextURICalled
Gets fired after the operation contextURI got called
public event EventHandler<OperationCallEventArgs> ContextURICalled
Event Type
ContextURICalling
Gets fired before the operation contextURI gets called
public event EventHandler<OperationCallEventArgs> ContextURICalling
Event Type
ElementCalled
Gets fired after the operation element got called
public event EventHandler<OperationCallEventArgs> ElementCalled
Event Type
ElementCalling
Gets fired before the operation element gets called
public event EventHandler<OperationCallEventArgs> ElementCalling
Event Type
UriCalled
Gets fired after the operation uri got called
public event EventHandler<OperationCallEventArgs> UriCalled
Event Type
UriCalling
Gets fired before the operation uri gets called
public event EventHandler<OperationCallEventArgs> UriCalling