Interface IOperation
The public interface for Operation
[DefaultImplementationType(typeof(Operation))]
[XmlDefaultImplementationType(typeof(Operation))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//Operation")]
public interface IOperation : ITypedElement, IMetaElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
- Extension Methods
Properties
DeclaringType
The DeclaringType property
[Browsable(false)]
[XmlAttribute(true)]
[XmlOpposite("Operations")]
IStructuredType DeclaringType { get; set; }
Property Value
Parameters
The Parameters property
[Browsable(false)]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("Operation")]
IListExpression<IParameter> Parameters { get; }
Property Value
Refines
The Refines property
[XmlAttribute(true)]
IOperation Refines { get; set; }
Property Value
Events
DeclaringTypeChanged
Gets fired when the DeclaringType property changed its value
event EventHandler<ValueChangedEventArgs> DeclaringTypeChanged
Event Type
DeclaringTypeChanging
Gets fired before the DeclaringType property changes its value
event EventHandler<ValueChangedEventArgs> DeclaringTypeChanging
Event Type
RefinesChanged
Gets fired when the Refines property changed its value
event EventHandler<ValueChangedEventArgs> RefinesChanged
Event Type
RefinesChanging
Gets fired before the Refines property changes its value
event EventHandler<ValueChangedEventArgs> RefinesChanging