C# Класс YAMP.SetFunction

Наследование: SystemFunction
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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