Table of Contents

Interface IDataRule

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

The public interface for DataRule

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

Properties

EscapeRules

The EscapeRules property

[Browsable(false)]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IEscapeRule> EscapeRules { get; }

Property Value

IOrderedSetExpression<IEscapeRule>

Regex

The Regex property

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

Property Value

string

SurroundCharacter

The SurroundCharacter property

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

Property Value

string