Table of Contents

Class OptimisticLockFieldInDataLayer

Namespace
DevExpress.Xpo.Metadata.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public sealed class OptimisticLockFieldInDataLayer : ServiceField
Inheritance
OptimisticLockFieldInDataLayer
Inherited Members

Constructors

OptimisticLockFieldInDataLayer(XPClassInfo, string)

public OptimisticLockFieldInDataLayer(XPClassInfo owner, string name)

Parameters

owner XPClassInfo
name string

Properties

CanPersist

protected override bool CanPersist { get; }

Property Value

bool

MemberType

public override Type MemberType { get; }

Property Value

Type

Name

public override string Name { get; }

Property Value

string

Methods

GetModified(object)

public override bool GetModified(object theObject)

Parameters

theObject object

Returns

bool

GetOldValue(object)

public override object GetOldValue(object theObject)

Parameters

theObject object

Returns

object

GetValue(object)

public override object GetValue(object theObject)

Parameters

theObject object

Returns

object

ResetModified(object)

public override void ResetModified(object theObject)

Parameters

theObject object

SetModified(object, object)

public override void SetModified(object theObject, object oldValue)

Parameters

theObject object
oldValue object

SetValue(object, object)

public override void SetValue(object theObject, object theValue)

Parameters

theObject object
theValue object