Interface ILiteralRule
The public interface for LiteralRule
[DefaultImplementationType(typeof(LiteralRule))]
[XmlDefaultImplementationType(typeof(LiteralRule))]
[ModelRepresentationClass("https://github.com/NMFCode/NMF/AnyText#//LiteralRule")]
public interface ILiteralRule : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Keyword
The Keyword property
[Browsable(false)]
[XmlAttribute(false)]
[Containment]
IFormattedExpression Keyword { get; set; }
Property Value
Literal
The Literal property
[XmlAttribute(true)]
string Literal { get; set; }
Property Value
Value
The Value property
[XmlAttribute(true)]
int? Value { get; set; }
Property Value
- int?