Table of Contents

Class ParameterOperandValue

Namespace
DevExpress.Xpo.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public class ParameterOperandValue : OperandValue
Inheritance
ParameterOperandValue

Constructors

ParameterOperandValue()

public ParameterOperandValue()

ParameterOperandValue(object)

public ParameterOperandValue(object value)

Parameters

value object

ParameterOperandValue(object, Func<object, object>)

public ParameterOperandValue(object value, Func<object, object> getter)

Parameters

value object
getter Func<object, object>

Properties

BaseValue

public object BaseValue { get; }

Property Value

object

Getter

public Func<object, object> Getter { get; }

Property Value

Func<object, object>

Value

public override object Value { get; }

Property Value

object