OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ContentChangedHandling.h
Go to the documentation of this file.
1#pragma once
2
3namespace ot
4{
7 enum class ContentChangedHandling : int32_t
8 {
10 OwnerHandles = 1,
12 };
13}
Definition Connector.h:8
ContentChangedHandling
Defines how the model service shall deal with a content changed notification from the ui....
Definition ContentChangedHandling.h:8