Interface IURIExtent
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
Element(string)
IElement Element(string uri)
Parameters
uristring
Returns
Uri(IElement)
string Uri(IElement @object)
Parameters
objectIElement
Returns
Events
ContextURICalled
Gets fired after the operation contextURI got called
event EventHandler<OperationCallEventArgs> ContextURICalled
Event Type
ContextURICalling
Gets fired before the operation contextURI gets called
event EventHandler<OperationCallEventArgs> ContextURICalling
Event Type
ElementCalled
Gets fired after the operation element got called
event EventHandler<OperationCallEventArgs> ElementCalled
Event Type
ElementCalling
Gets fired before the operation element gets called
event EventHandler<OperationCallEventArgs> ElementCalling
Event Type
UriCalled
Gets fired after the operation uri got called
event EventHandler<OperationCallEventArgs> UriCalled
Event Type
UriCalling
Gets fired before the operation uri gets called
event EventHandler<OperationCallEventArgs> UriCalling