Interface IFeatureExpression
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
Feature
The Feature property
[XmlAttribute(true)]
string Feature { get; set; }