Table of Contents

Interface IExpression

Namespace
NMF.Interop.Legacy.Cmof
Assembly
NMF.UMLInterop.dll

The public interface for Expression

[DefaultImplementationType(typeof(Expression))]
[XmlDefaultImplementationType(typeof(Expression))]
[ModelRepresentationClass("http://schema.omg.org/spec/MOF/2.0/cmof.xml#//Expression")]
public interface IExpression : IValueSpecification, IPackageableElement, ITypedElement, INamedElement, IElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Operand

Specifies a sequence of operands.

[Browsable(false)]
[XmlElementName("operand")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IValueSpecification> Operand { get; }

Property Value

IOrderedSetExpression<IValueSpecification>