GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
AddRef
Compare
GetClassInfo
GetDomain
GetId
GetLastError
GetLock
GetNextSame
GetObject
IsDirty
IsOfType
LoadData
NeedsUpdate
Release
StoreData
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup

WObject

This document describes the WObject class of DataFS Access.

Methods

FunctionDescription
AddRefIncrements the reference count for the object.
CompareCompares the ID of two WObjects.
GetClassInfoRetrieves the object classes.
GetDomainReturns the owning WDomain of the object.
GetIdReturns the ID of the object.
GetLastErrorReturns the last error that occurred when reading or writing the object.
GetLockReturns the lock of the WObject.
GetNextSameReturns the next WObject that encapsulates the same UObject.
GetObjectReturns the UObject encapsulated by the WObject.
IsDirtyDetermines if the object has modified or new attributes.
IsOfTypeChecks if the object contains the requested classes.
LoadDataLoad data of the object.
NeedsUpdateDetermines if the object has unloaded or outdated attributes.
ReleaseDecrements the reference count for the object.
StoreDataStore data of the object.
© 2022 Mobiland AG