Interface IParanthesisRule
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
FormattingInstructionsAfterClosing
The FormattingInstructionsAfterClosing property
[XmlAttribute(true)]
IListExpression<FormattingInstruction> FormattingInstructionsAfterClosing { get; }
Property Value
FormattingInstructionsAfterOpening
The FormattingInstructionsAfterOpening property
[XmlAttribute(true)]
IListExpression<FormattingInstruction> FormattingInstructionsAfterOpening { get; }
Property Value
FormattingInstructionsInner
The FormattingInstructionsInner property
[XmlAttribute(true)]
IListExpression<FormattingInstruction> FormattingInstructionsInner { get; }
Property Value
InnerRule
The InnerRule property
[XmlAttribute(true)]
IClassRule InnerRule { get; set; }
Property Value
OpeningParanthesis
The OpeningParanthesis property
[Browsable(false)]
[XmlAttribute(false)]
[Containment]
IKeywordExpression OpeningParanthesis { get; set; }