Table of Contents

Interface IRule

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

The public interface for Rule

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

Properties

Name

The Name property

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

Property Value

string

Prefix

The Prefix property

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

Property Value

string

TypeName

The TypeName property

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

Property Value

string