Table of Contents

Interface IParanthesisRule

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

The public interface for ParanthesisRule

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

Properties

ClosingParanthesis

The ClosingParanthesis property

[Browsable(false)]
[XmlAttribute(false)]
[Containment]
IKeywordExpression ClosingParanthesis { get; set; }

Property Value

IKeywordExpression

FormattingInstructionsAfterClosing

The FormattingInstructionsAfterClosing property

[XmlAttribute(true)]
IListExpression<FormattingInstruction> FormattingInstructionsAfterClosing { get; }

Property Value

IListExpression<FormattingInstruction>

FormattingInstructionsAfterOpening

The FormattingInstructionsAfterOpening property

[XmlAttribute(true)]
IListExpression<FormattingInstruction> FormattingInstructionsAfterOpening { get; }

Property Value

IListExpression<FormattingInstruction>

FormattingInstructionsInner

The FormattingInstructionsInner property

[XmlAttribute(true)]
IListExpression<FormattingInstruction> FormattingInstructionsInner { get; }

Property Value

IListExpression<FormattingInstruction>

InnerRule

The InnerRule property

[XmlAttribute(true)]
IClassRule InnerRule { get; set; }

Property Value

IClassRule

OpeningParanthesis

The OpeningParanthesis property

[Browsable(false)]
[XmlAttribute(false)]
[Containment]
IKeywordExpression OpeningParanthesis { get; set; }

Property Value

IKeywordExpression