Table of Contents

Interface IFormattedExpression

Namespace
NMF.AnyText.Metamodel
Assembly
NMF.AnyText.dll

The public interface for FormattedExpression

[DefaultImplementationType(typeof(FormattedExpression))]
[XmlDefaultImplementationType(typeof(FormattedExpression))]
[ModelRepresentationClass("https://github.com/NMFCode/NMF/AnyText#//FormattedExpression")]
public interface IFormattedExpression : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Expression

The Expression property

[Browsable(false)]
[XmlAttribute(false)]
[Containment]
IParserExpression Expression { get; set; }

Property Value

IParserExpression

FormattingInstructions

The FormattingInstructions property

[XmlAttribute(true)]
IListExpression<FormattingInstruction> FormattingInstructions { get; }

Property Value

IListExpression<FormattingInstruction>