Table of Contents

Class ObjectTypeField

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

Properties

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