Table of Contents

Interface IFeatureExpression

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

The public interface for FeatureExpression

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

Properties

Assigned

The Assigned property

[Browsable(false)]
[XmlAttribute(false)]
[Containment]
IParserExpression Assigned { get; set; }

Property Value

IParserExpression

Feature

The Feature property

[XmlAttribute(true)]
string Feature { get; set; }

Property Value

string