Table of Contents

Interface IExpression

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

The public interface for Expression

[DefaultImplementationType(typeof(Expression))]
[XmlDefaultImplementationType(typeof(Expression))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//Expression")]
public interface IExpression : IValueSpecification, IPackageableElement, ITypedElement, INamedElement, IElement, IObject, 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>

Symbol

The symbol associated with the node in the expression tree.

[XmlElementName("symbol")]
[XmlAttribute(true)]
string Symbol { get; set; }

Property Value

string