Table of Contents

Interface IEnumRule

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

The public interface for EnumRule

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

Properties

Literals

The Literals property

[Browsable(false)]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<ILiteralRule> Literals { get; }

Property Value

IOrderedSetExpression<ILiteralRule>