Interface IObject
The public interface for Object
[DefaultImplementationType(typeof(Object))]
[XmlDefaultImplementationType(typeof(Object))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//Object")]
public interface IObject : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Methods
Equals(IObject)
bool Equals(IObject element)
Parameters
elementIObject
Returns
Get(IProperty)
IObject Get(IProperty property)
Parameters
propertyIProperty
Returns
Invoke(IOperation, IEnumerable<IArgument>)
IObject Invoke(IOperation op, IEnumerable<IArgument> arguments)
Parameters
opIOperationargumentsIEnumerable<IArgument>
Returns
IsSet(IProperty)
bool IsSet(IProperty property)
Parameters
propertyIProperty
Returns
Set(IProperty, IObject)
void Set(IProperty property, IObject value)
Parameters
Unset(IProperty)
void Unset(IProperty property)
Parameters
propertyIProperty
Events
EqualsCalled
Gets fired after the operation equals got called
event EventHandler<OperationCallEventArgs> EqualsCalled
Event Type
EqualsCalling
Gets fired before the operation equals gets called
event EventHandler<OperationCallEventArgs> EqualsCalling
Event Type
GetCalled
Gets fired after the operation get got called
event EventHandler<OperationCallEventArgs> GetCalled
Event Type
GetCalling
Gets fired before the operation get gets called
event EventHandler<OperationCallEventArgs> GetCalling
Event Type
InvokeCalled
Gets fired after the operation invoke got called
event EventHandler<OperationCallEventArgs> InvokeCalled
Event Type
InvokeCalling
Gets fired before the operation invoke gets called
event EventHandler<OperationCallEventArgs> InvokeCalling
Event Type
IsSetCalled
Gets fired after the operation isSet got called
event EventHandler<OperationCallEventArgs> IsSetCalled
Event Type
IsSetCalling
Gets fired before the operation isSet gets called
event EventHandler<OperationCallEventArgs> IsSetCalling
Event Type
SetCalled
Gets fired after the operation set got called
event EventHandler<OperationCallEventArgs> SetCalled
Event Type
SetCalling
Gets fired before the operation set gets called
event EventHandler<OperationCallEventArgs> SetCalling
Event Type
UnsetCalled
Gets fired after the operation unset got called
event EventHandler<OperationCallEventArgs> UnsetCalled
Event Type
UnsetCalling
Gets fired before the operation unset gets called
event EventHandler<OperationCallEventArgs> UnsetCalling