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