C# Class StoryTeller.Model.Breakpoint

Show file Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
id string
position object

Public Methods

Method Description
Breakpoint ( ) : System.Reflection
Breakpoint ( string id, object position ) : System.Reflection
Equals ( object obj ) : bool
GetHashCode ( ) : int
Matches ( ILineExecution execution ) : bool
Matches ( string id, object position ) : bool
ToString ( ) : string

Protected Methods

Method Description
Equals ( Breakpoint other ) : bool

Method Details

Breakpoint() public method

public Breakpoint ( ) : System.Reflection
return System.Reflection

Breakpoint() public method

public Breakpoint ( string id, object position ) : System.Reflection
id string
position object
return System.Reflection

Equals() protected method

protected Equals ( Breakpoint other ) : bool
other Breakpoint
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Matches() public method

public Matches ( ILineExecution execution ) : bool
execution ILineExecution
return bool

Matches() public method

public Matches ( string id, object position ) : bool
id string
position object
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

id public property

public string id
return string

position public property

public object position
return object