Table of Contents

Class XPStubOperandValue

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

Constructors

XPStubOperandValue()

public XPStubOperandValue()

XPStubOperandValue(XPObjectStub, bool)

public XPStubOperandValue(XPObjectStub value, bool isConstant)

Parameters

value XPObjectStub
isConstant bool

Properties

IsConstant

public bool IsConstant { get; set; }

Property Value

bool

ObjectValue

public XPObjectStub ObjectValue { get; set; }

Property Value

XPObjectStub

Value

public override object Value { get; set; }

Property Value

object

Methods

GetXmlValue()

protected override object GetXmlValue()

Returns

object