Table of Contents

Interface IModelRule

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

The public interface for ModelRule

[DefaultImplementationType(typeof(ModelRule))]
[XmlDefaultImplementationType(typeof(ModelRule))]
[ModelRepresentationClass("https://github.com/NMFCode/NMF/AnyText#//ModelRule")]
public interface IModelRule : IClassRule, IRule, 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>