C# Class Observable, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
ImplementINotify ( Type objectType ) : Type
Invoke ( IMessage msg ) : IMessage

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void
OnPropertyChanging ( string propertyName ) : void

Private Methods

Méthode Description
HandleMethodCall ( IMethodCallMessage methodCall ) : IMessage
Observable ( target ) : System

Method Details

ImplementINotify() public static méthode

public static ImplementINotify ( Type objectType ) : Type
objectType Type
Résultat Type

Invoke() public méthode

public Invoke ( IMessage msg ) : IMessage
msg IMessage
Résultat IMessage

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

OnPropertyChanging() protected méthode

protected OnPropertyChanging ( string propertyName ) : void
propertyName string
Résultat void