C# 클래스 YAMP.SetFunction

상속: SystemFunction
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
AlterProperty ( Object parent, String name, Value value ) : void

Changes a given property to a certain value using the available value converter.

AlterSeriesProperty ( Object parent, Int32 series, String property, Value value ) : void

Changes a given property to a certain value using the available value converter.

SetFunction ( ParseContext context ) : System

비공개 메소드들

메소드 설명
Function ( MatrixValue series, StringValue property, Value newValue ) : void
Function ( PlotValue plot, MatrixValue series, StringValue property, Value newValue ) : void
Function ( PlotValue plot, ScalarValue series, StringValue property, Value newValue ) : void
Function ( PlotValue plot, StringValue property, Value newValue ) : void
Function ( ScalarValue series, StringValue property, Value newValue ) : void
Function ( StringValue property, Value newValue ) : void

메소드 상세

AlterProperty() 공개 정적인 메소드

Changes a given property to a certain value using the available value converter.
public static AlterProperty ( Object parent, String name, Value value ) : void
parent Object The object that should contain the property.
name String The name of the property (property needs to have a converter specified).
value Value The new value of the property.
리턴 void

AlterSeriesProperty() 공개 정적인 메소드

Changes a given property to a certain value using the available value converter.
public static AlterSeriesProperty ( Object parent, Int32 series, String property, Value value ) : void
parent Object The object that should contain the property.
series System.Int32 The series (0..(n-1)) that should be changed.
property String The name of the property (property needs to have a converter specified).
value Value The new value of the property.
리턴 void

SetFunction() 공개 메소드

public SetFunction ( ParseContext context ) : System
context ParseContext
리턴 System