Interface IReflectiveCollection
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
objectIObject
Returns
AddAll(IReflectiveCollection)
bool AddAll(IReflectiveCollection objects)
Parameters
objectsIReflectiveCollection
Returns
Clear()
void Clear()
Remove(IObject)
bool Remove(IObject @object)
Parameters
objectIObject
Returns
Size()
int Size()
Returns
Events
AddAllCalled
Gets fired after the operation addAll got called
event EventHandler<OperationCallEventArgs> AddAllCalled
Event Type
AddAllCalling
Gets fired before the operation addAll gets called
event EventHandler<OperationCallEventArgs> AddAllCalling
Event Type
AddCalled
Gets fired after the operation add got called
event EventHandler<OperationCallEventArgs> AddCalled
Event Type
AddCalling
Gets fired before the operation add gets called
event EventHandler<OperationCallEventArgs> AddCalling
Event Type
ClearCalled
Gets fired after the operation clear got called
event EventHandler<OperationCallEventArgs> ClearCalled
Event Type
ClearCalling
Gets fired before the operation clear gets called
event EventHandler<OperationCallEventArgs> ClearCalling
Event Type
RemoveCalled
Gets fired after the operation remove got called
event EventHandler<OperationCallEventArgs> RemoveCalled
Event Type
RemoveCalling
Gets fired before the operation remove gets called
event EventHandler<OperationCallEventArgs> RemoveCalling
Event Type
SizeCalled
Gets fired after the operation size got called
event EventHandler<OperationCallEventArgs> SizeCalled
Event Type
SizeCalling
Gets fired before the operation size gets called
event EventHandler<OperationCallEventArgs> SizeCalling