Interface IKeywordExpression
The public interface for KeywordExpression
[DefaultImplementationType(typeof(KeywordExpression))]
[XmlDefaultImplementationType(typeof(KeywordExpression))]
[ModelRepresentationClass("https://github.com/NMFCode/NMF/AnyText#//KeywordExpression")]
public interface IKeywordExpression : IParserExpression, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Keyword
The Keyword property
[XmlAttribute(true)]
string Keyword { get; set; }