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