Interface IInheritanceRule
The public interface for InheritanceRule
[DefaultImplementationType(typeof(InheritanceRule))]
[XmlDefaultImplementationType(typeof(InheritanceRule))]
[ModelRepresentationClass("https://github.com/NMFCode/NMF/AnyText#//InheritanceRule")]
public interface IInheritanceRule : IClassRule, IRule, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Subtypes
The Subtypes property
[XmlAttribute(true)]
IOrderedSetExpression<IClassRule> Subtypes { get; }