C# 클래스 Isop.WpfControls.ViewModels.ParamExtension

파일 보기 프로젝트 열기: Lundalogik/isop

공개 메소드들

메소드 설명
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