C# Class Isop.WpfControls.ViewModels.ParamExtension

Mostra file Open project: Lundalogik/isop

Public Methods

Method 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 method

public static DeRegisterPropertyChanged ( this that, PropertyChangedEventHandler handler ) : void
that this
handler PropertyChangedEventHandler
return void

GetParsedArguments() public static method

public static GetParsedArguments ( this parms ) : ParsedArguments
parms this
return Isop.Parse.ParsedArguments

RegisterPropertyChanged() public static method

public static RegisterPropertyChanged ( this that, PropertyChangedEventHandler handler ) : void
that this
handler PropertyChangedEventHandler
return void

SetParamValueOnMatching() public static method

public static SetParamValueOnMatching ( this that, Param updatedParam ) : void
that this
updatedParam Param
return void