Interface IExtent
The public interface for Extent
[DefaultImplementationType(typeof(Extent))]
[XmlDefaultImplementationType(typeof(Extent))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//Extent")]
public interface IExtent : IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Methods
Elements()
IReflectiveSequence Elements()
Returns
ElementsOfType(IClass, bool)
ISetExpression<IElement> ElementsOfType(IClass type, bool includesSubtypes)
Parameters
Returns
LinkExists(IAssociation, IElement, IElement)
bool LinkExists(IAssociation association, IElement firstElement, IElement secondElement)
Parameters
associationIAssociationfirstElementIElementsecondElementIElement
Returns
LinkedElements(IAssociation, IElement, bool)
ISetExpression<IElement> LinkedElements(IAssociation association, IElement endElement, bool end1ToEnd2Direction)
Parameters
associationIAssociationendElementIElementend1ToEnd2Directionbool
Returns
LinksOfType(IAssociation)
ISetExpression<ILink> LinksOfType(IAssociation type)
Parameters
typeIAssociation
Returns
UseContainment()
bool UseContainment()
Returns
Events
ElementsCalled
Gets fired after the operation elements got called
event EventHandler<OperationCallEventArgs> ElementsCalled
Event Type
ElementsCalling
Gets fired before the operation elements gets called
event EventHandler<OperationCallEventArgs> ElementsCalling
Event Type
ElementsOfTypeCalled
Gets fired after the operation elementsOfType got called
event EventHandler<OperationCallEventArgs> ElementsOfTypeCalled
Event Type
ElementsOfTypeCalling
Gets fired before the operation elementsOfType gets called
event EventHandler<OperationCallEventArgs> ElementsOfTypeCalling
Event Type
LinkExistsCalled
Gets fired after the operation linkExists got called
event EventHandler<OperationCallEventArgs> LinkExistsCalled
Event Type
LinkExistsCalling
Gets fired before the operation linkExists gets called
event EventHandler<OperationCallEventArgs> LinkExistsCalling
Event Type
LinkedElementsCalled
Gets fired after the operation linkedElements got called
event EventHandler<OperationCallEventArgs> LinkedElementsCalled
Event Type
LinkedElementsCalling
Gets fired before the operation linkedElements gets called
event EventHandler<OperationCallEventArgs> LinkedElementsCalling
Event Type
LinksOfTypeCalled
Gets fired after the operation linksOfType got called
event EventHandler<OperationCallEventArgs> LinksOfTypeCalled
Event Type
LinksOfTypeCalling
Gets fired before the operation linksOfType gets called
event EventHandler<OperationCallEventArgs> LinksOfTypeCalling
Event Type
UseContainmentCalled
Gets fired after the operation useContainment got called
event EventHandler<OperationCallEventArgs> UseContainmentCalled
Event Type
UseContainmentCalling
Gets fired before the operation useContainment gets called
event EventHandler<OperationCallEventArgs> UseContainmentCalling