Table of Contents

Interface IFieldAccessor

Namespace
DevExpress.Xpo.Metadata
Assembly
DevExpress.Xpo.v24.1.dll
public interface IFieldAccessor

Methods

GetValue(object)

object GetValue(object theObject)

Parameters

theObject object

Returns

object

SetValue(object, object)

void SetValue(object theObject, object value)

Parameters

theObject object
value object