Interface IOperation
The public interface for Operation
Inherited Members
Namespace: NMF.Models.Meta
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(Operation))]
[XmlDefaultImplementationType(typeof(Operation))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//Operation")]
public interface IOperation : ITypedElement, IMetaElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceDeclaringType
The DeclaringType property
Declaration
[Browsable(false)]
[XmlAttribute(true)]
[XmlOpposite("Operations")]
IStructuredType DeclaringType { get; set; }
Property Value
Type | Description |
---|---|
IStructuredType |
Parameters
The Parameters property
Declaration
[Browsable(false)]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("Operation")]
ICollectionExpression<IParameter> Parameters { get; }
Property Value
Type | Description |
---|---|
ICollectionExpression<IParameter> |
Refines
The Refines property
Declaration
[XmlAttribute(true)]
IOperation Refines { get; set; }
Property Value
Type | Description |
---|---|
IOperation |
Events
| Edit this page View SourceDeclaringTypeChanged
Gets fired when the DeclaringType property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> DeclaringTypeChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
DeclaringTypeChanging
Gets fired before the DeclaringType property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> DeclaringTypeChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
RefinesChanged
Gets fired when the Refines property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> RefinesChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
RefinesChanging
Gets fired before the Refines property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> RefinesChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |