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
element
IObject
Returns
Get(IProperty)
IObject Get(IProperty property)
Parameters
property
IProperty
Returns
Invoke(IOperation, IEnumerable<IArgument>)
IObject Invoke(IOperation op, IEnumerable<IArgument> arguments)
Parameters
op
IOperationarguments
IEnumerable<IArgument>
Returns
IsSet(IProperty)
bool IsSet(IProperty property)
Parameters
property
IProperty
Returns
Set(IProperty, IObject)
void Set(IProperty property, IObject value)
Parameters
Unset(IProperty)
void Unset(IProperty property)
Parameters
property
IProperty