Table of Contents

Interface ILiteralRule

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

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

IFormattedExpression

Literal

The Literal property

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

Property Value

string

Value

The Value property

[XmlAttribute(true)]
int? Value { get; set; }

Property Value

int?