[EflSharp] Update Circle and efl cs files (#945)
[platform/core/csapi/tizenfx.git] / internals / src / EflSharp / EflSharp / efl / efl_canvas_animation_group_sequential.eo.cs
index 47b9913..9290078 100644 (file)
@@ -11,6 +11,7 @@ namespace Canvas {
 
 /// <summary>Efl group sequential animation class</summary>
 [Efl.Canvas.AnimationGroupSequential.NativeMethods]
+[Efl.Eo.BindingEntity]
 public class AnimationGroupSequential : Efl.Canvas.AnimationGroup
 {
     ///<summary>Pointer to the native class description.</summary>
@@ -34,24 +35,29 @@ public class AnimationGroupSequential : Efl.Canvas.AnimationGroup
     /// <summary>Initializes a new instance of the <see cref="AnimationGroupSequential"/> class.</summary>
     /// <param name="parent">Parent instance.</param>
     public AnimationGroupSequential(Efl.Object parent= null
-            ) : base(efl_canvas_animation_group_sequential_class_get(), typeof(AnimationGroupSequential), parent)
+            ) : base(efl_canvas_animation_group_sequential_class_get(), parent)
     {
         FinishInstantiation();
     }
 
+    /// <summary>Constructor to be used when objects are expected to be constructed from native code.</summary>
+    /// <param name="ch">Tag struct storing the native handle of the object being constructed.</param>
+    protected AnimationGroupSequential(ConstructingHandle ch) : base(ch)
+    {
+    }
+
     /// <summary>Initializes a new instance of the <see cref="AnimationGroupSequential"/> class.
     /// Internal usage: Constructs an instance from a native pointer. This is used when interacting with C code and should not be used directly.</summary>
-    /// <param name="raw">The native pointer to be wrapped.</param>
-    protected AnimationGroupSequential(System.IntPtr raw) : base(raw)
+    /// <param name="wh">The native pointer to be wrapped.</param>
+    protected AnimationGroupSequential(Efl.Eo.Globals.WrappingHandle wh) : base(wh)
     {
     }
 
     /// <summary>Initializes a new instance of the <see cref="AnimationGroupSequential"/> class.
     /// Internal usage: Constructor to forward the wrapper initialization to the root class that interfaces with native code. Should not be used directly.</summary>
     /// <param name="baseKlass">The pointer to the base native Eo class.</param>
-    /// <param name="managedType">The managed type of the public constructor that originated this call.</param>
     /// <param name="parent">The Efl.Object parent of this instance.</param>
-    protected AnimationGroupSequential(IntPtr baseKlass, System.Type managedType, Efl.Object parent) : base(baseKlass, managedType, parent)
+    protected AnimationGroupSequential(IntPtr baseKlass, Efl.Object parent) : base(baseKlass, parent)
     {
     }