ChartScriptingContext - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Scripting
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [InjectionConstructorAttribute]
public ChartScriptingContext(
ParameterExpression contextParameter
)
<InjectionConstructorAttribute>
Public Sub New (
contextParameter As ParameterExpression
)
public:
[InjectionConstructorAttribute]
ChartScriptingContext(
ParameterExpression^ contextParameter
)
[<InjectionConstructorAttribute>]
new :
contextParameter : ParameterExpression -> ChartScriptingContext
Параметры
- contextParameter
- Тип: System.Linq.ExpressionsParameterExpression
The context Parameter.
Возвращаемое значение
Тип:
Выражение выводящее результаты преобразования или null
См. также