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
Name
public override string Name { get; }
Property Value
Methods
GetModified(object)
public override bool GetModified(object theObject)
Parameters
theObject
object
Returns
GetOldValue(object)
public override object GetOldValue(object theObject)
Parameters
theObject
object
Returns
GetValue(object)
public override object GetValue(object theObject)
Parameters
theObject
object
Returns
ResetModified(object)
public override void ResetModified(object theObject)
Parameters
theObject
object
SetModified(object, object)
public override void SetModified(object theObject, object oldValue)
Parameters
SetValue(object, object)
public override void SetValue(object theObject, object theValue)