C# Класс Isop.WpfControls.ViewModels.ParamExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
DeRegisterPropertyChanged ( this that, PropertyChangedEventHandler handler ) : void
GetParsedArguments ( this parms ) : ParsedArguments
RegisterPropertyChanged ( this that, PropertyChangedEventHandler handler ) : void
SetParamValueOnMatching ( this that, Param updatedParam ) : void

Описание методов

DeRegisterPropertyChanged() публичный статический Метод

public static DeRegisterPropertyChanged ( this that, PropertyChangedEventHandler handler ) : void
that this
handler PropertyChangedEventHandler
Результат void

GetParsedArguments() публичный статический Метод

public static GetParsedArguments ( this parms ) : ParsedArguments
parms this
Результат Isop.Parse.ParsedArguments

RegisterPropertyChanged() публичный статический Метод

public static RegisterPropertyChanged ( this that, PropertyChangedEventHandler handler ) : void
that this
handler PropertyChangedEventHandler
Результат void

SetParamValueOnMatching() публичный статический Метод

public static SetParamValueOnMatching ( this that, Param updatedParam ) : void
that this
updatedParam Param
Результат void