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