Table of Contents

Interface IReflectiveCollection

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

The public interface for ReflectiveCollection

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

Methods

Add(IObject)

bool Add(IObject @object)

Parameters

object IObject

Returns

bool

AddAll(IReflectiveCollection)

bool AddAll(IReflectiveCollection objects)

Parameters

objects IReflectiveCollection

Returns

bool

Clear()

void Clear()

Remove(IObject)

bool Remove(IObject @object)

Parameters

object IObject

Returns

bool

Size()

int Size()

Returns

int

Events

AddAllCalled

Gets fired after the operation addAll got called

event EventHandler<OperationCallEventArgs> AddAllCalled

Event Type

EventHandler<OperationCallEventArgs>

AddAllCalling

Gets fired before the operation addAll gets called

event EventHandler<OperationCallEventArgs> AddAllCalling

Event Type

EventHandler<OperationCallEventArgs>

AddCalled

Gets fired after the operation add got called

event EventHandler<OperationCallEventArgs> AddCalled

Event Type

EventHandler<OperationCallEventArgs>

AddCalling

Gets fired before the operation add gets called

event EventHandler<OperationCallEventArgs> AddCalling

Event Type

EventHandler<OperationCallEventArgs>

ClearCalled

Gets fired after the operation clear got called

event EventHandler<OperationCallEventArgs> ClearCalled

Event Type

EventHandler<OperationCallEventArgs>

ClearCalling

Gets fired before the operation clear gets called

event EventHandler<OperationCallEventArgs> ClearCalling

Event Type

EventHandler<OperationCallEventArgs>

RemoveCalled

Gets fired after the operation remove got called

event EventHandler<OperationCallEventArgs> RemoveCalled

Event Type

EventHandler<OperationCallEventArgs>

RemoveCalling

Gets fired before the operation remove gets called

event EventHandler<OperationCallEventArgs> RemoveCalling

Event Type

EventHandler<OperationCallEventArgs>

SizeCalled

Gets fired after the operation size got called

event EventHandler<OperationCallEventArgs> SizeCalled

Event Type

EventHandler<OperationCallEventArgs>

SizeCalling

Gets fired before the operation size gets called

event EventHandler<OperationCallEventArgs> SizeCalling

Event Type

EventHandler<OperationCallEventArgs>