Interface IEnumRule
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; }