Interface IDataRule
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
Regex
The Regex property
[XmlAttribute(true)]
string Regex { get; set; }
Property Value
SurroundCharacter
The SurroundCharacter property
[XmlAttribute(true)]
string SurroundCharacter { get; set; }