C# 클래스 Fractrace.Basic.ParameterDictFilter

Filter full set of parameters.
파일 보기 프로젝트 열기: trafassel/Gestaltlupe

공개 메소드들

메소드 설명
Apply ( ) : void

Current values are saved and filter is applied to current values.

ParameterDictFilter ( ) : System.Collections.Generic
Restore ( ) : void

All saved values are restored.

보호된 메소드들

메소드 설명
Filter ( ) : void

Apply filter to current values.

메소드 상세

Apply() 공개 메소드

Current values are saved and filter is applied to current values.
public Apply ( ) : void
리턴 void

Filter() 보호된 메소드

Apply filter to current values.
protected Filter ( ) : void
리턴 void

ParameterDictFilter() 공개 메소드

public ParameterDictFilter ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Restore() 공개 메소드

All saved values are restored.
public Restore ( ) : void
리턴 void