Interface IFormattedExpression
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
FormattingInstructions
The FormattingInstructions property
[XmlAttribute(true)]
IListExpression<FormattingInstruction> FormattingInstructions { get; }