C# Class Isop.WpfControls.ViewModels.ParamExtension

Afficher le fichier Open project: Lundalogik/isop

Méthodes publiques

Méthode Description
DeRegisterPropertyChanged ( this that, PropertyChangedEventHandler handler ) : void
GetParsedArguments ( this parms ) : ParsedArguments
RegisterPropertyChanged ( this that, PropertyChangedEventHandler handler ) : void
SetParamValueOnMatching ( this that, Param updatedParam ) : void

Method Details

DeRegisterPropertyChanged() public static méthode

public static DeRegisterPropertyChanged ( this that, PropertyChangedEventHandler handler ) : void
that this
handler PropertyChangedEventHandler
Résultat void

GetParsedArguments() public static méthode

public static GetParsedArguments ( this parms ) : ParsedArguments
parms this
Résultat Isop.Parse.ParsedArguments

RegisterPropertyChanged() public static méthode

public static RegisterPropertyChanged ( this that, PropertyChangedEventHandler handler ) : void
that this
handler PropertyChangedEventHandler
Résultat void

SetParamValueOnMatching() public static méthode

public static SetParamValueOnMatching ( this that, Param updatedParam ) : void
that this
updatedParam Param
Résultat void