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