Table of Contents

Interface IInheritanceRule

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

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

Property Value

IOrderedSetExpression<IClassRule>