Interface IOutput
- Namespace
- Loehnert.Lisrt.Scripting.OutputTool
- Assembly
- Loehnert.Lisrt.Scripting.dll
Represents an interface for an output tool.
public interface IOutput : ITool, ILayoutItem, IScreen, IHaveDisplayName, IActivate, IDeactivate, IGuardClose, IClose, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inherited Members
-
IHaveDisplayName.DisplayNameIActivate.Activate()IActivate.IsActiveIActivate.ActivatedIDeactivate.AttemptingDeactivationIDeactivate.DeactivatedINotifyPropertyChangedEx.Refresh()INotifyPropertyChangedEx.IsNotifying
Properties
Writer
Gets the text writer.
TextWriter Writer { get; }
Property Value
Methods
Append(string)
Appends a text.
void Append(string text)
Parameters
text
stringText to append.
AppendLine(string)
Appends a text as line.
void AppendLine(string text)
Parameters
text
stringText to append.
Clear()
Clears all text.
void Clear()