Table of Contents

Interface IRuleExpression

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

The public interface for RuleExpression

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

Properties

Rule

The Rule property

[XmlAttribute(true)]
IRule Rule { get; set; }

Property Value

IRule