Class ReflectiveCollection
The default implementation of the ReflectiveCollection class
[XmlNamespace("http://www.omg.org/spec/MOF/20131001/cmof.xmi")]
[XmlNamespacePrefix("cmof")]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//ReflectiveCollection")]
public class ReflectiveCollection : Object, IReflectiveCollection, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inheritance
-
ReflectiveCollection
- Implements
- Derived
- Inherited Members
Properties
ClassInstance
Gets the Class model for this type
public static IClass ClassInstance { get; }
Property Value
Methods
Add(IObject)
public bool Add(IObject @object)
Parameters
object
IObject
Returns
AddAll(IReflectiveCollection)
public bool AddAll(IReflectiveCollection objects)
Parameters
objects
IReflectiveCollection
Returns
Clear()
public void Clear()
GetClass()
Gets the Class for this model element
public override IClass GetClass()
Returns
Remove(IObject)
public bool Remove(IObject @object)
Parameters
object
IObject
Returns
Size()
public int Size()