Back to Devexpress

ISchedulerStorageBase.GetObjectValue(IPersistentObject, String) Method

corelibraries-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-dot-getobjectvalue-x28-devexpress-dot-xtrascheduler-dot-ipersistentobject-system-dot-string-x29.md

latest2.3 KB
Original Source

ISchedulerStorageBase.GetObjectValue(IPersistentObject, String) Method

Gets the value of the specified field in the data row that supplies data for the persistent object.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
object GetObjectValue(
    IPersistentObject obj,
    string columnName
)
vb
Function GetObjectValue(
    obj As IPersistentObject,
    columnName As String
) As Object

Parameters

NameTypeDescription
objIPersistentObject

An object exposing the IPersistentObject interface (persistent object, such as an appointment or resource).

| | columnName | String |

A String which specifies the name of the data field.

|

Returns

TypeDescription
Object

A Object which is the value of the data field.

|

Remarks

If a persistent object storage is bound to a data source, the information about persistent objects (appointments or resources) is obtained from the data source’s data rows. In this case, the GetObjectValue method can be used to obtain a specific field’s value from the data row that corresponds to the specified persistent object.

See Also

ISchedulerStorageBase Interface

ISchedulerStorageBase Members

DevExpress.XtraScheduler Namespace