C# Class Language.Expression

Inheritance: Value, System.ComponentModel.INotifyPropertyChanged
Afficher le fichier Open project: jtalbot/Labeling Class Usage Examples

Méthodes publiques

Свойство Type Description
Changed ChangedHandler
LastPropertyChange string
ViewChanged ViewChangedHandler

Protected Properties

Свойство Type Description
highlighted bool
moveable bool

Méthodes publiques

Méthode Description
Eval ( ) : IEnumerable
Eval ( IEnumerable args ) : IEnumerable
NotifyChanged ( ) : void
NotifyViewChanged ( ) : void

Method Details

Eval() public méthode

public Eval ( ) : IEnumerable
Résultat IEnumerable

Eval() public abstract méthode

public abstract Eval ( IEnumerable args ) : IEnumerable
args IEnumerable
Résultat IEnumerable

NotifyChanged() public méthode

public NotifyChanged ( ) : void
Résultat void

NotifyViewChanged() public méthode

public NotifyViewChanged ( ) : void
Résultat void

Property Details

Changed public_oe property

public ChangedHandler Changed
Résultat ChangedHandler

LastPropertyChange public_oe property

public string LastPropertyChange
Résultat string

ViewChanged public_oe property

public ViewChangedHandler ViewChanged
Résultat ViewChangedHandler

highlighted protected_oe property

protected bool highlighted
Résultat bool

moveable protected_oe property

protected bool moveable
Résultat bool