C# Class Language.Expression

Inheritance: Value, System.ComponentModel.INotifyPropertyChanged
Mostrar archivo Open project: jtalbot/Labeling Class Usage Examples

Public Properties

Property Type Description
Changed ChangedHandler
LastPropertyChange string
ViewChanged ViewChangedHandler

Protected Properties

Property Type Description
highlighted bool
moveable bool

Public Methods

Method Description
Eval ( ) : IEnumerable
Eval ( IEnumerable args ) : IEnumerable
NotifyChanged ( ) : void
NotifyViewChanged ( ) : void

Method Details

Eval() public method

public Eval ( ) : IEnumerable
return IEnumerable

Eval() public abstract method

public abstract Eval ( IEnumerable args ) : IEnumerable
args IEnumerable
return IEnumerable

NotifyChanged() public method

public NotifyChanged ( ) : void
return void

NotifyViewChanged() public method

public NotifyViewChanged ( ) : void
return void

Property Details

Changed public_oe property

public ChangedHandler Changed
return ChangedHandler

LastPropertyChange public_oe property

public string LastPropertyChange
return string

ViewChanged public_oe property

public ViewChangedHandler ViewChanged
return ViewChangedHandler

highlighted protected_oe property

protected bool highlighted
return bool

moveable protected_oe property

protected bool moveable
return bool