GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
UObject
AddClass
ClassAddRef
ClassRelease
Close
GetArray
GetAvailableAttributes
GetBsob
GetId
GetLastError
GetLastWriteTime
GetList
GetObjectLink
GetObjectLinkArray
GetValue
HasAttribute
IsAvailableLoaded
IsDirty
Load
LoadFiltered
Remove
SetArray
SetBsob
SetDirty
SetLastError
SetList
SetObjectLink
SetObjectLinkArray
SetValue
Store
Unload
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup
UObject::SetDirty
Sets the dirty flag for an attribute.
Syntax
HRESULT
SetDirty(
[in]
U
INT64
p_ullFullAttributeId
);
Parameter
p_ullFullAttributeId
[in]
Type:
UINT64
Identifier of the attribute.
Return value
S_OK or an error from the
Error Codes
.
Remarks
You can use this function if you want to include an attribute in a transaction even if it didn’t change its value.
© 2022 Mobiland AG