Table of Contents

Interface IEscapeRule

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

The public interface for EscapeRule

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

Properties

Character

The Character property

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

Property Value

string

Escape

The Escape property

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

Property Value

string