Table of Contents

Interface IKeywordExpression

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

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

Property Value

string