Table of Contents

Interface IReferenceExpression

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

The public interface for ReferenceExpression

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

Properties

Format

The Format property

[XmlAttribute(true)]
IDataRule Format { get; set; }

Property Value

IDataRule

ReferencedRule

The ReferencedRule property

[XmlAttribute(true)]
IClassRule ReferencedRule { get; set; }

Property Value

IClassRule