Back to Devexpress

SchedulerStorageBase.GetObjectValue(IPersistentObject, String) Method

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

latest2.5 KB
Original Source

SchedulerStorageBase.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.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public object GetObjectValue(
    IPersistentObject obj,
    string columnName
)
vb
Public 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.

Implements

GetObjectValue(IPersistentObject, String)

See Also

SchedulerStorageBase Class

SchedulerStorageBase Members

DevExpress.XtraScheduler Namespace