Table of Contents

Class BreakPoint

Namespace
Loehnert.Lisrt.Scripting.Project
Assembly
Loehnert.Lisrt.Scripting.dll

A break point.

public class BreakPoint : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
BreakPoint
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Constructors

BreakPoint(int)

Initializes a new instance of the BreakPoint class.

public BreakPoint(int line)

Parameters

line int

The number of the line, at least one.

Exceptions

ArgumentException

Thrown when line is less than 1.

Fields

BreakPointXMLAttributeName

Gets the xml attribute name for a break point.

public const string BreakPointXMLAttributeName = "BreakPoint"

Field Value

string

LineXMLAttributeName

Gets the xml attribute name for a break point line.

public const string LineXMLAttributeName = "Line"

Field Value

string

Properties

Line

Gets the line.

public int Line { get; }

Property Value

int

Methods

ToXElement()

Creates a new node as XElement from a break point.

public XElement ToXElement()

Returns

XElement

A node as XElement.