[NUI] Fix mismatch issue of the enum CreateDPObject
authorXianbing Teng <xb.teng@samsung.com>
Wed, 23 Feb 2022 11:03:19 +0000 (19:03 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 24 Feb 2022 04:13:11 +0000 (13:13 +0900)
pkg/Tizen.NET.API9/xamlbuild/Tizen.NUI.XamlBuild.dll
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/Utility/EXamlOperationType.cs
src/Tizen.NUI/src/internal/EXaml/Utility/EXamlOperationType.cs

index 72e47b7..510e917 100644 (file)
Binary files a/pkg/Tizen.NET.API9/xamlbuild/Tizen.NUI.XamlBuild.dll and b/pkg/Tizen.NET.API9/xamlbuild/Tizen.NUI.XamlBuild.dll differ
index 20b21b6..4e5c598 100755 (executable)
@@ -30,7 +30,6 @@ namespace Tizen.NUI.EXaml
         GatherBindableProperty,
         CreateObject,
         CreateArrayObject,
-        CreateDPObject,
         CreateDataTemplate,
         GetStaticObject,
         GetTypeObject,
@@ -48,6 +47,7 @@ namespace Tizen.NUI.EXaml
         AddToResourceDictionary,
         RegisterXName,
         GetLongString,
+        CreateDPObject,
         MAX
     }
 }
index 0165666..4e5c598 100755 (executable)
@@ -47,6 +47,7 @@ namespace Tizen.NUI.EXaml
         AddToResourceDictionary,
         RegisterXName,
         GetLongString,
+        CreateDPObject,
         MAX
     }
 }