Interface IRuleExpression
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; }