[NUI] Add comments (3rd patch)
authordongsug.song <dongsug.song@samsung.com>
Wed, 25 Sep 2024 13:17:54 +0000 (22:17 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 30 Sep 2024 06:21:53 +0000 (15:21 +0900)
134 files changed:
src/Tizen.NUI/src/public/BaseComponents/VisualView.cs
src/Tizen.NUI/src/public/Clipboard/Clipboard.cs
src/Tizen.NUI/src/public/Common/BaseHandle.cs
src/Tizen.NUI/src/public/Common/Color.cs
src/Tizen.NUI/src/public/Common/Container.cs
src/Tizen.NUI/src/public/Common/Degree.cs
src/Tizen.NUI/src/public/Common/Extents.cs
src/Tizen.NUI/src/public/Common/FrameUpdateCallbackInterface.cs
src/Tizen.NUI/src/public/Common/Layer.cs
src/Tizen.NUI/src/public/Common/PropertyArray.cs
src/Tizen.NUI/src/public/Common/PropertyKey.cs
src/Tizen.NUI/src/public/Common/PropertyMap.cs
src/Tizen.NUI/src/public/Common/PropertyValue.cs
src/Tizen.NUI/src/public/Common/Radian.cs
src/Tizen.NUI/src/public/Common/Rectangle.cs
src/Tizen.NUI/src/public/Common/RelativeVector2.cs
src/Tizen.NUI/src/public/Common/RelativeVector3.cs
src/Tizen.NUI/src/public/Common/RelativeVector4.cs
src/Tizen.NUI/src/public/Common/Rotation.cs
src/Tizen.NUI/src/public/Common/TypeInfo.cs
src/Tizen.NUI/src/public/Common/Vector2.cs
src/Tizen.NUI/src/public/Common/Vector3.cs
src/Tizen.NUI/src/public/Common/Vector4.cs
src/Tizen.NUI/src/public/Common/WeakEvent.cs
src/Tizen.NUI/src/public/CustomView/CustomViewRegistry.cs
src/Tizen.NUI/src/public/CustomView/ViewWrapper.cs
src/Tizen.NUI/src/public/DragAndDrop/DragAndDrop.cs
src/Tizen.NUI/src/public/DragAndDrop/DragEvent.cs
src/Tizen.NUI/src/public/Events/Gesture.cs
src/Tizen.NUI/src/public/Events/Hover.cs
src/Tizen.NUI/src/public/Events/PanGesture.cs
src/Tizen.NUI/src/public/Events/TapGesture.cs
src/Tizen.NUI/src/public/Events/Touch.cs
src/Tizen.NUI/src/public/Events/Wheel.cs
src/Tizen.NUI/src/public/Input/FocusManagerArgs.cs
src/Tizen.NUI/src/public/Input/InputMethod.cs
src/Tizen.NUI/src/public/Input/InputMethodContext.cs
src/Tizen.NUI/src/public/Input/Key.cs
src/Tizen.NUI/src/public/Input/KeyValue.cs
src/Tizen.NUI/src/public/Layouting/AbsoluteLayout.cs
src/Tizen.NUI/src/public/Layouting/ILayoutParent.cs
src/Tizen.NUI/src/public/Layouting/LayoutGroup.cs
src/Tizen.NUI/src/public/Layouting/LayoutItem.cs
src/Tizen.NUI/src/public/Layouting/LayoutLength.cs
src/Tizen.NUI/src/public/Layouting/LinearLayout.cs
src/Tizen.NUI/src/public/Layouting/MeasureSpecification.cs
src/Tizen.NUI/src/public/Layouting/MeasuredSize.cs
src/Tizen.NUI/src/public/Layouting/PaddingType.cs
src/Tizen.NUI/src/public/Rendering/FilterModeType.cs
src/Tizen.NUI/src/public/Rendering/Renderer.cs
src/Tizen.NUI/src/public/Rendering/Shader.cs
src/Tizen.NUI/src/public/Rendering/TextureType.cs
src/Tizen.NUI/src/public/Rendering/VertexBuffer.cs
src/Tizen.NUI/src/public/Template/DataTemplate.cs
src/Tizen.NUI/src/public/Theme/Theme.cs
src/Tizen.NUI/src/public/Theme/ThemeChangedEventArgs.cs
src/Tizen.NUI/src/public/Transition/Transition.cs
src/Tizen.NUI/src/public/Transition/TransitionBase.cs
src/Tizen.NUI/src/public/Utility/DirectionBias.cs
src/Tizen.NUI/src/public/Utility/TTSPlayer.cs
src/Tizen.NUI/src/public/Utility/Timer.cs
src/Tizen.NUI/src/public/ViewProperty/ShadowBase.cs
src/Tizen.NUI/src/public/Visuals/AnimatedImageVisual.cs
src/Tizen.NUI/src/public/Visuals/BorderVisual.cs
src/Tizen.NUI/src/public/Visuals/ColorVisual.cs
src/Tizen.NUI/src/public/Visuals/GradientVisual.cs
src/Tizen.NUI/src/public/Visuals/ImageVisual.cs
src/Tizen.NUI/src/public/Visuals/MeshVisual.cs
src/Tizen.NUI/src/public/Visuals/NPatchVisual.cs
src/Tizen.NUI/src/public/Visuals/PrimitiveVisual.cs
src/Tizen.NUI/src/public/Visuals/SVGVisual.cs
src/Tizen.NUI/src/public/Visuals/TextVisual.cs
src/Tizen.NUI/src/public/WebView/WebView.cs
src/Tizen.NUI/src/public/Widget/Widget.cs
src/Tizen.NUI/src/public/Window/WindowEvent.cs
src/Tizen.NUI/src/public/Xaml/IMarkupExtension.cs
src/Tizen.NUI/src/public/Xaml/IProvideValueTarget.cs
src/Tizen.NUI/src/public/Xaml/IReferenceProvider.cs
src/Tizen.NUI/src/public/Xaml/IRootObjectProvider.cs
src/Tizen.NUI/src/public/Xaml/IValueProvider.cs
src/Tizen.NUI/src/public/Xaml/IXamlTypeResolver.cs
src/Tizen.NUI/src/public/Xaml/IXmlLineInfoProvider.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/ApplicationResourcePathExtension.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/ArrayExtension.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/BindingExtension.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/DynamicResourceExtension.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/NUIResourcePathExtension.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/NullExtension.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/ReferenceExtension.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/ResourcePathExtension.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/StaticExtension.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/TemplateBindingExtension.cs
src/Tizen.NUI/src/public/Xaml/StaticResourceExtension.cs
src/Tizen.NUI/src/public/Xaml/TypeConversionAttribute.cs
src/Tizen.NUI/src/public/Xaml/XamlFilePathAttribute.cs
src/Tizen.NUI/src/public/Xaml/XamlParseException.cs
src/Tizen.NUI/src/public/Xaml/XamlResourceIdAttribute.cs
src/Tizen.NUI/src/public/Xaml/XamlServiceProvider.cs
src/Tizen.NUI/src/public/Xaml/XmlLineInfo.cs
src/Tizen.NUI/src/public/XamlBinding/BindableObjectExtensions.cs
src/Tizen.NUI/src/public/XamlBinding/BindablePropertyConverter.cs
src/Tizen.NUI/src/public/XamlBinding/Binding.cs
src/Tizen.NUI/src/public/XamlBinding/BindingBase.cs
src/Tizen.NUI/src/public/XamlBinding/BindingTypeConverter.cs
src/Tizen.NUI/src/public/XamlBinding/CollectionSynchronizationCallback.cs
src/Tizen.NUI/src/public/XamlBinding/ColorTypeConverter.cs
src/Tizen.NUI/src/public/XamlBinding/Command.cs
src/Tizen.NUI/src/public/XamlBinding/ElementEventArgs.cs
src/Tizen.NUI/src/public/XamlBinding/FloatGraphicsTypeConverter.cs
src/Tizen.NUI/src/public/XamlBinding/IResourcesProvider.cs
src/Tizen.NUI/src/public/XamlBinding/IValueConverter.cs
src/Tizen.NUI/src/public/XamlBinding/IntGraphicsTypeConverter.cs
src/Tizen.NUI/src/public/XamlBinding/Interactivity/Behavior.cs
src/Tizen.NUI/src/public/XamlBinding/Interactivity/BindingCondition.cs
src/Tizen.NUI/src/public/XamlBinding/Interactivity/Condition.cs
src/Tizen.NUI/src/public/XamlBinding/Interactivity/DataTrigger.cs
src/Tizen.NUI/src/public/XamlBinding/Interactivity/EventTrigger.cs
src/Tizen.NUI/src/public/XamlBinding/Interactivity/MultiTrigger.cs
src/Tizen.NUI/src/public/XamlBinding/Interactivity/XamlPropertyCondition.cs
src/Tizen.NUI/src/public/XamlBinding/Internals/DynamicResource.cs
src/Tizen.NUI/src/public/XamlBinding/Internals/IDynamicResourceHandler.cs
src/Tizen.NUI/src/public/XamlBinding/Internals/INameScope.cs
src/Tizen.NUI/src/public/XamlBinding/Internals/NameScope.cs
src/Tizen.NUI/src/public/XamlBinding/NameScopeExtensions.cs
src/Tizen.NUI/src/public/XamlBinding/PointSizeTypeConverter.cs
src/Tizen.NUI/src/public/XamlBinding/Registrar.cs
src/Tizen.NUI/src/public/XamlBinding/ResourceDictionary.cs
src/Tizen.NUI/src/public/XamlBinding/SizeTypeConverter.cs
src/Tizen.NUI/src/public/XamlBinding/Trigger.cs
src/Tizen.NUI/src/public/XamlBinding/TriggerAction.cs
src/Tizen.NUI/src/public/XamlBinding/TriggerBase.cs
src/Tizen.NUI/src/public/XamlBinding/TypeConverter.cs
src/Tizen.NUI/src/public/XamlBinding/TypedBinding.cs
src/Tizen.NUI/src/public/XamlBinding/XmlnsDefinitionAttribute.cs

index 7657a9a0b5271f81ca02d115ec49120674d3cf3a..41f6813a5f8d6c13a3a306b1f7b103f74d270d13 100755 (executable)
@@ -49,13 +49,14 @@ namespace Tizen.NUI.BaseComponents
 
         /// <summary>
         /// Constructor.
+        /// This constructor initializes the VisualView with default behavior and support for touch events.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public VisualView() : this(CustomViewBehaviour.ViewBehaviourDefault | CustomViewBehaviour.RequiresTouchEventsSupport)
         {
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public VisualView(ViewStyle viewStyle) : this(CustomViewBehaviour.ViewBehaviourDefault | CustomViewBehaviour.RequiresTouchEventsSupport, viewStyle)
         {
@@ -99,6 +100,7 @@ namespace Tizen.NUI.BaseComponents
 
         /// <summary>
         /// Overrides the parent method.
+        /// This method is called by the framework when the instance is created.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public override void OnInitialize()
@@ -187,7 +189,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Removes all visuals of the visual view.
+        /// This method removes all visuals associated with the VisualView instance.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public void RemoveAll()
@@ -410,7 +412,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// temporary fix to pass TCT.
+        /// Applies an animation to the specified visual map properties.
         /// </summary>
         /// <exception cref="ArgumentNullException"> Thrown when visualMap is null. </exception>
         /// <since_tizen> 3 </since_tizen>
index 913c3db4dfe3c09ee9b04f40f90a24c9e963a461..ddb1b7e38d03f61ca9041f3da2222a04cf6128eb 100755 (executable)
@@ -26,7 +26,7 @@ using Tizen.NUI.BaseComponents;
 namespace Tizen.NUI
 {
     /// <summary>
-    /// Clipboard.
+    /// This class provides methods to interact with the system clipboard, allowing users to get and set clipboard content.
     /// </summary>
     [EditorBrowsable(EditorBrowsableState.Never)]
     public partial class Clipboard : BaseHandle
@@ -195,7 +195,13 @@ namespace Tizen.NUI
 
         /// <summary>
         /// Dispose.
+        /// Releases unmanaged and optionally managed resources.
         /// </summary>
+        /// <remarks>
+        /// When overriding this method, you need to distinguish between explicit and implicit conditions. For explicit conditions, release both managed and unmanaged resources. For implicit conditions, only release unmanaged resources.
+        /// </remarks>
+        /// <param name="type">Explicit to release both managed and unmanaged resources. Implicit to release only unmanaged resources.</param>
+        [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void Dispose(DisposeTypes type)
         {
             if (disposed)
index 9ffb8568d1665ddcf030c09f5dad9565054b1c3f..b724019f8bcd66af28ca89529f02bb2a98aae5ee 100755 (executable)
@@ -156,7 +156,8 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Dispose.
+        /// Finalizes the instance of the BaseHandle class.
+        /// This method implements the finalization pattern for proper disposal of resources.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         // following this guide: https://docs.microsoft.com/ko-kr/dotnet/fundamentals/code-analysis/quality-rules/ca1063?view=vs-2019 (CA1063)
@@ -225,6 +226,9 @@ namespace Tizen.NUI
         /// <summary>
         /// Equality operator
         /// </summary>
+        /// <param name="x">The first BaseHandle instance to compare.</param>
+        /// <param name="y">The second BaseHandle instance to compare.</param>
+        /// <returns>true if both instances are equal; otherwise false.</returns>
         /// <since_tizen> 3 </since_tizen>
         public static bool operator ==(BaseHandle x, BaseHandle y)
         {
@@ -254,8 +258,11 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Inequality operator. Returns Null if either operand is Null
+        /// Inequality operator. Returns true if the operands are not equal, false otherwise. Returns true if either operand is null.
         /// </summary>
+        /// <param name="x">The first BaseHandle instance to compare.</param>
+        /// <param name="y">The second BaseHandle instance to compare.</param>
+        /// <returns>True if the operands are not equal, false otherwise. Returns true if either operand is null.</returns>
         /// <since_tizen> 3 </since_tizen>
         public static bool operator !=(BaseHandle x, BaseHandle y)
         {
@@ -263,9 +270,12 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Logical AND operator.<br />
-        /// It's possible when doing a  operator this function (opBitwiseAnd) is never called due to short circuiting.<br />
+        /// Logical AND operator.
+        /// It's possible when doing a logical AND operation, this function (opBitwiseAnd) might never be called due to short circuiting.
         /// </summary>
+        /// <param name="x">The first BaseHandle instance.</param>
+        /// <param name="y">The second BaseHandle instance.</param>
+        /// <returns>Returns the first BaseHandle instance if both instances are equal; otherwise, returns null.</returns>
         /// <since_tizen> 3 </since_tizen>
         public static BaseHandle operator &(BaseHandle x, BaseHandle y)
         {
@@ -277,9 +287,12 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Logical OR operator for ||.<br />
-        /// It's possible when doing a || this function (opBitwiseOr) is never called due to short circuiting.<br />
+        /// Logical OR operator for ||. 
+        /// It's possible when doing a || this function (opBitwiseOr) is never called due to short circuiting.
         /// </summary>
+        /// <param name="x">The first BaseHandle to be compared.</param>
+        /// <param name="y">The second BaseHandle to be compared.</param>
+        /// <returns>A BaseHandle that contains either of the non-null bodies of the two operands.</returns>
         /// <since_tizen> 3 </since_tizen>
         public static BaseHandle operator |(BaseHandle x, BaseHandle y)
         {
@@ -299,8 +312,10 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Logical ! operator
+        /// Logical ! operator for BaseHandle class.
         /// </summary>
+        /// <param name="x">The BaseHandle instance to check.</param>
+        /// <returns>True if the handle is null or has no body; otherwise, false.</returns>
         /// <since_tizen> 3 </since_tizen>
         public static bool operator !(BaseHandle x)
         {
@@ -317,10 +332,10 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Equals
+        /// Compares the current instance with another object of the same type and returns true if they represent the same handle.
         /// </summary>
-        /// <param name="o">The object should be compared.</param>
-        /// <returns>True if equal.</returns>
+        /// <param name="o">The object to compare with the current instance.</param>
+        /// <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
         /// <since_tizen> 5 </since_tizen>
         public override bool Equals(object o)
         {
@@ -361,12 +376,13 @@ namespace Tizen.NUI
         /// <summary>
         /// Hidden API (Inhouse API).
         /// Dispose. 
+        /// Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.
         /// </summary>
         /// <remarks>
         /// Following the guide of https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/implementing-dispose.
         /// This will replace "protected virtual void Dispose(DisposeTypes type)" which is exactly same in functionality.
         /// </remarks>
-        /// <param name="disposing">true in order to free managed objects</param>
+        /// <param name="disposing">If true, disposes any disposable objects. If false, does not dispose disposable objects.</param>
         // Protected implementation of Dispose pattern.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected virtual void Dispose(bool disposing)
@@ -570,7 +586,12 @@ namespace Tizen.NUI
 
         /// <summary>
         /// Dispose.
+        /// Releases unmanaged and optionally managed resources.
         /// </summary>
+        /// <remarks>
+        /// When overriding this method, you need to distinguish between explicit and implicit conditions. For explicit conditions, release both managed and unmanaged resources. For implicit conditions, only release unmanaged resources.
+        /// </remarks>
+        /// <param name="type">Explicit to release both managed and unmanaged resources. Implicit to release only unmanaged resources.</param>
         /// <since_tizen> 3 </since_tizen>
         protected virtual void Dispose(DisposeTypes type)
         {
index 8e09d8ca7c7a39a884b01bf154ca7bb1466998a2..dc843bb7118b5449cebed8b17fbfcf80a8796aa7 100755 (executable)
@@ -24,6 +24,8 @@ namespace Tizen.NUI
 {
     /// <summary>
     /// The Color class.
+    /// This class represents a color using red, green, blue, and alpha components.
+    /// It provides methods to create and manipulate colors.
     /// </summary>
     [Tizen.NUI.Binding.TypeConverter(typeof(ColorTypeConverter))]
     public class Color : Disposable, ICloneable
index fa07385377d45ac15918aa2818d147b93791ecd3..1cd6b835206a9d1de2d4e5d12bba8fe33a44d555 100755 (executable)
@@ -142,7 +142,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// List of children of Container.
+        /// Gets the list of children of Container.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public List<View> Children
index 85e1c37a4084295600442a7ae767a01b16df840c..b91d2558c17f69f76703cd3c0bbf3fea13ed0299 100755 (executable)
@@ -28,7 +28,7 @@ namespace Tizen.NUI
     {
 
         /// <summary>
-        /// The constructor.
+        /// Default constructor of Degree class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public Degree() : this(Interop.Degree.NewDegree(), true)
@@ -61,7 +61,8 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The value of degree.
+        /// Gets or sets the value of the degree.
+        /// This property value is the angle in degrees.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public float Value
index 1c1e9cea4cd5936c2989b5540c9ca043003fe282..8515e04f6c0136a9204609edd21ead33a973dd3d 100755 (executable)
@@ -31,7 +31,7 @@ namespace Tizen.NUI
 
 
         /// <summary>
-        /// Constructor.
+        /// Default constructor of Extents class.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public Extents() : this(Interop.Extents.NewExtents(), true)
@@ -62,10 +62,10 @@ namespace Tizen.NUI
 
         /// <summary>
         /// Constructor.
-        /// <param name="start">Start extent.</param>
-        /// <param name="end">End extent.</param>
-        /// <param name="top">Top extent.</param>
-        /// <param name="bottom">Bottom extent.</param>
+        /// <param name="start">The start extent value horizontally.</param>
+        /// <param name="end">The end extent value horizontally.</param>
+        /// <param name="top">The top extent value vertically.</param>
+        /// <param name="bottom">The bottom extent value vertically.</param>
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public Extents(ushort start, ushort end, ushort top, ushort bottom) : this(Interop.Extents.NewExtents(start, end, top, bottom), true)
@@ -81,10 +81,10 @@ namespace Tizen.NUI
         /// Constructor
         /// </summary>
         /// <param name="cb"></param>
-        /// <param name="start"></param>
-        /// <param name="end"></param>
-        /// <param name="top"></param>
-        /// <param name="bottom"></param>
+        /// <param name="start">The start extent value horizontally.</param>
+        /// <param name="end">The end extent value horizontally.</param>
+        /// <param name="top">The top extent value vertically.</param>
+        /// <param name="bottom">The bottom extent value vertically.</param>
         /// <since_tizen> Only used by Tizen.NUI.Components, will not be opened </since_tizen>
         [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
         public Extents(ExtentsChangedCallback cb, ushort start, ushort end, ushort top, ushort bottom) : this(Interop.Extents.NewExtents(start, end, top, bottom), true)
@@ -115,10 +115,10 @@ namespace Tizen.NUI
         /// <summary>
         /// Constructor
         /// </summary>
-        /// <param name="start"></param>
-        /// <param name="end"></param>
-        /// <param name="top"></param>
-        /// <param name="bottom"></param>
+        /// <param name="start">The start extent value horizontally.</param>
+        /// <param name="end">The end extent value horizontally.</param>
+        /// <param name="top">The top extent value vertically.</param>
+        /// <param name="bottom">The bottom extent value vertically.</param>
         /// <since_tizen> Only used by Tizen.NUI.Components, will not be opened </since_tizen>
                [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
         public delegate void ExtentsChangedCallback(ushort start, ushort end, ushort top, ushort bottom);
index 2a429715376e7395bd81396871a10a36544fcbf6..6f8de7ff9e70e1e223a83013051b9f2386b4924c 100755 (executable)
@@ -21,26 +21,26 @@ using System.ComponentModel;
 namespace Tizen.NUI
 {
 
-    /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class FrameUpdateCallbackInterface : Disposable
     {
         private uint onUpdateCallbackVersion = 0u;
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         internal FrameUpdateCallbackInterface(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public FrameUpdateCallbackInterface() : this(0u)
         {
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public FrameUpdateCallbackInterface(uint updateCallbackVersion) : this(Interop.FrameUpdateCallbackInterface.newFrameUpdateCallbackInterface(), true)
         {
@@ -57,7 +57,7 @@ namespace Tizen.NUI
             NDalicPINVOKE.ThrowExceptionIfExists();
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public uint UpdateCallbackVersion => onUpdateCallbackVersion;
 
@@ -90,13 +90,13 @@ namespace Tizen.NUI
         internal delegate bool DelegateFrameUpdateCallbackInterfaceV1(global::System.IntPtr proxy, float elapsedSeconds);
         private DelegateFrameUpdateCallbackInterfaceV1 Delegate1;
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public virtual void OnUpdate(float elapsedSeconds)
         {
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public virtual bool OnUpdate(FrameUpdateCallbackInterface obj, float elapsedSeconds)
         {
@@ -105,7 +105,7 @@ namespace Tizen.NUI
             return false;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool GetPosition(uint id, Vector3 position)
         {
@@ -118,7 +118,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool SetPosition(uint id, Vector3 position)
         {
@@ -131,7 +131,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool BakePosition(uint id, Vector3 position)
         {
@@ -144,7 +144,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool GetOrientation(uint id, Rotation rotation)
         {
@@ -157,7 +157,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool SetOrientation(uint id, Rotation rotation)
         {
@@ -170,7 +170,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool BakeOrientation(uint id, Rotation rotation)
         {
@@ -183,7 +183,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool GetSize(uint id, Vector3 size)
         {
@@ -196,7 +196,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool SetSize(uint id, Vector3 size)
         {
@@ -209,7 +209,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool BakeSize(uint id, Vector3 size)
         {
@@ -222,7 +222,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool GetScale(uint id, Vector3 scale)
         {
@@ -235,7 +235,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool SetScale(uint id, Vector3 scale)
         {
@@ -248,7 +248,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool BakeScale(uint id, Vector3 scale)
         {
@@ -261,7 +261,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool GetColor(uint id, Vector4 color)
         {
@@ -274,7 +274,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool SetColor(uint id, Vector4 color)
         {
@@ -287,7 +287,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool BakeColor(uint id, Vector4 color)
         {
@@ -300,7 +300,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool GetPositionAndSize(uint id, Vector3 Position, Vector3 Size)
         {
@@ -313,7 +313,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool GetWorldPositionScaleAndSize(uint id, Vector3 Position, Vector3 Scale, Vector3 Size)
         {
@@ -326,7 +326,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected bool GetWorldTransformAndSize(uint id, Vector3 Position, Vector3 Scale, Rotation Orientation, Vector3 Size)
         {
index 51e1374bfc9e7d260925091148bbc59197c17362..00771c934d02aa36ea7d7a51b886b31d05d04041 100755 (executable)
@@ -43,7 +43,7 @@ namespace Tizen.NUI
         private delegate void AggregatedVisibilityChangedEventCallbackType(IntPtr data, bool visibility);
 
         /// <summary>
-        /// Creates a Layer object.
+        /// Default constructor of Layer class to create a Layer object.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public Layer() : this(Interop.Layer.New(), true)
@@ -58,8 +58,13 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Dispose Explicit or Implicit
+        /// Dispose.
+        /// Releases unmanaged and optionally managed resources.
         /// </summary>
+        /// <remarks>
+        /// When overriding this method, you need to distinguish between explicit and implicit conditions. For explicit conditions, release both managed and unmanaged resources. For implicit conditions, only release unmanaged resources.
+        /// </remarks>
+        /// <param name="type">Explicit to release both managed and unmanaged resources. Implicit to release only unmanaged resources.</param>
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void Dispose(DisposeTypes type)
         {
@@ -572,7 +577,7 @@ namespace Tizen.NUI
             LowerBelow(target);
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void SetAnchorPoint(Vector3 anchorPoint)
         {
@@ -581,7 +586,7 @@ namespace Tizen.NUI
                 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void SetSize(float width, float height)
         {
@@ -590,7 +595,7 @@ namespace Tizen.NUI
                 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void SetParentOrigin(Vector3 parentOrigin)
         {
@@ -599,7 +604,7 @@ namespace Tizen.NUI
                 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void SetResizePolicy(ResizePolicyType policy, DimensionType dimension)
         {
index f4d5f35e27b6a2ffbfecb71a5f660dc6e34a1e76..b499d38e97b2e7ae15b2743c40d1b25b7f2e1d68 100755 (executable)
@@ -25,7 +25,7 @@ namespace Tizen.NUI
     public class PropertyArray : Disposable
     {
         /// <summary>
-        /// The constructor.
+        /// Default constructor of PropertyArray class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public PropertyArray() : this(Interop.Property.NewPropertyArray(), true)
@@ -94,6 +94,7 @@ namespace Tizen.NUI
 
         /// <summary>
         /// Clears the array.
+        /// This method removes all elements from the PropertyArray, resulting in an empty array.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public void Clear()
index 0779b75235ebaa3baf13a4eb9f1d765f8af0236f..5e5277cdd5bc60c689bae969e1fd5065e2204c89 100755 (executable)
@@ -51,7 +51,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The type of key.
+        /// Represents the type of key used in property-related operations.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// Can't fix because it's already used by other GBM.
@@ -72,6 +72,7 @@ namespace Tizen.NUI
 
         /// <summary>
         /// The type of the key.
+        /// This property returns the type of the key, which can be PropertyMap, PropertyArray, or PropertyValue.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public PropertyKey.KeyType Type
@@ -90,7 +91,8 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The index key.
+        /// Gets the index key.
+        /// The integer value representing the index key.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public int IndexKey
@@ -109,7 +111,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The string key.
+        /// Returns the string key.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public string StringKey
index b37e30b483dacadf9274d4eb9890c349b367b33e..bd96e0ddd7fff22269ffba6b795ed4a26cc1e274 100755 (executable)
@@ -26,7 +26,7 @@ namespace Tizen.NUI
     public class PropertyMap : Disposable
     {
         /// <summary>
-        /// The constructor.
+        /// Default constructor of PropertyMap class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public PropertyMap() : this(Interop.PropertyMap.NewPropertyMap(), true)
@@ -363,6 +363,7 @@ namespace Tizen.NUI
 
         /// <summary>
         /// Clears the map.
+        /// This method removes all key-value pairs from the PropertyMap.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public void Clear()
index 267f86172dc72f5982da6117339d26c00a0cb38c..6f1199322ad126738214df272fd5ed1c322c252b 100755 (executable)
@@ -68,7 +68,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The default constructor.
+        /// The default constructor of PropertyValue class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public PropertyValue() : this(Interop.PropertyValue.NewPropertyValue(), true)
index a4a14b3979658dc2e149cfad65fbc6cf4c0b12da..e4e38ca6c4c010affa4cdddf1d679fb5588bcb20 100755 (executable)
@@ -20,7 +20,7 @@ using System.ComponentModel;
 namespace Tizen.NUI
 {
     /// <summary>
-    /// An angle in radians.
+    /// This class represents an angle in radians.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class Radian : Disposable
@@ -61,6 +61,7 @@ namespace Tizen.NUI
 
         /// <summary>
         /// The value in radians.
+        /// The float value representing the angle in radians.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public float Value
index 77caf5a2bd425d44309f0bf6b4adfff50c0fbacc..ef7ef81b6213dcf69f08724b26587b4d1d5f15e0 100755 (executable)
@@ -22,13 +22,15 @@ namespace Tizen.NUI
 {
     /// <summary>
     /// The Rectangle class.
+    /// This class is used to define and manipulate rectangular areas in graphics or UI components.
+    /// It manages the position (x, y coordinates) and size (width, height) of the rectangle, and provides various methods to set or inspect the properties of the rectangle.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     [Binding.TypeConverter(typeof(RectangleTypeConverter))]
     public class Rectangle : Disposable, ICloneable
     {
         /// <summary>
-        /// The constructor.
+        /// The default constructor of Rectangle class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public Rectangle() : this(Interop.Rectangle.NewRectangle(), true)
index 84885959c4208e7e9ee67cff634d66bc2b10cc27..f927c550db00f1e7effef694cd7d63a23de5fdde 100755 (executable)
@@ -29,7 +29,7 @@ namespace Tizen.NUI
     public class RelativeVector2 : Disposable
     {
         /// <summary>
-        /// The constructor.
+        /// The Default constructor of RelativeVector2 class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public RelativeVector2() : this(Interop.Vector2.NewVector2(), true)
@@ -213,6 +213,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
+        /// Implicitly converts a RelativeVector2 instance to a Vector2 instance.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static implicit operator Vector2(RelativeVector2 relativeVector2)
@@ -225,6 +226,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
+        /// Implicitly converts a Vector2 object to a RelativeVector2 object.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static implicit operator RelativeVector2(Vector2 vec)
@@ -303,6 +305,8 @@ namespace Tizen.NUI
         }
 
         /// <summary>
+        /// Retrieves a RelativeVector2 object from a given pointer.
+        /// This method creates a new RelativeVector2 instance using the provided pointer.
         /// </summary>
         internal static RelativeVector2 GetRelativeVector2FromPtr(global::System.IntPtr cPtr)
         {
index 3e24d233259fa44817570ecdb4ea3fbcb422bb8c..d2e5e97a5a9baf6dfa8ed2bf5e977fc2da665664 100755 (executable)
@@ -30,7 +30,7 @@ namespace Tizen.NUI
     {
 
         /// <summary>
-        /// The constructor.
+        /// The default constructor of RelativeVector3 class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public RelativeVector3() : this(Interop.Vector3.NewVector3(), true)
@@ -242,6 +242,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
+        /// Implicitly converts a RelativeVector3 instance to a Vector3 instance.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static implicit operator Vector3(RelativeVector3 relativeVector3)
@@ -251,6 +252,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
+        /// Implicitly converts a Vector3 instance to a RelativeVector3 instance.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static implicit operator RelativeVector3(Vector3 vec)
@@ -325,8 +327,6 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// <summary>
-        /// </summary>
         internal static RelativeVector3 GetRelativeVector3FromPtr(global::System.IntPtr cPtr)
         {
             RelativeVector3 ret = new RelativeVector3(cPtr, false);
index 6981ad0404bbf1185b372d6e9ad226b9a849d94f..ad2e2cb87d69ea01450b712c5142bee936221498 100755 (executable)
@@ -30,7 +30,7 @@ namespace Tizen.NUI
     {
 
         /// <summary>
-        /// The constructor.
+        /// The default constructor of RelativeVector4 class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public RelativeVector4() : this(Interop.Vector4.NewVector4(), true)
@@ -290,6 +290,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
+        /// Implicitly converts a RelativeVector4 instance to a Vector4 instance.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static implicit operator Vector4(RelativeVector4 relativeVector4)
@@ -302,6 +303,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
+        /// Implicitly converts a Vector4 instance to a RelativeVector4 instance.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static implicit operator RelativeVector4(Vector4 vec)
@@ -379,8 +381,6 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// <summary>
-        /// </summary>
         internal static RelativeVector4 GetRelativeVector4FromPtr(global::System.IntPtr cPtr)
         {
             RelativeVector4 ret = new RelativeVector4(cPtr, false);
index 3eac9a41ed36af9937f0d00f141b4a4afdbd8b09..559d3b4fe8cac72f689490bf314e5cda714339e7 100755 (executable)
@@ -21,7 +21,7 @@ using Tizen.NUI.Binding;
 namespace Tizen.NUI
 {
     /// <summary>
-    /// The Rotation class.
+    /// The Rotation class represents a rotation of a UI Component.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     [Binding.TypeConverter(typeof(RotationTypeConverter))]
@@ -29,7 +29,7 @@ namespace Tizen.NUI
     {
 
         /// <summary>
-        /// The default constructor.
+        /// The default constructor of Rotation class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public Rotation() : this(Interop.Rotation.NewRotation(), true)
@@ -85,7 +85,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// (0.0f,0.0f,0.0f,1.0f).
+        /// The identity rotation, which represents no rotation. Actual value is (0.0f,0.0f,0.0f,1.0f).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static Rotation IDENTITY
@@ -414,6 +414,7 @@ namespace Tizen.NUI
 
         /// <summary>
         /// Conjugates this rotation.
+        /// This method computes the conjugate of the current rotation.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public void Conjugate()
@@ -424,6 +425,7 @@ namespace Tizen.NUI
 
         /// <summary>
         /// Inverts this rotation.
+        /// This method computes the invert of the current rotation.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public void Invert()
index 23f50200902b0dc9e7be5e9b37a6a3f8d9c24e39..160a53bc553e0921bbca0703da1057e6a557e73a 100755 (executable)
@@ -27,7 +27,7 @@ namespace Tizen.NUI
     {
 
         /// <summary>
-        /// Creates TypeInfo object.
+        /// Default constructor which creates TypeInfo object.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public TypeInfo() : this(Interop.TypeInfo.NewTypeInfo(), true, false)
index 68115d8762fd6a7e812d82a2b9f28066eb3d1555..bb76d1ebd1558a32f86ab3bc2efee868588b682e 100755 (executable)
@@ -107,7 +107,8 @@ namespace Tizen.NUI
         private Vector2ChangedCallback callback = null;
 
         /// <summary>
-        /// (1.0f,1.0f).
+        /// Returns a Vector2 instance where both the x and y components are set to 1.0f.
+        /// Actual value is (1.0f,1.0f).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static Vector2 One
@@ -182,7 +183,8 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// (0.0f, 0.0f).
+        /// A Vector2 object representing the zero vector.
+        /// Actual value is (0.0f, 0.0f).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static Vector2 Zero
index 5271bf1ce0f3623f9ba2fee02c35b2ee6308bbb1..6cf28940be8f184d3dccb78755c65e93278f2264 100755 (executable)
@@ -29,7 +29,7 @@ namespace Tizen.NUI
     public class Vector3 : Disposable, ICloneable
     {
         /// <summary>
-        /// The constructor.
+        /// The default constructor of Vector3 class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public Vector3() : this(Interop.Vector3.NewVector3(), true)
@@ -92,7 +92,8 @@ namespace Tizen.NUI
         private Vector3ChangedCallback callback = null;
 
         /// <summary>
-        /// (1.0f,1.0f,1.0f).
+        /// Returns a Vector2 instance where both the x and y components are set to 1.0f.
+        /// Actual value is (1.0f,1.0f,1.0f).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static Vector3 One
@@ -197,7 +198,8 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// (0.0f, 0.0f, 0.0f).
+        /// A Vector2 object representing the zero vector.
+        /// Actual value is (0.0f, 0.0f, 0.0f).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static Vector3 Zero
index 7893562b6bc16b8175ae78779305da0277cea929..325a46332e3f21a8977e9311830dcc08668113be 100755 (executable)
@@ -94,7 +94,8 @@ namespace Tizen.NUI
         private Vector4ChangedCallback callback = null;
 
         /// <summary>
-        /// (1.0f,1.0f,1.0f,1.0f).
+        /// Returns a Vector2 instance where both the x and y components are set to 1.0f.
+        /// Actual value is (1.0f,1.0f,1.0f,1.0f).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static Vector4 One
@@ -109,7 +110,8 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// (1.0f,0.0f,0.0f,0.0f).
+        /// The vector representing the x-axis.
+        /// Actual value is (1.0f,0.0f,0.0f,0.0f).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static Vector4 XAxis
@@ -124,7 +126,8 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// (0.0f,1.0f,0.0f,0.0f).
+        /// The vector representing the y-axis.
+        /// Actual value is (0.0f,1.0f,0.0f,0.0f).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static Vector4 YAxis
@@ -139,7 +142,8 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// (0.0f,0.0f,1.0f,0.0f).
+        /// The vector representing the z-axis.
+        /// Actual value is (0.0f,0.0f,1.0f,0.0f).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static Vector4 ZAxis
@@ -154,7 +158,8 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// (0.0f, 0.0f, 0.0f, 0.0f).
+        /// A Vector2 object representing the zero vector.
+        /// Actual value is (0.0f, 0.0f, 0.0f, 0.0f).
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static Vector4 Zero
index c57e7e6912457d84d0c5f36768e4c64ac7442824..2ae7ce92af7fb4f649f9ead092e380ec05118d59 100755 (executable)
@@ -40,7 +40,7 @@ namespace Tizen.NUI
         protected int Count => handlers.Count;
 
         /// <summary>
-        /// Add an event handler.
+        /// Adds an event handler to the list of weak references.
         /// </summary>
         /// <since_tizen> 12 </since_tizen>
         public virtual void Add(T handler)
@@ -59,6 +59,7 @@ namespace Tizen.NUI
         /// <summary>
         /// Remove last stored event handler equal to <paramref name="handler"/>.
         /// </summary>
+        /// <param name="handler">The event handler to remove.</param>
         /// <since_tizen> 12 </since_tizen>
         public virtual void Remove(T handler)
         {
@@ -80,6 +81,8 @@ namespace Tizen.NUI
         /// <summary>
         /// Invoke event handlers.
         /// </summary>
+        /// <param name="sender">The source of the event.</param>
+        /// <param name="args">An object that contains event data.</param>
         /// <since_tizen> 12 </since_tizen>
         public void Invoke(object sender, object args)
         {
index 506250057a53e950cec4de24897132f3cd481421..1a40e45cf511a797425d28b134e96a5ae5c0cac9 100755 (executable)
@@ -97,6 +97,11 @@ namespace Tizen.NUI
         [System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1051:Do not declare visible instance fields", Justification = "<Pending>")]
         public readonly ScriptableType type;
 
+
+        /// <summary>
+        /// Initializes a new instance of the <see cref="ScriptableProperty"/> class.
+        /// </summary>
+        /// <param name="type">The type of the scriptable property.</param>
         /// <since_tizen> 3 </since_tizen>
         public ScriptableProperty(ScriptableType type = ScriptableType.Default)
         {
@@ -114,7 +119,7 @@ namespace Tizen.NUI
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
             Default,    // Read Writable, non-animatable property, event thread only
-                        //  Animatable // Animatable property, Currently disabled, UK
+                        // Animatable // Animatable property, Currently disabled, UK
         }
 
         /// <summary>
@@ -165,22 +170,21 @@ namespace Tizen.NUI
         /// <summary>
         /// Lookup table to match C# types to DALi types, used for the automatic property registration.
         /// </summary>
-        private static readonly Dictionary<string, Tizen.NUI.PropertyType> daliPropertyTypeLookup
-        = new Dictionary<string, Tizen.NUI.PropertyType>
+        private static readonly Dictionary<string, Tizen.NUI.PropertyType> daliPropertyTypeLookup = new Dictionary<string, Tizen.NUI.PropertyType>
         {
-      { "float",   PropertyType.Float },
-      { "int",     PropertyType.Integer },
-      { "Int32",   PropertyType.Integer },
-      { "Boolean", PropertyType.Boolean },
-      { "string",  PropertyType.String },
-      { "Vector2", PropertyType.Vector2 },
-      { "Vector3", PropertyType.Vector3 },
-      { "Vector4", PropertyType.Vector4 },
-      { "Size",    PropertyType.Vector2 },
-      { "Position",PropertyType.Vector3 },
-      { "Color",   PropertyType.Vector4 },
-      { "PropertyArray", PropertyType.Array },
-      { "PropertyMap",   PropertyType.Map },
+            { "float",   PropertyType.Float },
+            { "int",     PropertyType.Integer },
+            { "Int32",   PropertyType.Integer },
+            { "Boolean", PropertyType.Boolean },
+            { "string",  PropertyType.String },
+            { "Vector2", PropertyType.Vector2 },
+            { "Vector3", PropertyType.Vector3 },
+            { "Vector4", PropertyType.Vector4 },
+            { "Size",    PropertyType.Vector2 },
+            { "Position",PropertyType.Vector3 },
+            { "Color",   PropertyType.Vector4 },
+            { "PropertyArray", PropertyType.Array },
+            { "PropertyMap",   PropertyType.Map },
             //  { "Matrix3", PropertyType.MATRIX3 }, commented out until we need to use Matrices from JSON
             //  { "Matrix",  PropertyType.MATRIX },
         };
@@ -220,6 +224,9 @@ namespace Tizen.NUI
         [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
         private delegate void SetPropertyDelegate(IntPtr controlPtr, IntPtr propertyName, IntPtr propertyValue);
 
+        /// <summary>
+        /// Gets the singleton instance of the CustomViewRegistry.
+        /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static CustomViewRegistry Instance
         {
index 5192c670983bed3bcb3144b91f0f33c8af8ee601..0a9651f9117f39ca21ace4713f3190f2b488ed02 100755 (executable)
@@ -20,8 +20,9 @@ using Tizen.NUI.BaseComponents;
 namespace Tizen.NUI
 {
     /// <summary>
-    /// ViewWrapper.
-    /// </summary>
+    /// ViewWrapper provides a way to wrap a custom view implementation within the Tizen NUI framework.
+    /// This class is intended for advanced users who need to extend the functionality of the View class by implementing their own rendering logic.
+    /// </summary>    
     /// <since_tizen> 3 </since_tizen>
     public class ViewWrapper : View
     {
index c0d9120baaf41a917cbeec4a207db88afa073379..fb93dab21458e31e5837b1dc9b05c65f0d79f3f2 100755 (executable)
@@ -31,8 +31,19 @@ namespace Tizen.NUI
     [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Reliability", "CA2000: Dispose objects before losing scope", Justification = "It does not have ownership.")]
     public class DragAndDrop : BaseHandle
     {
+        /// <summary>
+        /// A delegate representing the method that will handle the drag source event.
+        /// </summary>
+        /// <param name="sourceEventType">The type of the drag source event.</param>
         public delegate void SourceEventHandler(DragSourceEventType sourceEventType);
+        
         private delegate void InternalSourceEventHandler(int sourceEventType);
+        
+        /// <summary>
+        /// Delegate representing the method that will handle drag and drop events.
+        /// </summary>
+        /// <param name="targetView">The view where the drag event occurred.</param>
+        /// <param name="nativeDragEvent">The native drag event containing details about the drag operation.</param>
         public delegate void DragAndDropEventHandler(View targetView, DragEvent navtiveDragEvent);
         [EditorBrowsable(EditorBrowsableState.Never)]
         public delegate void DragAndDropWindowEventHandler(Window targetWindow, DragEvent navtiveDragEvent);
index da4cc9ae183f54c8c5eca67f970b41f44f2292fc..dd2f80cca2ffdd24c04b0780a1d7b8945504fd7a 100755 (executable)
@@ -22,25 +22,25 @@ using Tizen.NUI.Binding;
 namespace Tizen.NUI
 {
     /// <summary>
-    /// Drag source event type.
+    /// Enumeration for the drag source event types.
     /// </summary>
     /// <since_tizen> 10 </since_tizen>
     public enum DragSourceEventType
     {
         /// <summary>
-        /// Drag and drop is started.
+        /// Indicates that the drag and drop operation has started.
         /// </summary>
         Start,
         /// <summary>
-        /// Drag and drop is cancelled.
+        /// Indicates that the drag and drop operation has been cancelled.
         /// </summary>
         Cancel,
         /// <summary>
-        /// Drag and drop is accepted.
+        /// Indicates that the drag and drop operation has been accepted by the target.
         /// </summary>
         Accept,
         /// <summary>
-        /// Drag and drop is finished.
+        /// Indicates that the drag and drop operation has finished.
         /// </summary>
         Finish
     }
@@ -70,7 +70,7 @@ namespace Tizen.NUI
     }
 
     /// <summary>
-    /// Drag event type.
+    /// This enumeration defines the different types of drag events that can occur when a drag-and-drop operation is performed on a target view.
     /// </summary>
     /// <since_tizen> 10 </since_tizen>
     public enum DragType
index 7488c8992065690a88fd1e5d10ffa77712a3cc4f..0cdff93d8df9eb249ff5baeb9f41284f8a13da70 100755 (executable)
@@ -163,7 +163,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The gesture type.
+        /// Gets the type of gesture.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public Gesture.GestureType Type
@@ -175,7 +175,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The gesture state.
+        /// Gets the state of gesture.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public Gesture.StateType State
@@ -187,7 +187,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The time the gesture took place.
+        /// Get the time when the gesture took place.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public uint Time
index b202e84b9ca70013f4208547315dec8a39066fdd..cbbbff86d1331afed2080c93fac1949795cb5487 100755 (executable)
@@ -30,7 +30,7 @@ namespace Tizen.NUI
     {
 
         /// <summary>
-        /// The default constructor.
+        /// The default constructor of Hover class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public Hover() : this(Interop.Hover.New(0u), true)
index 8587a69af1b74c4b3e6566a554f807cd04d2fa36..88c6875933f3529e3948ace834629ab02f341134 100755 (executable)
@@ -32,7 +32,7 @@ namespace Tizen.NUI
     {
 
         /// <summary>
-        /// The default constructor.
+        /// The default constructor of PanGesture class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public PanGesture() : this(Interop.PanGestureDetector.PanGestureNew(0), true)
index f9fe9818147ffaa2b7a4c15633cfdc83a4a08ce9..8818627ebde5966e9879fa3135e95ed45791794a 100755 (executable)
@@ -28,7 +28,7 @@ namespace Tizen.NUI
     {
 
         /// <summary>
-        /// Creates a TapGesture.
+        /// Default constructor to creates a TapGesture.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public TapGesture() : this(Interop.TapGesture.New(0), true)
index 69168ff356d0a5f361102600c860bb5ccf6e2add..535d7a06931e688b2e2345b1d3ef489d8fa67528 100755 (executable)
@@ -253,7 +253,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        /// This will be public opened in tizen_next after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Degree GetAngle(uint point)
         {
index ab2d3be73d4b6bfd70d8048edf0bcc187bfc5941..a07b7b67220be1871b41a36afa09c4418761ec57 100755 (executable)
@@ -30,7 +30,7 @@ namespace Tizen.NUI
     {
 
         /// <summary>
-        /// The default constructor.
+        /// The default constructor of Wheel class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public Wheel() : this(Interop.Wheel.New(0, 0, 0u, Vector2.getCPtr(new Vector2(0.0f, 0.0f)), 0, 0u), true)
index 8bf48609b7042be62668cc9656f2611c593ce854..ea2cc977f7041376c30ed0f202423d696dce5d01 100755 (executable)
@@ -31,7 +31,7 @@ namespace Tizen.NUI
         private View.FocusDirection direction;
 
         /// <summary>
-        /// The view which is currently focused.
+        /// Gets or sets the view which is currently focused.
         /// </summary>
         /// <since_tizen> 10 </since_tizen>
         public View Current
@@ -47,7 +47,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The  proposed view.
+        /// Gets or sets the proposed view for focus change.
         /// </summary>
         /// <since_tizen> 10 </since_tizen>
         public View Proposed
@@ -63,7 +63,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The focus move direction.
+        /// Gets or sets the focus move direction.
         /// </summary>
         /// <since_tizen> 10 </since_tizen>
         public View.FocusDirection Direction
index bfe555d75b463d38af804f26f559d78ac13f4709..eaf00a6f2cf06cbf53df2d35fca88ed6f4dd0cf8 100755 (executable)
@@ -28,7 +28,7 @@ namespace Tizen.NUI
         private int? variation = null;
 
         /// <summary>
-        /// The default constructor.
+        /// The default constructor of InputMethod.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public InputMethod()
index c188e3006e55f29ded88963f15ca1dab5bf4807b..faffaacac809026199a508dcfc7c79ca868cb9ff 100755 (executable)
@@ -68,7 +68,7 @@ namespace Tizen.NUI
         private event EventHandler<ContentReceivedEventArgs> contentReceivedEventHandler;
 
         /// <summary>
-        /// InputMethodContext activated.
+        /// Event handler for the activation of the InputMethodContext.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public event EventHandler<ActivatedEventArgs> Activated
@@ -95,7 +95,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// InputMethodContext event received.
+        /// This event handler is used to receive events related to the InputMethodContext.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public event EventHandlerWithReturnType<object, EventReceivedEventArgs, CallbackData> EventReceived
@@ -122,7 +122,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// InputMethodContext status changed.
+        /// The StatusChanged event is triggered when the input method context status changes.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public event EventHandler<StatusChangedEventArgs> StatusChanged
@@ -149,7 +149,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// InputMethodContext resized.
+        /// Event handler for the InputMethodContext resized event.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public event EventHandler<ResizedEventArgs> Resized
@@ -176,7 +176,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// InputMethodContext language changed.
+        /// This event is triggered when the language of the InputMethodContext changes.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public event EventHandler<LanguageChangedEventArgs> LanguageChanged
@@ -203,7 +203,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// InputMethodContext keyboard type changed.
+        /// Event handler for InputMethodContext keyboard type changed.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public event EventHandler<KeyboardTypeChangedEventArgs> KeyboardTypeChanged
@@ -232,7 +232,7 @@ namespace Tizen.NUI
         /// <summary>
         /// InputMethodContext content received.
         /// </summary>
-        /// This will be public opened in tizen_5.5 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public event EventHandler<ContentReceivedEventArgs> ContentReceived
         {
@@ -258,7 +258,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The direction of the text.
+        /// Enumeration for the direction of the text.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public enum TextDirection
@@ -274,7 +274,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Events that are generated by the IMF.
+        /// Enumeration for the events that are generated by the IMF.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public enum EventType
@@ -667,6 +667,7 @@ namespace Tizen.NUI
 
         /// <summary>
         /// Hides the input panel.
+        /// This method hides the on-screen keyboard or input panel associated with the current InputMethodContext instance.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public void HideInputPanel()
@@ -1013,7 +1014,7 @@ namespace Tizen.NUI
             private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
             /// <summary>
-            /// The default constructor.
+            /// The default constructor of EventData class.
             /// </summary>
             /// <since_tizen> 5 </since_tizen>
             public EventData() : this(Interop.InputMethodContext.NewInputMethodContextEventData(), true)
@@ -1173,7 +1174,7 @@ namespace Tizen.NUI
             private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
             /// <summary>
-            /// The default constructor.
+            /// The default constructor of CallbackData class.
             /// </summary>
             /// <since_tizen> 5 </since_tizen>
             public CallbackData() : this(Interop.InputMethodContext.NewInputMethodContextCallbackData(), true)
index ab7032312007a639e9c8285b64ecd26a5e7704ea..c473935a3abe0949956d570e8832a863f67a6b91 100755 (executable)
@@ -27,7 +27,7 @@ namespace Tizen.NUI
     public class Key : BaseHandle
     {
         /// <summary>
-        /// The default constructor.
+        /// The default constructor of Key class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public Key() : this(Interop.Key.New("","",0,0,0u,0), true)
@@ -81,7 +81,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Device name
+        /// Gets the device name
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public string DeviceName
@@ -95,7 +95,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Name given to the key pressed.
+        /// Gets or sets the name given to the key pressed.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public string KeyPressedName
@@ -223,7 +223,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// State of the key event.
+        /// Gests or sets the state of the key event.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public Key.StateType State
index 24cf408ea4d2b23e1a53e1a0a555626b4cdd1de4..288214552849bdd541033529df9663a245f7bde4 100755 (executable)
@@ -23,7 +23,7 @@ using Tizen.NUI.Binding;
 namespace Tizen.NUI
 {
     /// <summary>
-    /// KeyValue class.
+    /// The KeyValue class provides functionality for managing key-value pairs.
     /// </summary>
     public class KeyValue : IDisposable
     {
@@ -57,13 +57,13 @@ namespace Tizen.NUI
         private object originalKey = null;
 
         /// <summary>
-        /// Default Constructor.
+        /// The default Constructor of KeyValue class.
         /// </summary>
         public KeyValue()
         { }
 
         /// <summary>
-        /// Key property.
+        /// Gets or sets the key value.
         /// </summary>
         public string Key
         {
@@ -79,7 +79,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// OriginalKey property.
+        /// Gets or sets the original key associated with the KeyValue object.
         /// </summary>
         /// <exception cref="ArgumentNullException"> Thrown when value is null. </exception>
         public object OriginalKey
@@ -116,7 +116,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Value property.
+        /// Gets or sets the value associated with the key.
         /// </summary>
         public object Value
         {
@@ -181,7 +181,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// IntergerValue property.
+        /// Gets or sets the integer value associated with the key.
         /// </summary>
         public int IntergerValue
         {
@@ -201,7 +201,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// BooleanValue property.
+        /// Gets or sets the boolean value associated with the key.
         /// </summary>
         public bool BooleanValue
         {
@@ -221,7 +221,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// SingleValue property.
+        /// Gets or sets the Single(float) value associated with the key.
         /// </summary>
         public float SingleValue
         {
@@ -241,7 +241,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// StringValue property.
+        /// Gets or sets the string value associated with the key.
         /// </summary>
         public string StringValue
         {
@@ -261,7 +261,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Vector2Value property.
+        /// Gets or sets the <see cref="Tizen.NUI.Vector2"/> value associated with the key.
         /// </summary>
         public Vector2 Vector2Value
         {
@@ -282,7 +282,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Vector3Value property.
+        /// Gets or sets the <see cref="Tizen.NUI.Vector3"/> value associated with the key.
         /// </summary>
         public Vector3 Vector3Value
         {
@@ -303,7 +303,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Vector4Value property.
+        /// Gets or sets the <see cref="Tizen.NUI.Vector4"/> value associated with the key.
         /// </summary>
         public Vector4 Vector4Value
         {
@@ -324,7 +324,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// PositionValue property.
+        /// Gets or sets the <see cref="Tizen.NUI.Position"/> value associated with the key.
         /// </summary>
         public Position PositionValue
         {
@@ -345,7 +345,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Position2DValue property.
+        /// Gets or sets the <see cref="Tizen.NUI.Position2D"/> value associated with the key.
         /// </summary>
         public Position2D Position2DValue
         {
@@ -366,7 +366,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// SizeValue property.
+        /// Gets or sets the <see cref="Tizen.NUI.Size"/> value associated with the key.
         /// </summary>
         public Size SizeValue
         {
@@ -387,7 +387,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Size2DValue property.
+        /// Gets or sets the <see cref="Tizen.NUI.Size2D"/> value associated with the key.
         /// </summary>
         public Size2D Size2DValue
         {
@@ -408,7 +408,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// ColorValue property.
+        /// Gets or sets the <see cref="Tizen.NUI.Color"/> value associated with the key.
         /// </summary>
         public Color ColorValue
         {
@@ -429,7 +429,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// RectangleValue property.
+        /// Gets or sets the <see cref="Tizen.NUI.Rectangle"/> value associated with the key.
         /// </summary>
         public Rectangle RectangleValue
         {
@@ -450,7 +450,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// RotationValue property.
+        /// Gets or sets the <see cref="Tizen.NUI.Rotation"/> value associated with the key.
         /// </summary>
         public Rotation RotationValue
         {
@@ -471,7 +471,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// RelativeVector2Value property.
+        /// Gets or sets the <see cref="Tizen.NUI.RelativeVector2"/> value associated with the key.
         /// </summary>
         public RelativeVector2 RelativeVector2Value
         {
@@ -492,7 +492,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// RelativeVector3Value property.
+        /// Gets or sets the <see cref="Tizen.NUI.RelativeVector3"/> value associated with the key.
         /// </summary>
         public RelativeVector3 RelativeVector3Value
         {
@@ -513,7 +513,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// RelativeVector4Value property.
+        /// Gets or sets the <see cref="Tizen.NUI.RelativeVector4"/> value associated with the key.
         /// </summary>
         public RelativeVector4 RelativeVector4Value
         {
@@ -534,7 +534,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// ExtentsValue property.
+        /// Gets or sets the <see cref="Tizen.NUI.Extents"/> value associated with the key.
         /// </summary>
         public Extents ExtentsValue
         {
@@ -555,7 +555,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// PropertyArrayValue property.
+        /// Gets or sets the <see cref="Tizen.NUI.PropertyArray"/> value associated with the key.
         /// </summary>
         public PropertyArray PropertyArrayValue
         {
@@ -576,7 +576,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// PropertyMapValue property.
+        /// Gets or sets the <see cref="Tizen.NUI.PropertyMap"/> value associated with the key.
         /// </summary>
         public PropertyMap PropertyMapValue
         {
index d6675dfd65c4fa8832e6471790f0f30652959229..2ab9b409683e9103007514537d84a4508c0dbac3 100755 (executable)
 namespace Tizen.NUI
 {
     /// <summary>
-    /// [Draft] This class implements a absolute layout, allowing explicit positioning of children.
-    ///  Positions are from the top left of the layout and can be set using the View.Position and alike.
+    /// This class implements a absolute layout, allowing explicit positioning of children.
+    /// Positions are from the top left of the layout and can be set using the View.Position and alike.
     /// </summary>
     public class AbsoluteLayout : LayoutGroup
     {
         /// <summary>
-        /// [Draft] Constructor
+        /// The default constructor of AbsoluteLayout class
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         public AbsoluteLayout()
index 34108235c95f4e9c9c1ee9d47baba6a8a35ff642..e3f21dfe19e9d3405482f140f688cccabcfddd86 100755 (executable)
@@ -18,7 +18,6 @@
 namespace Tizen.NUI
 {
     /// <summary>
-    /// [Draft]
     /// Interface that defines a layout Parent. Enables a layout child to access methods on its parent, e.g. Remove (during unparenting)
     /// </summary>
     public interface ILayoutParent
index ee259b1adaf99cae60cd42c2d808663fc392c246..754ed1e8f00d10c4877080633758fe06c8ed30aa 100755 (executable)
@@ -26,18 +26,18 @@ using static Tizen.NUI.Binding.BindableObject;
 namespace Tizen.NUI
 {
     /// <summary>
-    /// [Draft] LayoutGroup class providing container functionality.
+    /// LayoutGroup class providing container functionality.
     /// </summary>
     public class LayoutGroup : LayoutItem, ILayoutParent
     {
         /// <summary>
-        /// [Draft] List of child layouts in this container.
+        /// List of child layouts in this container.
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         protected List<LayoutItem> LayoutChildren { get; } // Children of this LayoutGroup
 
         /// <summary>
-        /// [Draft] Constructor
+        /// Default constructor of LayoutGroup class.
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         public LayoutGroup()
index 7f9e69a9fea83ad97f0dbceaae6b0de6a496436d..b512e849d71ad27df5ce60b9c078bd7af09b1b70 100755 (executable)
@@ -34,7 +34,7 @@ namespace Tizen.NUI
     };
 
     /// <summary>
-    /// [Draft] Base class for layouts. It is used to layout a View
+    /// Base class for layouts. It is used to layout a View
     /// It can be laid out by a LayoutGroup.
     /// </summary>
     public class LayoutItem : IDisposable
@@ -56,18 +56,18 @@ namespace Tizen.NUI
         private bool setPositionByLayout = true;
 
         /// <summary>
-        /// [Draft] Condition event that is causing this Layout to transition.
+        /// Condition event that is causing this Layout to transition.
         /// </summary>
         internal TransitionCondition ConditionForAnimation { get; set; }
 
         /// <summary>
-        /// [Draft] The View that this Layout has been assigned to.
+        /// The View that this Layout has been assigned to.
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         public View Owner { get; set; }  // Should not keep a View alive.
 
         /// <summary>
-        /// [Draft] Use transition for layouting child
+        /// Use transition for layouting child
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         /// This will be public opened in tizen_5.5 after ACR done. Before ACR, need to be hidden as inhouse API.
@@ -75,7 +75,7 @@ namespace Tizen.NUI
         public bool LayoutWithTransition { get; set; }
 
         /// <summary>
-        /// [Draft] Set position by layouting result
+        /// Set position by layouting result
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool SetPositionByLayout
@@ -95,7 +95,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Draft] Margin for this LayoutItem
+        /// Margin for this LayoutItem
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         public Extents Margin
@@ -112,7 +112,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Draft] Padding for this LayoutItem
+        /// Padding for this LayoutItem
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         public Extents Padding
@@ -129,7 +129,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Draft] Constructor
+        /// Default constructor of LayoutItem class.
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         public LayoutItem()
@@ -138,7 +138,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Draft] Set parent to this layout.
+        /// Set parent to this layout.
         /// </summary>
         /// <param name="parent">Parent to set on this Layout.</param>
         internal void SetParent(ILayoutParent parent)
@@ -370,7 +370,6 @@ namespace Tizen.NUI
         /// <summary>
         /// Predicate to determine if this layout has been requested to re-layout.<br />
         /// </summary>
-
         internal bool LayoutRequested
         {
             get
index a412195f1ac28bb282fe74b082c881ebc9a8a31a..9ec4290c6d5626ed1fb4157593db025bdacc02a8 100755 (executable)
@@ -20,14 +20,14 @@ using System;
 namespace Tizen.NUI
 {
     /// <summary>
-    /// [Draft] A type that represents a layout length. Currently, this implies pixels, but could be extended to handle device dependant sizes, etc.
+    /// A type that represents a layout length. Currently, this implies pixels, but could be extended to handle device dependant sizes, etc.
     /// </summary>
     public struct LayoutLength : IEquatable<LayoutLength>
     {
         private float value;
 
         /// <summary>
-        /// [Draft] Constructor from an int
+        /// Constructor from an int
         /// </summary>
         /// <param name="value">Int to initialize with.</param>
         /// <since_tizen> 6 </since_tizen>
@@ -37,7 +37,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Draft] Constructor from a float
+        /// Constructor from a float
         /// </summary>
         /// <param name="value">Float to initialize with.</param>
         /// <since_tizen> 6 </since_tizen>
@@ -47,7 +47,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Draft] Constructor from a LayoutLength
+        /// Constructor from a LayoutLength
         /// </summary>
         /// <param name="layoutLength">LayoutLength object to initialize with.</param>
         /// <since_tizen> 6 </since_tizen>
@@ -57,7 +57,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Draft] Return value as rounded value (whole number), best used as final output
+        /// Return value as rounded value (whole number), best used as final output
         /// </summary>
         /// <returns>The layout length value as a rounded whole number.</returns>
         /// <since_tizen> 6 </since_tizen>
@@ -67,7 +67,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Draft] Return value as the raw decimal value, best used for calculations
+        /// Return value as the raw decimal value, best used for calculations
         /// </summary>
         /// <returns>The layout length value as the raw decimal value.</returns>
         /// <since_tizen> 6 </since_tizen>
@@ -77,7 +77,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Draft] The == operator.
+        /// The == operator.
         /// </summary>
         /// <param name="arg1">The first value.</param>
         /// <param name="arg2">The second value</param>
@@ -89,7 +89,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Draft] The != operator.
+        /// The != operator.
         /// </summary>
         /// <param name="arg1">The first value.</param>
         /// <param name="arg2">The second value</param>
index 3450182e90ddb46f24ca447bd2245cd8834eae59..5a5db22d2019bbc6401a076b5904e19adb594a2c 100755 (executable)
@@ -23,14 +23,14 @@ using System.Linq;
 namespace Tizen.NUI
 {
     /// <summary>
-    /// [Draft] This class implements a linear box layout, automatically handling right to left or left to right direction change.
+    /// This class implements a linear box layout, automatically handling right to left or left to right direction change.
     /// </summary>
     public class LinearLayout : LayoutGroup
     {
         private Alignment linearAlignment = Alignment.Top;
 
         /// <summary>
-        /// [Draft] Enumeration for the direction in which the content is laid out
+        /// Enumeration for the direction in which the content is laid out
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         public enum Orientation
@@ -46,7 +46,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Draft] Enumeration for the alignment of the linear layout items
+        /// Enumeration for the alignment of the linear layout items
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         [Obsolete("This has been deprecated in API9 and will be removed in API11. Use HorizontalAlignment and VerticalAlignment instead.")]
@@ -95,7 +95,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Draft] Get/Set the orientation in the layout
+        /// Get/Set the orientation in the layout
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         public LinearLayout.Orientation LinearOrientation
@@ -112,7 +112,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// [Draft] Get/Set the padding between cells in the layout
+        /// Get/Set the padding between cells in the layout
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         public Size2D CellPadding
@@ -135,7 +135,7 @@ namespace Tizen.NUI
 
 
         /// <summary>
-        /// [Draft] Get/Set the alignment in the layout
+        /// Get/Set the alignment in the layout
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         [Obsolete("This has been deprecated in API9 and will be removed in API11. Use HorizontalAlignment and VerticalAlignment properties instead.")]
@@ -202,7 +202,7 @@ namespace Tizen.NUI
         private Orientation linearOrientation = Orientation.Horizontal;
 
         /// <summary>
-        /// [Draft] Constructor
+        /// Default constructor of LinearLayout class.
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         public LinearLayout()
index f58f4f77c8dbfd0387804054cd4e3205881b26b6..50cf621e1761a94693186a9e914659af5ba5dd12 100755 (executable)
@@ -22,7 +22,7 @@ using System.Diagnostics.CodeAnalysis;
 namespace Tizen.NUI
 {
     /// <summary>
-    /// [Draft] A MeasureSpecification is used during the Measure pass by a LayoutGroup to inform it's children how to be measured.
+    /// A MeasureSpecification is used during the Measure pass by a LayoutGroup to inform it's children how to be measured.
     /// For instance, it may measure a child with an exact width and an unspecified height in order to determine height for width.
     /// </summary>
     public struct MeasureSpecification
index ca464a1b6c173b0521cb92ef33715753cc8be824..381dd35fe58d7a7c9f54cf91ba3c5f1866cf4f8f 100755 (executable)
@@ -21,7 +21,7 @@ using Tizen.NUI.BaseComponents;
 namespace Tizen.NUI
 {
     /// <summary>
-    /// [Draft] Class that encodes a measurement and a measure state, which is set if the measured size is too small.
+    /// Class that encodes a measurement and a measure state, which is set if the measured size is too small.
     /// </summary>
     public struct MeasuredSize
     {
index 6cdc71df37ca1627fa3d37318425079a6c3ba707..e324d375b9d40ff81cb2a1f2531b176d277bc11d 100755 (executable)
@@ -20,7 +20,7 @@ namespace Tizen.NUI
     using System.ComponentModel;
 
     /// <summary>
-    /// The gesture state.
+    /// The PaddingType class represents padding properties used in layouting.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class PaddingType : Disposable
@@ -53,7 +53,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The Start value.
+        /// The Start value horizontally.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public float Start
@@ -69,7 +69,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The End value.
+        /// The End value horizontally.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public float End
@@ -85,7 +85,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The Top value.
+        /// The Top value vertically.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public float Top
@@ -101,7 +101,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The Bottom value.
+        /// The Bottom value vertically.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public float Bottom
index 945a4bd6e294e5249558db8891703441009a4a43..e645b259f302b49f35055b153089f20b8a9bdb59 100755 (executable)
@@ -18,7 +18,7 @@
 namespace Tizen.NUI
 {
     /// <summary>
-    /// The filter mode type.
+    /// Enumeration of the type of possible filter modes.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum FilterModeType
index fbc4b3f26bfc87ce49671dbf49d568946f5caabd..f6a6441e8082d27fc615b0ffa395eb9d85b39313 100755 (executable)
@@ -812,33 +812,27 @@ namespace Tizen.NUI
             Interop.Renderer.DeleteRenderer(swigCPtr);
         }
 
-        /// <since_tizen> 6.0 </since_tizen>
-        /// This will be changed internal API after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be opened API after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public sealed class Ranges
         {
-            /// <since_tizen> 6.0 </since_tizen>
-            /// This will be changed internal API after ACR done. Before ACR, need to be hidden as inhouse API.
+            /// This will be opened API after ACR done. Before ACR, need to be hidden as inhouse API.
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int BackgroundEffect = Interop.Renderer.RangesBackgroundEffectGet();
 
-            /// <since_tizen> 6.0 </since_tizen>
-            /// This will be changed internal API after ACR done. Before ACR, need to be hidden as inhouse API.
+            /// This will be opened API after ACR done. Before ACR, need to be hidden as inhouse API.
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int BACKGROUND = Interop.Renderer.RangesBackgroundGet();
 
-            /// <since_tizen> 6.0 </since_tizen>
-            /// This will be changed internal API after ACR done. Before ACR, need to be hidden as inhouse API.
+            /// This will be opened API after ACR done. Before ACR, need to be hidden as inhouse API.
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int CONTENT = Interop.Renderer.RangesContentGet();
 
-            /// <since_tizen> 6.0 </since_tizen>
-            /// This will be changed internal API after ACR done. Before ACR, need to be hidden as inhouse API.
+            /// This will be opened API after ACR done. Before ACR, need to be hidden as inhouse API.
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int DECORATION = Interop.Renderer.RangesDecorationGet();
 
-            /// <since_tizen> 6.0 </since_tizen>
-            /// This will be changed internal API after ACR done. Before ACR, need to be hidden as inhouse API.
+            /// This will be opened API after ACR done. Before ACR, need to be hidden as inhouse API.
             [EditorBrowsable(EditorBrowsableState.Never)]
             public static readonly int ForegroundEffect = Interop.Renderer.RangesForegroundEffectGet();
 
index ccbb4d95e5b046f5c2fdfc263798611c7285f47e..b3e090a920a8473782649e83561940d4be7e40df 100755 (executable)
@@ -20,7 +20,7 @@ using System.ComponentModel;
 namespace Tizen.NUI
 {
     /// <summary>
-    /// Shader.
+    /// Shader allows custom vertex and color transformations in the GPU.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class Shader : Animatable
@@ -83,7 +83,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Hint.
+        /// The Hint class is used to provide additional information to the shader.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public sealed class Hint
index 3982e9b190c21d47502d5002897525234d3695be..8ad423d1b10493e374eaee7676559eb99ad88e39 100755 (executable)
@@ -18,7 +18,7 @@
 namespace Tizen.NUI
 {
     /// <summary>
-    /// The texture type.
+    /// The TextureType enumeration defines the types of textures.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum TextureType
index 3e8542a3142ecac4ab0afcbdb60eb1ff7d0f5183..ed16450f2d7a75232d02b2faeac02081b2835375 100755 (executable)
@@ -30,7 +30,7 @@ namespace Tizen.NUI
     {
 
         /// <summary>
-        /// Creates a VertexBuffer.
+        /// The constructor to creates a VertexBuffer.
         /// </summary>
         /// <param name="bufferFormat">The map of names and types that describes the components of the buffer.</param>
         /// <since_tizen> 8 </since_tizen>
index 54664da18f6ecd45bf9518d8654e1e274b5e5213..bed1d05af5c30345e762d4bd7c9dd89360cb654e 100755 (executable)
@@ -28,7 +28,7 @@ namespace Tizen.NUI.Binding
     public class DataTemplate : ElementTemplate
     {
         /// <summary>
-        /// Base constructor.
+        /// The default constructor of DataTemplate class.
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
         public DataTemplate()
index b4379bc50748b3ce76717ae96e41f82c43b3e3f7..48852b624379d451e5cb2641ce130274e5ffc54e 100755 (executable)
@@ -46,7 +46,7 @@ namespace Tizen.NUI
         ResourceDictionary resources;
 
         /// <summary>
-        /// Create an empty theme.
+        /// The default constructor to create an empty theme.
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
         public Theme()
index 368c22dc0d8d0012d8dd1dcdc3b4e6e37d42fc54..d5db7f7b6c02899e221f63e4aebc5a67345c03e8 100755 (executable)
@@ -36,19 +36,20 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// The new theme's Id.
+        /// Gets the new theme's Id.
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
         public string ThemeId { get; }
 
         /// <summary>
-        /// The platform theme's Id.
+        /// Gets the platform theme's Id.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string PlatformThemeId { get; }
 
         /// <summary>
-        /// Whether this event is trigger by platform theme change.
+        /// Returns whether the event was triggered by a platform theme change.
+        /// The value is true if the event is triggered by a platform theme change, otherwise false.
         /// </summary>
         /// <seealso cref="NUIApplication.ThemeOptions.PlatformThemeEnabled"/>
         [EditorBrowsable(EditorBrowsableState.Never)]
index 37a78cf7736e975b842d2f5b67821307175edd1f..77bacaa5d68b8c480cf28f479c195bac63632b02 100644 (file)
@@ -28,7 +28,7 @@ namespace Tizen.NUI
     public class Transition : TransitionBase
     {
         /// <summary>
-        /// Create a Transition for the View pair.
+        /// Default constructor to create a Transition for the View pair.
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
         public Transition()
index de7c251e597b3de0b8b5b087f61345e52365df7a..3ed937787a3dd88351b912837dc05546af6db2e7 100644 (file)
@@ -35,7 +35,7 @@ namespace Tizen.NUI
         private TimePeriod timePeriod = null;
 
         /// <summary>
-        /// Create a TransitionBase
+        /// Default constructor to create a TransitionBase
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
         public TransitionBase()
index 13a591589c25d483a519e9c3680cc735f9765015..6e1ec4ccf57e5cb4c47358a8f59f4c3c896155fa 100755 (executable)
@@ -19,6 +19,7 @@ namespace Tizen.NUI
 {
     /// <summary>
     /// The Direction Bias type.
+    /// This enum is used to specify the direction bias for scroll snapping.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     [System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1712: Do not prefix enum values with type name")]
index 5d8bec1f382f0bf336e44f1907eb771c5391949b..967090f0d48947b0a959659a531a9dc059ef2c71 100755 (executable)
@@ -53,7 +53,7 @@ namespace Tizen.NUI
         private event EventHandler<StateChangedEventArgs> stateChangedEventHandler;
 
         /// <summary>
-        /// State changed event.
+        /// The StateChanged event is triggered when the state of the TTS player changes.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<StateChangedEventArgs> StateChanged
@@ -288,13 +288,13 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// State changed argument.
+        /// This class represents the event arguments used when the state of the TTS player changes.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public class StateChangedEventArgs : EventArgs
         {
             /// <summary>
-            /// PrevState.
+            /// The previous state of the TTS player before the change.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
             public TTSState PrevState
@@ -304,7 +304,7 @@ namespace Tizen.NUI
             }
 
             /// <summary>
-            /// NextState.
+            /// The new state of the TTS player after the change.
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
             public TTSState NextState
index e796e3847e03b2309ce2fe7450e54641bf4a895d..9c2ea2ae1ffc18a0e5aa255cfd429d2e28d926c8 100755 (executable)
@@ -259,7 +259,12 @@ namespace Tizen.NUI
 
         /// <summary>
         /// Dispose.
+        /// Releases unmanaged and optionally managed resources.
         /// </summary>
+        /// <remarks>
+        /// When overriding this method, you need to distinguish between explicit and implicit conditions. For explicit conditions, release both managed and unmanaged resources. For implicit conditions, only release unmanaged resources.
+        /// </remarks>
+        /// <param name="type">Explicit to release both managed and unmanaged resources. Implicit to release only unmanaged resources.</param>
         /// <since_tizen> 3 </since_tizen>
         protected override void Dispose(DisposeTypes type)
         {
index deec0e1c2d859d12a848b69a6143ff59599c6ee9..2390192ca5698e54bf1e7913623225bd02db063c 100755 (executable)
@@ -32,7 +32,7 @@ namespace Tizen.NUI
         private static readonly Vector2 noExtents = new Vector2(0, 0);
 
         /// <summary>
-        /// Constructor
+        /// The default constructor of ShadowBase class.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected ShadowBase() : this(noOffset, noExtents)
index 9e2edbf8cd8f6198d53521997d92c47345eb6c6c..32dcf8bcc5a7f4e4ed727c1827e9949876ba4386 100755 (executable)
@@ -31,7 +31,7 @@ namespace Tizen.NUI
         private float? loopCount = null;
 
         /// <summary>
-        /// Constructor.
+        /// Default constructor of AnimatedImageVisual class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public AnimatedImageVisual() : base()
index 25eef6b788745b4cb1172f2bf54a0fb7d8c334a3..c458a053cd88cd75e5eb8beb9f8d461926ba03d2 100755 (executable)
@@ -28,7 +28,7 @@ namespace Tizen.NUI
         private bool? antiAliasing = null;
 
         /// <summary>
-        /// Constructor.
+        /// Default constructor of BorderVisual class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public BorderVisual() : base()
index d2b58836db6f7f919fc555ca9fadbf05548c3e8a..1607bd188a58cbbb8f64aeb853baf08a392d91b4 100755 (executable)
@@ -27,7 +27,7 @@ namespace Tizen.NUI
         private bool? renderIfTransparent = false;
 
         /// <summary>
-        /// Constructor.
+        /// Default constructor of ColorVisual class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public ColorVisual() : base()
index 097052959e17be6371e6b9c4decc9e5f6e15e14e..cd2738872d66cc0dae83d00bf19a74e3381a6e8a 100755 (executable)
@@ -33,7 +33,7 @@ namespace Tizen.NUI
         private GradientVisualSpreadMethodType? _spreadMethod = null;
 
         /// <summary>
-        /// Constructor.
+        /// Default constructor of GradientVisual.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public GradientVisual() : base()
index be1e741c2c8824c56d302bc4e1e9a5c5bf43713d..db7ea5fedf24be6e0b6405115676c4a47904fddb 100755 (executable)
@@ -44,7 +44,7 @@ namespace Tizen.NUI
         private bool? atlasing = false;
 
         /// <summary>
-        /// Constructor.
+        /// Default constructor of ImageVisual class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public ImageVisual() : base()
index d85f815630d37c646f50d906563e9845e80fb686..ca515f4005a3b440a6bee7373c8c734c4c1f1af5 100755 (executable)
@@ -34,7 +34,7 @@ namespace Tizen.NUI
         private Vector3 lightPosition = null;
 
         /// <summary>
-        /// Constructor.
+        /// Default constructor of MeshVisual class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public MeshVisual() : base()
index b06f9cf0972c11dd4717227862378dfd5fa8a316..473c36a57ad49df78eab1caed98846a452c087c1 100755 (executable)
@@ -28,7 +28,7 @@ namespace Tizen.NUI
         private Rectangle border = null;
 
         /// <summary>
-        /// Constructor.
+        /// Default constructor of NPatchVisual class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public NPatchVisual() : base()
index 7f881adb546a2ebd5c39ea52860f4f9a13cb8eb7..e099479e4a43ba47e57fd537bbb1b33ec3907f34 100755 (executable)
@@ -37,7 +37,7 @@ namespace Tizen.NUI
         private Vector3 _lightPosition = null;
 
         /// <summary>
-        /// Constructor.
+        /// Default constructor of PrimitiveVisual class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public PrimitiveVisual() : base()
index c951cadf415cba70a11f3e51587b3b7c4e2760a5..3e17c88041f6ef9ccaf22598a27f15c76f7d8b26 100755 (executable)
@@ -26,7 +26,7 @@ namespace Tizen.NUI
         private string url = null;
 
         /// <summary>
-        /// Constructor.
+        /// Default constructor of SVGVisual class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public SVGVisual() : base()
index b224299d2dba9cd581be4d70ae6f05e0afe977c0..801a9b3a2b79973580b577ab5e258bdc7a3bf192 100755 (executable)
@@ -39,7 +39,7 @@ namespace Tizen.NUI
         private PropertyMap background = null;
 
         /// <summary>
-        /// Constructor.
+        /// Default constructor of TextVisual class.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public TextVisual() : base()
index bcbe42dbf9b497bb96e0e371565d03fc0f082074..afa2f3751cf0cf64be714b6a591e8262a62d9849 100755 (executable)
@@ -164,7 +164,7 @@ namespace Tizen.NUI.BaseComponents
 
 
         /// <summary>
-        /// Creates a WebView.
+        /// Default constructor to create a WebView.
         /// </summary>
         /// <since_tizen> 9 </since_tizen>
         public WebView() : this(Interop.WebView.New(), true)
index ce65cb5cf79dfc725b363f9a0c6057b46ef51d0f..fb2bace9bff805cfa81f2bb789264cd7d571457e 100755 (executable)
@@ -29,7 +29,7 @@ namespace Tizen.NUI
         internal WidgetImpl widgetImpl;
 
         /// <summary>
-        /// Creates a Widget handle.
+        /// Default constructor to create a Widget handle.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public Widget() : this(new WidgetImpl(), true)
index 36e7b8427f09de1acca389be35e9238f864e07b6..5cb61ef37e49e4f0e697ac373576c81a8872fcac 100755 (executable)
@@ -97,7 +97,7 @@ namespace Tizen.NUI
 
 
         /// <summary>
-        /// FocusChanged event.
+        /// This event is triggered when the focus changes on the window.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<FocusChangedEventArgs> FocusChanged
@@ -1402,7 +1402,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Wheel event arguments.
+        /// The Wheel event arguments.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public class WheelEventArgs : EventArgs
@@ -1427,7 +1427,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Key event arguments.
+        /// The Key event arguments.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public class KeyEventArgs : EventArgs
@@ -1478,7 +1478,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// MouseInOut evnet arguments.
+        /// The MouseInOut evnet arguments.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public class MouseInOutEventArgs : EventArgs
@@ -1503,7 +1503,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// MouseRelative evnet arguments.
+        /// The MouseRelative evnet arguments.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public class MouseRelativeEventArgs : EventArgs
@@ -1529,7 +1529,7 @@ namespace Tizen.NUI
 
 
         /// <summary>
-        /// PointerConstraints evnet arguments.
+        /// The PointerConstraints evnet arguments.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public class PointerConstraintsEventArgs : EventArgs
index e9709900b9bea8e24ef171cfcd171547b427f5b1..7c4e0777fba30ea6c11d35ed92e552a1d203e2e4 100755 (executable)
@@ -20,25 +20,25 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public interface IMarkupExtension<out T> : IMarkupExtension
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         new T ProvideValue(IServiceProvider serviceProvider);
     }
 
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public interface IMarkupExtension
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         object ProvideValue(IServiceProvider serviceProvider);
     }
 
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [AttributeUsage(AttributeTargets.Class, Inherited = false)]
     [EditorBrowsable(EditorBrowsableState.Never)]
     public sealed class AcceptEmptyServiceProviderAttribute : Attribute
index d2b98879f6c38c5826082e058510e3235498bc18..188643499603befdc9676942649cab8a5acc5718 100755 (executable)
@@ -19,15 +19,15 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public interface IProvideValueTarget
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         object TargetObject { get; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         object TargetProperty { get; }
     }
index 08ade5dd2eb4089dc8f0a35f7dbfc8f91bbc759e..a4f56d46e618d3461012a4d4c7817bc4530b925d 100755 (executable)
@@ -19,11 +19,11 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public interface IReferenceProvider
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         object FindByName(string name);
     }
index f2fb8129996534ff852b08568e230f279e4cc718..0746d6b00a357d2baf7f581be4820c896fd0c36e 100755 (executable)
@@ -19,11 +19,11 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     internal interface IRootObjectProvider
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         object RootObject { get; }
     }
index d641cf8a1d6a717adbeb5636ada71279f55b3f16..b2f1f2c938675bc0da0e0e3664c26751c0c034c4 100755 (executable)
@@ -20,11 +20,11 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public interface IValueProvider
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         object ProvideValue(IServiceProvider serviceProvider);
     }
index 2d404a36a8eba0d29c4100c751c5bc73135a3aed..976468df26f5f89f1c8e3fa0cf2e0c2cecedb9ef 100755 (executable)
@@ -20,15 +20,15 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public interface IXamlTypeResolver
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         Type Resolve(string qualifiedTypeName, IServiceProvider serviceProvider = null);
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         bool TryResolve(string qualifiedTypeName, out Type type);
     }
index bf2ff6e7422ad167465307b5ab4877b38f53d61c..60827b0f50b1d11f7bc541cb38c231d4e08294b0 100755 (executable)
@@ -20,11 +20,11 @@ using System.Xml;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public interface IXmlLineInfoProvider
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         IXmlLineInfo XmlLineInfo { get; }
     }
index 41349d1e8a0b32cea203475e11be8c32be1afd47..bc601d22afa7d436bccc86539f1fa7e336c4b062 100755 (executable)
@@ -21,7 +21,7 @@ using Tizen.NUI.Binding;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ContentProperty(nameof(FilePath))]
     [AcceptEmptyServiceProvider]
index 0300ba640048a69ab09ab5149b1aef1332ac79f7..62f0a105767bc017e1a9e54f653e457d8dd66e95 100755 (executable)
@@ -23,28 +23,28 @@ using Tizen.NUI.Binding;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ContentProperty("Items")]
     [AcceptEmptyServiceProvider]
     public class ArrayExtension : IMarkupExtension<Array>
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public ArrayExtension()
         {
             Items = new List<object>();
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public IList Items { get; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Type Type { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Array ProvideValue(IServiceProvider serviceProvider)
         {
index efb246c4eea0c27cffdd3bbd21955c2a09b758a7..16f06cd8a7e98770a177524f373f5709fcbab2c4 100755 (executable)
@@ -22,49 +22,49 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ContentProperty("Path")]
     [AcceptEmptyServiceProvider]
     public sealed class BindingExtension : IMarkupExtension<BindingBase>
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string Path { get; set; } = Binding.Binding.SelfPath;
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public BindingMode Mode { get; set; } = BindingMode.Default;
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public IValueConverter Converter { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object ConverterParameter { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string StringFormat { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object Source { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string UpdateSourceEventName { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object TargetNullValue { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object FallbackValue { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public TypedBindingBase TypedBinding { get; set; }
 
index b7482522e9d862fbbc3d4504d897b1238c4b6b10..7098c1a5a4bfee46d2d1c455bfed5cb81988b0c3 100755 (executable)
@@ -22,16 +22,16 @@ using Tizen.NUI.Binding.Internals;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ContentProperty("Key")]
     public sealed class DynamicResourceExtension : IMarkupExtension<DynamicResource>
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string Key { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object ProvideValue(IServiceProvider serviceProvider)
         {
index 3633f5039cdc1a176d5b5e873a9199e19f69667c..9a2e6159116fa747aaf445697f35062bd542bfa2 100755 (executable)
@@ -21,7 +21,7 @@ using Tizen.NUI.Binding;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ContentProperty(nameof(FilePath))]
     [AcceptEmptyServiceProvider]
index d6622d4fedc966f2d9b7b59e1b20aeff26bf498a..f73b019434ae688dc5fa2ad82c1220b9e57d98a8 100755 (executable)
@@ -20,13 +20,13 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ProvideCompiled("Tizen.NUI.Xaml.Build.Tasks.NullExtension")]
     [AcceptEmptyServiceProvider]
     public class NullExtension : IMarkupExtension
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object ProvideValue(IServiceProvider serviceProvider)
         {
index f2111e66570606eebf9dbcca0040ab97c870b8ef..f28357e886a00228a035871906972c9367589830 100755 (executable)
@@ -23,16 +23,16 @@ using Tizen.NUI.Binding;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ContentProperty("Name")]
     public class ReferenceExtension : IMarkupExtension
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string Name { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object ProvideValue(IServiceProvider serviceProvider)
         {
index 7c91e61a4e46b2e3fc97b7d504dec209d2ba5192..a31acf4e5db35fc413419ea76bb1e26552ed1e59 100755 (executable)
@@ -21,7 +21,7 @@ using Tizen.NUI.Binding;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ContentProperty(nameof(FilePath))]
     [AcceptEmptyServiceProvider]
index 09e1cd0131712157864b21489caddea99ee03bb0..3ba2f992cdbcec83f56f6fa4f27c16b9d03cb323 100755 (executable)
@@ -24,17 +24,17 @@ using Tizen.NUI.Binding;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ContentProperty(nameof(Member))]
     [ProvideCompiled("Tizen.NUI.Xaml.Build.Tasks.StaticExtension")]
     public class StaticExtension : IMarkupExtension
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string Member { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object ProvideValue(IServiceProvider serviceProvider)
         {
index 5dad6fb615eb8f99414131f62cb874da43455030..90250704d34f425782e50a613fd3955de3a98385 100755 (executable)
@@ -21,7 +21,7 @@ using Tizen.NUI.Binding;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ContentProperty("Path")]
     [AcceptEmptyServiceProvider]
@@ -33,23 +33,23 @@ namespace Tizen.NUI.Xaml
             Path = Tizen.NUI.Binding.Binding.SelfPath;
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string Path { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public BindingMode Mode { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public IValueConverter Converter { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object ConverterParameter { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string StringFormat { get; set; }
 
index 12ee8ed1c69996335eabae6e6675e4d9dfdf1d44..1beac96804770cdae12a4b7ac8208624b626867e 100755 (executable)
@@ -24,16 +24,16 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ContentProperty("Key")]
     public sealed class StaticResourceExtension : IMarkupExtension
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string Key { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object ProvideValue(IServiceProvider serviceProvider)
         {
index 1460e446ca229f2cc204c0f4bd8926851541283a..36017f3f062c74c81c771de570e5d74d63354128 100755 (executable)
@@ -20,16 +20,16 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [System.AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
     public sealed class TypeConversionAttribute : Attribute
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Type TargetType { get; private set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public TypeConversionAttribute(Type targetType)
         {
index dcbe7c830235613eff290d299bceb0ceff0446b7..ca0ff47fde9a60ba92159898d8d1a8ff7e0701d2 100755 (executable)
@@ -23,12 +23,12 @@ using System.Runtime.CompilerServices;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
     public sealed class XamlFilePathAttribute : Attribute
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public XamlFilePathAttribute([CallerFilePath] string filePath = "") => FilePath = filePath;
 
index 168bbba6ea6181440a1728d5c20a96b1d42e7f10..b3c3624e0d1444e40cd34880e7da71b97515927f 100755 (executable)
@@ -23,7 +23,7 @@ using System.Xml;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class XamlParseException : Exception
     {
@@ -64,7 +64,7 @@ namespace Tizen.NUI.Xaml
             unformattedMessage = message;
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public XamlParseException(string message, IXmlLineInfo xmlInfo, Exception innerException = null) : base(FormatMessage(message + GetStackInfo(), xmlInfo), innerException)
         {
@@ -77,7 +77,7 @@ namespace Tizen.NUI.Xaml
         {
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public IXmlLineInfo XmlInfo { get; private set; }
 
index 15c20fb4480eb89bcae3517c9e41accda8b36573..a50a6baed997b1ec7143b97259afe2eb1b1cb9c3 100755 (executable)
@@ -21,24 +21,24 @@ using System.Reflection;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [AttributeUsage(AttributeTargets.Assembly, Inherited = false, AllowMultiple = true)]
     public sealed class XamlResourceIdAttribute : Attribute
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string ResourceId { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string Path { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Type Type { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public XamlResourceIdAttribute(string resourceId, string path, Type type)
         {
index 6c66ccd864355b8e1d7deeb39669f5b0c545bf81..f0326f1cd0975cf9dcf782a15a602c373d1de874 100755 (executable)
@@ -26,7 +26,7 @@ using Tizen.NUI.Binding.Internals;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class XamlServiceProvider : IServiceProvider
     {
@@ -54,7 +54,7 @@ namespace Tizen.NUI.Xaml
             IValueConverterProvider = new ValueConverterProvider();
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public XamlServiceProvider()
         {
@@ -97,7 +97,7 @@ namespace Tizen.NUI.Xaml
             set { services[typeof(IValueConverterProvider)] = value; }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object GetService(Type serviceType)
         {
@@ -105,7 +105,7 @@ namespace Tizen.NUI.Xaml
             return services.TryGetValue(serviceType, out service) ? service : null;
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Add(Type type, object service)
         {
@@ -156,21 +156,21 @@ namespace Tizen.NUI.Xaml
         }
     }
 
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class SimpleValueTargetProvider : IProvideParentValues, IProvideValueTarget, IReferenceProvider
     {
         readonly object[] objectAndParents;
         readonly object targetProperty;
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         [Obsolete("SimpleValueTargetProvider(object[] objectAndParents) is obsolete as of version 2.3.4. Use SimpleValueTargetProvider(object[] objectAndParents, object targetProperty) instead.")]
         public SimpleValueTargetProvider(object[] objectAndParents) : this(objectAndParents, null)
         {
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public SimpleValueTargetProvider(object[] objectAndParents, object targetProperty)
         {
@@ -192,7 +192,7 @@ namespace Tizen.NUI.Xaml
         object IProvideValueTarget.TargetProperty
             => targetProperty;
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object FindByName(string name)
         {
@@ -210,7 +210,7 @@ namespace Tizen.NUI.Xaml
         }
     }
 
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class XamlTypeResolver : IXamlTypeResolver
     {
@@ -218,7 +218,7 @@ namespace Tizen.NUI.Xaml
         readonly GetTypeFromXmlName getTypeFromXmlName;
         readonly IXmlNamespaceResolver namespaceResolver;
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public XamlTypeResolver(IXmlNamespaceResolver namespaceResolver, Assembly currentAssembly)
             : this(namespaceResolver, XamlParser.GetElementType, currentAssembly)
@@ -305,18 +305,18 @@ namespace Tizen.NUI.Xaml
         public object RootObject { get; }
     }
 
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class XmlLineInfoProvider : IXmlLineInfoProvider
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public XmlLineInfoProvider(IXmlLineInfo xmlLineInfo)
         {
             XmlLineInfo = xmlLineInfo;
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public IXmlLineInfo XmlLineInfo { get; }
     }
@@ -341,30 +341,30 @@ namespace Tizen.NUI.Xaml
         }
     }
 
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ObsoleteAttribute(" ", false)]
     public class NameScopeProvider : INameScopeProvider
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public INameScope NameScope { get; set; }
     }
 
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class XmlNamespaceResolver : IXmlNamespaceResolver
     {
         readonly Dictionary<string, string> namespaces = new Dictionary<string, string>();
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public IDictionary<string, string> GetNamespacesInScope(XmlNamespaceScope scope)
         {
             throw new NotImplementedException();
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string LookupNamespace(string prefix)
         {
@@ -374,14 +374,14 @@ namespace Tizen.NUI.Xaml
             return null;
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string LookupPrefix(string namespaceName)
         {
             throw new NotImplementedException();
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Add(string prefix, string ns)
         {
index e7af646fcee67895cffc74bfc17a1ecf31a44e57..451c4c8b0175ee3788b98314f5baec6d1b9f4185 100755 (executable)
@@ -20,19 +20,19 @@ using System.Xml;
 
 namespace Tizen.NUI.Xaml
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class XmlLineInfo : IXmlLineInfo
     {
         readonly bool hasLineInfo;
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public XmlLineInfo()
         {
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public XmlLineInfo(int linenumber, int lineposition)
         {
@@ -41,18 +41,18 @@ namespace Tizen.NUI.Xaml
             LinePosition = lineposition;
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool HasLineInfo()
         {
             return hasLineInfo;
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public int LineNumber { get; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public int LinePosition { get; }
     }
index f011036e33f0dd87523abf8addc1752dc9d5404d..89cd54489c6aaf09af2f2d3b87e1e6cbfd657c9b 100755 (executable)
@@ -21,11 +21,11 @@ using System.Linq.Expressions;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public static class BindableObjectExtensions
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static void SetBinding(this BindableObject self, BindableProperty targetProperty, string path, BindingMode mode = BindingMode.Default, IValueConverter converter = null,
                                       string stringFormat = null)
index 98a4d4cd1c921e8de1e3ae290dcbc4a0de9a7ef3..ae38975207d7cb368322f895eccb3ecf1a212dfa 100755 (executable)
@@ -26,7 +26,7 @@ using Tizen.NUI.StyleSheets;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ProvideCompiled("Tizen.NUI.Xaml.Core.XamlC.BindablePropertyConverter")]
     [TypeConversion(typeof(BindableProperty))]
@@ -92,7 +92,7 @@ namespace Tizen.NUI.Binding
             throw new XamlParseException($"Can't resolve {value}. Syntax is [[prefix:]Type.]PropertyName.", lineinfo);
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override object ConvertFromInvariantString(string value)
         {
index 2e13748227b2959fdc66a4176d99fb842363b23f..098e494d1e9a9c540a27e2c767e43f6ae4ae5b3b 100755 (executable)
@@ -27,7 +27,7 @@ using System.Diagnostics.CodeAnalysis;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [SuppressMessage("Microsoft.Design", "CA1724: Type names should not match namespaces")]
     [EditorBrowsable(EditorBrowsableState.Never)]
     public sealed class Binding : BindingBase
@@ -41,13 +41,13 @@ namespace Tizen.NUI.Binding
         object source;
         string updateSourceEventName;
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Binding()
         {
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Binding(string path, BindingMode mode = BindingMode.Default, IValueConverter converter = null, object converterParameter = null, string stringFormat = null, object source = null)
         {
@@ -64,7 +64,7 @@ namespace Tizen.NUI.Binding
             Source = source;
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public IValueConverter Converter
         {
@@ -77,7 +77,7 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object ConverterParameter
         {
@@ -90,7 +90,7 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string Path
         {
@@ -104,7 +104,7 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object Source
         {
@@ -121,7 +121,7 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string UpdateSourceEventName
         {
index 49f468b443666db7baf84b2e1b48fda2e890cf3a..d6ae7b1d61713bf124f0816c13bbc21e3963ce23 100755 (executable)
@@ -42,7 +42,7 @@ namespace Tizen.NUI.Binding
         /// <summary>
         /// Gets or sets the mode for this binding.
         /// </summary>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public BindingMode Mode
         {
@@ -65,7 +65,7 @@ namespace Tizen.NUI.Binding
         /// <summary>
         /// Gets or sets the string format for this binding.
         /// </summary>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string StringFormat
         {
@@ -78,7 +78,7 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object TargetNullValue
         {
@@ -90,7 +90,7 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object FallbackValue
         {
@@ -112,7 +112,7 @@ namespace Tizen.NUI.Binding
         /// Stops synchronization on the collection.
         /// </summary>
         /// <param name="collection">The collection on which to stop synchronization.</param>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static void DisableCollectionSynchronization(IEnumerable collection)
         {
@@ -122,7 +122,7 @@ namespace Tizen.NUI.Binding
             SynchronizedCollections.Remove(collection);
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static void EnableCollectionSynchronization(IEnumerable collection, object context, CollectionSynchronizationCallback callback)
         {
@@ -137,7 +137,7 @@ namespace Tizen.NUI.Binding
         /// <summary>
         /// Throws an InvalidOperationException if the binding has been applied.
         /// </summary>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected void ThrowIfApplied()
         {
index 2c74460a9fc2a3d10e2cd0f0951aa5af7bbae3ef..db86252534af6cf8c07a6664725cfeb5854f7239 100755 (executable)
@@ -20,13 +20,13 @@ using Tizen.NUI.Xaml;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ProvideCompiled("Tizen.NUI.Xaml.Core.XamlC.BindingTypeConverter")]
     [TypeConversion(typeof(Binding))]
     public sealed class BindingTypeConverter : TypeConverter
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override object ConvertFromInvariantString(string value)
         {
index fa9c27f245d735ac29445a8b069ac26880e8302e..4c9685a77f929a5d7af573712a2e563020438528 100755 (executable)
@@ -21,7 +21,7 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess);
 }
index 6b59a3bb07668ece2564f81f0c57317a5c4e2ded..f45ce4e8a37a31a3275c36a3ad9f2ebf30268a08 100755 (executable)
@@ -22,7 +22,7 @@ using Tizen.NUI.Xaml;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ProvideCompiled("Tizen.NUI.Xaml.Core.XamlC.ColorTypeConverter")]
     [TypeConversion(typeof(Color))]
@@ -32,7 +32,7 @@ namespace Tizen.NUI.Binding
         // HEX         #rgb, #argb, #rrggbb, #aarrggbb
         // float array      0.5,0.5,0.5,0.5
         // Predefined color        case insensitive
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override object ConvertFromInvariantString(string value)
         {
@@ -95,7 +95,7 @@ namespace Tizen.NUI.Binding
             return (j << 4) | j;
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static Color FromRgba(int r, int g, int b, int a)
         {
@@ -106,7 +106,7 @@ namespace Tizen.NUI.Binding
             return new Color(red, green, blue, alpha);
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static Color FromRgb(int r, int g, int b)
         {
@@ -152,7 +152,7 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override string ConvertToString(object value)
         {
index ecc7368902ea67c8047cff9438e489aba3307716..5c6fd8169650143b31c3c44a000d85fa568bfddf 100755 (executable)
@@ -22,11 +22,11 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public sealed class Command<T> : Command
     {
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Command(Action<T> execute)
             : base(o =>
@@ -43,7 +43,7 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Command(Action<T> execute, Func<T, bool> canExecute)
             : base(o =>
@@ -94,7 +94,7 @@ namespace Tizen.NUI.Binding
         /// Initializes a new instance of the Command class.
         /// </summary>
         /// <param name="execute">An instance to execute when the Command is executed.</param>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Command(Action<object> execute)
         {
@@ -108,7 +108,7 @@ namespace Tizen.NUI.Binding
         /// Initializes a new instance of the Command class.
         /// </summary>
         /// <param name="execute">An Action to execute when the Command is executed.</param>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Command(Action execute) : this(o => execute())
         {
@@ -121,7 +121,7 @@ namespace Tizen.NUI.Binding
         /// </summary>
         /// <param name="execute">An Action to execute when the Command is executed.</param>
         /// <param name="canExecute">A instance indicating if the Command can be executed.</param>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Command(Action<object> execute, Func<object, bool> canExecute) : this(execute)
         {
@@ -136,7 +136,7 @@ namespace Tizen.NUI.Binding
         /// </summary>
         /// <param name="execute">An Action to execute when the Command is executed.</param>
         /// <param name="canExecute">A instance indicating if the Command can be executed.</param>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Command(Action execute, Func<bool> canExecute) : this(o => execute(), o => canExecute())
         {
@@ -151,7 +151,7 @@ namespace Tizen.NUI.Binding
         /// </summary>
         /// <param name="parameter">An Object used as parameter to determine if the Command can be executed.</param>
         /// <returns>true if the Command can be executed, false otherwise.</returns>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool CanExecute(object parameter)
         {
@@ -164,7 +164,7 @@ namespace Tizen.NUI.Binding
         /// <summary>
         /// Occurs when the target of the Command should reevaluate whether or not the Command can be executed.
         /// </summary>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public event EventHandler CanExecuteChanged;
 
@@ -172,7 +172,7 @@ namespace Tizen.NUI.Binding
         /// Invokes the execute Action.
         /// </summary>
         /// <param name="parameter">An Object used as parameter for the execute Action.</param>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Execute(object parameter)
         {
@@ -182,7 +182,7 @@ namespace Tizen.NUI.Binding
         /// <summary>
         /// Send a CanExecuteChanged.
         /// </summary>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void ChangeCanExecute()
         {
index c968b60f9f0f6c1cac71fe4ec5b7d2fb14542309..36eef26ebd58f49d2885cb0913495c04d65c79aa 100755 (executable)
@@ -20,11 +20,11 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class ElementEventArgs : EventArgs
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public ElementEventArgs(Element element)
         {
@@ -34,7 +34,7 @@ namespace Tizen.NUI.Binding
             Element = element;
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Element Element { get; private set; }
     }
index 1b4dbdecef0e680c5baf091ca52a48a28944bd44..b25c9c278e4682de61db9236d31ca32c6cbe0865 100755 (executable)
@@ -31,13 +31,13 @@ namespace Tizen.NUI.Binding
     /// dp, sp suffix is converted to pixel value with Dpi and ScalingFactors by GraphicsTypeManager.
     /// <seealso cref="Tizen.NUI.GraphicsTypeManager" />
     /// </summary>
-    /// This will be public opened in tizen_next after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ProvideCompiledAttribute("Tizen.NUI.Xaml.Core.XamlC.FloatGraphicsTypeConverter")]
     public class FloatGraphicsTypeConverter : TypeConverter
     {
         /// <inheritdoc/>
-        /// This will be public opened in tizen_next after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override object ConvertFromInvariantString(string value)
         {
@@ -50,7 +50,7 @@ namespace Tizen.NUI.Binding
         }
 
         /// <inheritdoc/>
-        /// This will be public opened in tizen_next after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override string ConvertToString(object value)
         {
index c2d473fa7a89f80432ce8b99afcdc664ae1d1193..c47edd7bfaedf8fb229e6efea5b3e17c57b6ff50 100755 (executable)
@@ -19,7 +19,7 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public interface IResourcesProvider
     {
index 937ff820ab9bf2f33bf46588af5d6d2d5162cfdf..907219b6d0f56af64a79b48865638a494a572125 100755 (executable)
@@ -21,7 +21,7 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public interface IValueConverter
     {
index 4484b008e2fd5d6fcb6c8801e6ae44503aeae11e..7e58cdc0a934998f35b4f0ec8eea0363de18e116 100755 (executable)
@@ -26,12 +26,12 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ProvideCompiledAttribute("Tizen.NUI.Xaml.Core.XamlC.IntGraphicsTypeConverter")]
     public class IntGraphicsTypeConverter : TypeConverter
     {
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override object ConvertFromInvariantString(string value)
         {
@@ -43,7 +43,7 @@ namespace Tizen.NUI.Binding
             throw new InvalidOperationException($"Cannot convert \"{value}\" into {typeof(int)}");
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override string ConvertToString(object value)
         {
index 2ce1f16b790ff2bd1250cc2f4a580d4334d259d9..28b9f48dde64f022522c95f8721c461a6f3bb89f 100755 (executable)
@@ -21,7 +21,7 @@ using System.Reflection;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public abstract class Behavior : BindableObject, IAttachedObject
     {
@@ -32,7 +32,7 @@ namespace Tizen.NUI.Binding
             AssociatedType = associatedType;
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected Type AssociatedType { get; }
 
@@ -50,30 +50,30 @@ namespace Tizen.NUI.Binding
             OnDetachingFrom(bindable);
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected virtual void OnAttachedTo(BindableObject bindable)
         {
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected virtual void OnDetachingFrom(BindableObject bindable)
         {
         }
     }
 
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public abstract class Behavior<T> : Behavior where T : BindableObject
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected Behavior() : base(typeof(T))
         {
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void OnAttachedTo(BindableObject bindable)
         {
@@ -81,13 +81,13 @@ namespace Tizen.NUI.Binding
             OnAttachedTo((T)bindable);
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected virtual void OnAttachedTo(T bindable)
         {
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void OnDetachingFrom(BindableObject bindable)
         {
@@ -95,7 +95,7 @@ namespace Tizen.NUI.Binding
             base.OnDetachingFrom(bindable);
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected virtual void OnDetachingFrom(T bindable)
         {
index 23c6692e5336968ffa8ddb3f5137de284501dd91..77c72edfa46b8caeaaa2c76a87b9b4981fe4cbf5 100755 (executable)
@@ -21,7 +21,7 @@ using Tizen.NUI.Xaml;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ProvideCompiled("Tizen.NUI.Xaml.Core.XamlC.PassthroughValueProvider")]
     [AcceptEmptyServiceProvider]
@@ -32,14 +32,14 @@ namespace Tizen.NUI.Binding
         BindingBase binding;
         object triggerValue;
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public BindingCondition()
         {
             boundProperty = BindableProperty.CreateAttached("Bound", typeof(object), typeof(BindingCondition), null, propertyChanged: OnBoundPropertyChanged);
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public BindingBase Binding
         {
@@ -54,7 +54,7 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object Value
         {
index dd1c2a37cb3dbf804d202bda6d8e9ca38578ba28..53f2bd7d11e0b163e1043378c6ca42dbbf1c8667 100755 (executable)
@@ -20,7 +20,7 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public abstract class Condition
     {
index c8ab3ece11629a33161797e1466ace6cb615fbca..9363c843408df28681c3e763cb13ccccd1c42308 100755 (executable)
@@ -22,20 +22,20 @@ using Tizen.NUI.Xaml;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ContentProperty("Setters")]
     [ProvideCompiled("Tizen.NUI.Xaml.Core.XamlC.PassthroughValueProvider")]
     [AcceptEmptyServiceProvider]
     public sealed class DataTrigger : TriggerBase, IValueProvider
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public DataTrigger([TypeConverter(typeof(TypeTypeConverter))][Parameter("TargetType")] Type targetType) : base(new BindingCondition(), targetType)
         {
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public BindingBase Binding
         {
@@ -52,14 +52,14 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public new IList<Setter> Setters
         {
             get { return base.Setters; }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         [Obsolete("This has been deprecated in API9 and will be removed in API11. Use GetValue() instead.")]
         public object Value
index 983f073faca129afa430e443074cc49f5dfe2879..9aaa9cbf9a79a1a4d1abfbb1df31c937ad6017b7 100755 (executable)
@@ -23,7 +23,7 @@ using System.Reflection;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ContentProperty("Actions")]
     public sealed class EventTrigger : TriggerBase
@@ -36,18 +36,18 @@ namespace Tizen.NUI.Binding
         string eventname;
         Delegate handlerdelegate;
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public EventTrigger() : base(typeof(BindableObject))
         {
             Actions = new SealedList<TriggerAction>();
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public IList<TriggerAction> Actions { get; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string Event
         {
index 58fbe534ff78d7a6a9edf6424ee5ed950a586ef5..a3d3f299320a5e52926eb22f5244bf308009955a 100755 (executable)
@@ -21,25 +21,25 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ContentProperty("Setters")]
     public sealed class MultiTrigger : TriggerBase
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public MultiTrigger([TypeConverter(typeof(TypeTypeConverter))][Parameter("TargetType")] Type targetType) : base(new MultiCondition(), targetType)
         {
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public IList<Condition> Conditions
         {
             get { return ((MultiCondition)Condition).Conditions; }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public new IList<Setter> Setters
         {
index 8389ca2b3a190d1f5b61dbb7cdab75df89a3dd5d..b2a3b2e14ee788719be41bfcbc3dbd47137b0047 100755 (executable)
@@ -22,7 +22,7 @@ using Tizen.NUI.Xaml;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ProvideCompiled("Tizen.NUI.Core.XamlC.PassthroughValueProvider")]
     [AcceptEmptyServiceProvider]
@@ -33,14 +33,14 @@ namespace Tizen.NUI.Binding
         BindableProperty property;
         object triggerValue;
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public XamlPropertyCondition()
         {
             stateProperty = BindableProperty.CreateAttached("State", typeof(bool), typeof(XamlPropertyCondition), false, propertyChanged: OnStatePropertyChanged);
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public BindableProperty Property
         {
@@ -62,7 +62,7 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object Value
         {
index 328476f75202fdfe069c5f683504359f4f7f8552..b1707e1107be24c3c71031d746b410a9fd1d77e1 100755 (executable)
@@ -19,18 +19,18 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding.Internals
 {
-    /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class DynamicResource
     {
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public DynamicResource(string key)
         {
             Key = key;
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string Key { get; private set; }
     }
index aaa96de5d11aa4179c1ebeb1f6d8ad28feef7aae..e44de49018f9b69b7e0cfa51d52ecf6af87c9989 100755 (executable)
@@ -20,11 +20,11 @@ using Tizen.NUI.Binding;
 
 namespace Tizen.NUI.Binding.Internals
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public interface IDynamicResourceHandler
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         void SetDynamicResource(BindableProperty targetProperty, string key);
     }
index 31175cb903c4c12d3283124051962cdf999e11da..2616768dbb1466673e9feca1bfca92b76e835756 100755 (executable)
@@ -21,23 +21,23 @@ using System.Xml;
 
 namespace Tizen.NUI.Binding.Internals
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public interface INameScope
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         object FindByName(string name);
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         void RegisterName(string name, object scopedElement);
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         void UnregisterName(string name);
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         [ObsoleteAttribute(" ", false)]
         void RegisterName(string name, object scopedElement, IXmlLineInfo xmlLineInfo);
index 69f9683242d6b61d8d7520625d7dcb38a6be52ef..13e9ca75f3aaebb5aea1f8cc6557f03a5236f3e2 100755 (executable)
@@ -24,11 +24,11 @@ using Tizen.NUI.Xaml;
 
 namespace Tizen.NUI.Binding.Internals
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class NameScope : INameScope
     {
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly BindableProperty NameScopeProperty = BindableProperty.CreateAttached("NameScope", typeof(INameScope), typeof(NameScope), default(INameScope));
 
@@ -97,7 +97,7 @@ namespace Tizen.NUI.Binding.Internals
             names.Remove(name);
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static INameScope GetNameScope(BindableObject bindable)
         {
@@ -105,7 +105,7 @@ namespace Tizen.NUI.Binding.Internals
         }
 
         /// <exception cref="ArgumentNullException"> Thrown when bindable is null. </exception>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static void SetNameScope(BindableObject bindable, INameScope value)
         {
index a83d1265cff2d0ada8062b2dad1d37a5803909cf..4a10f440d90ebbe12565d024de62dd260bed6a53 100755 (executable)
@@ -21,11 +21,11 @@ using Tizen.NUI.Binding.Internals;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public static class NameScopeExtensions
     {
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static T FindByName<T>(this Element element, string name)
         {
@@ -52,7 +52,7 @@ namespace Tizen.NUI.Binding
         /// <summary>
         /// Used to find the object defined in Xaml file.
         /// </summary>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static T FindByNameInCurrentNameScope<T>(string name)
         {
index 8e6a87071592bd2df34fc3bc46209d78b5c59041..44852b61618bf5ca350cfcde8f197a2fc1f8aa78 100755 (executable)
@@ -31,7 +31,7 @@ namespace Tizen.NUI.Binding
     [ProvideCompiledAttribute("Tizen.NUI.Xaml.Core.XamlC.PointSizeTypeConverter")]
     public class PointSizeTypeConverter : TypeConverter
     {
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override object ConvertFromInvariantString(string value)
         {
@@ -43,7 +43,7 @@ namespace Tizen.NUI.Binding
             throw new InvalidOperationException($"Cannot convert \"{value}\" into {typeof(float)}");
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override string ConvertToString(object value)
         {
index 8bc42b0e86c86d7f536aa719ef192041b8734f1c..bf5e11fbaa7d3b11f02782a4b7bf949029c9d3a1 100755 (executable)
@@ -26,7 +26,7 @@ namespace Tizen.NUI.Binding.Internals
     /// For internal use.
     /// </summary>
     /// <typeparam name="TRegistrable"></typeparam>
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class Registrar<TRegistrable> where TRegistrable : class
     {
@@ -37,7 +37,7 @@ namespace Tizen.NUI.Binding.Internals
         /// </summary>
         /// <param name="tview">The type of the view</param>
         /// <param name="trender">The type of the render.</param>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Register(Type tview, Type trender)
         {
@@ -78,7 +78,7 @@ namespace Tizen.NUI.Binding.Internals
         /// <typeparam name="TOut">The type of the handler</typeparam>
         /// <param name="type">The type.</param>
         /// <returns>The handler instance.</returns>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public TOut GetHandler<TOut>(Type type) where TOut : TRegistrable
         {
@@ -92,7 +92,7 @@ namespace Tizen.NUI.Binding.Internals
         /// <param name="type">The type.</param>
         /// <param name="args">The args of the type</param>
         /// <returns>The handler instance.</returns>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public TOut GetHandler<TOut>(Type type, params object[] args) where TOut : TRegistrable
         {
@@ -105,7 +105,7 @@ namespace Tizen.NUI.Binding.Internals
         /// <typeparam name="TOut">The type</typeparam>
         /// <param name="obj">The object instance.</param>
         /// <returns>The handle of the obj.</returns>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public TOut GetHandlerForObject<TOut>(object obj) where TOut : TRegistrable
         {
@@ -125,7 +125,7 @@ namespace Tizen.NUI.Binding.Internals
         /// <param name="obj">The object instance</param>
         /// <param name="args">The args of the type</param>
         /// <returns>The handler of the object.</returns>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public TOut GetHandlerForObject<TOut>(object obj, params object[] args) where TOut : TRegistrable
         {
@@ -143,7 +143,7 @@ namespace Tizen.NUI.Binding.Internals
         /// </summary>
         /// <param name="viewType">The view type.</param>
         /// <returns>The type of the handle.</returns>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Type GetHandlerType(Type viewType)
         {
@@ -185,7 +185,7 @@ namespace Tizen.NUI.Binding.Internals
         /// </summary>
         /// <param name="obj">The object instance.</param>
         /// <returns>The type of the handler.</returns>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Type GetHandlerTypeForObject(object obj)
         {
@@ -221,7 +221,7 @@ namespace Tizen.NUI.Binding.Internals
     /// <summary>
     /// For internal use
     /// </summary>
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public static class Registrar
     {
@@ -231,7 +231,7 @@ namespace Tizen.NUI.Binding.Internals
 
         internal static Dictionary<string, Type> Effects { get; } = new Dictionary<string, Type>();
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static IEnumerable<Assembly> ExtraAssemblies { get; set; }
     }
index 10510906cc9d964297d9eda8138aefe6fd0b1916..0e7c088662fb2cc348f1c0281b14aeeea3eeecb2 100755 (executable)
@@ -29,7 +29,7 @@ using Tizen.NUI.Xaml;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class ResourceDictionary : IResourceDictionary, IDictionary<string, object>
     {
@@ -39,7 +39,7 @@ namespace Tizen.NUI.Binding
         Type mergedWith;
         Uri source;
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public ResourceDictionary()
         {
@@ -49,7 +49,7 @@ namespace Tizen.NUI.Binding
         /// <summary>
         /// Gets or sets the type of object with which the resource dictionary is merged.
         /// </summary>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         [TypeConverter(typeof(TypeTypeConverter))]
         [Obsolete("Use Source")]
@@ -79,7 +79,7 @@ namespace Tizen.NUI.Binding
         /// <summary>
         /// Gets or sets the URI of the merged resource dictionary.
         /// </summary>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         [TypeConverter(typeof(RDSourceTypeConverter))]
         public Uri Source
@@ -119,7 +119,7 @@ namespace Tizen.NUI.Binding
 
         ICollection<ResourceDictionary> _mergedDictionaries;
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public ICollection<ResourceDictionary> MergedDictionaries
         {
@@ -189,7 +189,7 @@ namespace Tizen.NUI.Binding
             OnValuesChanged(item);
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Clear()
         {
@@ -207,7 +207,7 @@ namespace Tizen.NUI.Binding
             ((ICollection<KeyValuePair<string, object>>)innerDictionary).CopyTo(array, arrayIndex);
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public int Count
         {
@@ -224,7 +224,7 @@ namespace Tizen.NUI.Binding
             return ((ICollection<KeyValuePair<string, object>>)innerDictionary).Remove(item);
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Add(string key, object value)
         {
@@ -234,7 +234,7 @@ namespace Tizen.NUI.Binding
             OnValueChanged(key, value);
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool ContainsKey(string key)
         {
@@ -244,7 +244,7 @@ namespace Tizen.NUI.Binding
         /// <summary>
         /// Gets or sets the value according to index.
         /// </summary>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         [IndexerName("Item")]
         public object this[string index]
@@ -268,21 +268,21 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public ICollection<string> Keys
         {
             get { return innerDictionary.Keys; }
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool Remove(string key)
         {
             return innerDictionary.Remove(key);
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public ICollection<object> Values
         {
@@ -294,7 +294,7 @@ namespace Tizen.NUI.Binding
             return GetEnumerator();
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public IEnumerator<KeyValuePair<string, object>> GetEnumerator()
         {
@@ -316,7 +316,7 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool TryGetValue(string key, out object value)
         {
@@ -356,7 +356,7 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Add(ResourceDictionary mergedResourceDictionary)
         {
index ca475a28e46a06072f278c5f133c974a9a879c2b..4389c03601b747153720ada3936fe9eecd4e3031 100755 (executable)
@@ -26,12 +26,12 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ProvideCompiledAttribute("Tizen.NUI.Xaml.Core.XamlC.SizeTypeConverter")]
     public class SizeTypeConverter : TypeConverter
     {
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override object ConvertFromInvariantString(string value)
         {
@@ -56,7 +56,7 @@ namespace Tizen.NUI.Binding
             throw new InvalidOperationException($"Cannot convert \"{value}\" into {typeof(Size)}");
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override string ConvertToString(object value)
         {
@@ -69,12 +69,12 @@ namespace Tizen.NUI.Binding
         }
     }
 
-    /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ProvideCompiledAttribute("Tizen.NUI.Xaml.Core.XamlC.Size2DTypeConverter")]
     public class Size2DTypeConverter : TypeConverter
     {
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override object ConvertFromInvariantString(string value)
         {
@@ -92,7 +92,7 @@ namespace Tizen.NUI.Binding
             throw new InvalidOperationException($"Cannot convert \"{value}\" into {typeof(Size2D)}");
         }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override string ConvertToString(object value)
         {
index 3437516a920fbe3ea3a3fcbf06e477ca5f8b3424..69bbc1f8326219e3115067d8b002c46b6130180d 100755 (executable)
@@ -23,23 +23,20 @@ using Tizen.NUI.Xaml;
 
 namespace Tizen.NUI.Binding
 {
-    /// <since_tizen> 6 </since_tizen>
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ContentProperty("Setters")]
     [ProvideCompiled("Tizen.NUI.Xaml.Core.XamlC.PassthroughValueProvider")]
     [AcceptEmptyServiceProvider]
     public sealed class Trigger : TriggerBase, IValueProvider
     {
-        /// <since_tizen> 6 </since_tizen>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Trigger([TypeConverter(typeof(TypeTypeConverter))][Parameter("TargetType")] Type targetType) : base(new XamlPropertyCondition(), targetType)
         {
         }
 
-        /// <since_tizen> 6 </since_tizen>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public BindableProperty Property
         {
@@ -56,16 +53,14 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// <since_tizen> 6 </since_tizen>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public new IList<Setter> Setters
         {
             get { return base.Setters; }
         }
 
-        /// <since_tizen> 6 </since_tizen>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         [Obsolete("This has been deprecated in API9 and will be removed in API11. Use GetValue() instead.")]
         public object Value
index 130545cac8b6d5aec6e25cc7f0a14c6221e127c3..bc9bee139f3a07be5e4034d4b57358e474035502 100755 (executable)
@@ -20,8 +20,7 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
 {
-    /// <since_tizen> 6 </since_tizen>
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public abstract class TriggerAction
     {
@@ -32,13 +31,11 @@ namespace Tizen.NUI.Binding
             AssociatedType = associatedType;
         }
 
-        /// <since_tizen> 6 </since_tizen>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected Type AssociatedType { get; private set; }
 
-        /// <since_tizen> 6 </since_tizen>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected abstract void Invoke(object sender);
 
index 3f4d8668812746ddb626ab6dc0daca1e9f92c55b..0d9f49ee6f0eaeb3b6e7d75abeabc01f6f5bcd3a 100755 (executable)
@@ -6,8 +6,8 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
 {
-    /// <since_tizen> 6 </since_tizen>
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public abstract class TriggerBase : BindableObject, IAttachedObject
     {
@@ -30,18 +30,18 @@ namespace Tizen.NUI.Binding
             Condition.ConditionChanged = OnConditionChanged;
         }
 
-        /// <since_tizen> 6 </since_tizen>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public IList<TriggerAction> EnterActions { get; }
 
-        /// <since_tizen> 6 </since_tizen>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public IList<TriggerAction> ExitActions { get; }
 
-        /// <since_tizen> 6 </since_tizen>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool IsSealed
         {
@@ -57,8 +57,8 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        /// <since_tizen> 6 </since_tizen>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Type TargetType { get; }
 
index 725f73a967f869c20dd0a7b2a2c44be24978fd12..588d94bb950da8a84c801d21128302b9587f7c61 100755 (executable)
@@ -20,13 +20,13 @@ using System.Globalization;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public abstract class TypeConverter
     {
         internal const char UnifiedDelimiter = ',';
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public virtual bool CanConvertFrom(Type sourceType)
         {
@@ -36,7 +36,7 @@ namespace Tizen.NUI.Binding
             return sourceType == typeof(string);
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         [Obsolete("ConvertFrom is obsolete as of version 2.2.0. Use ConvertFromInvariantString (string) instead.")]
         public virtual object ConvertFrom(object o)
@@ -44,7 +44,7 @@ namespace Tizen.NUI.Binding
             return null;
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         [Obsolete("ConvertFrom is obsolete as of version 2.2.0. Use ConvertFromInvariantString (string) instead.")]
         public virtual object ConvertFrom(CultureInfo culture, object o)
@@ -52,7 +52,7 @@ namespace Tizen.NUI.Binding
             return null;
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public virtual object ConvertFromInvariantString(string value)
         {
index 6c68f4335115fd3cd6a7ab44c17d76588270cdd3..3cb623dde6acf1d7f00d82fad987861395fdb837 100755 (executable)
@@ -24,7 +24,7 @@ using System.Collections.Generic;
 namespace Tizen.NUI.Binding.Internals
 {
     //FIXME: need a better name for this, and share with Binding, so we can share more unit tests
-    /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public abstract class TypedBindingBase : BindingBase
     {
@@ -33,7 +33,7 @@ namespace Tizen.NUI.Binding.Internals
         object source;
         string updateSourceEventName;
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public IValueConverter Converter
         {
@@ -45,7 +45,7 @@ namespace Tizen.NUI.Binding.Internals
             }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object ConverterParameter
         {
@@ -57,7 +57,7 @@ namespace Tizen.NUI.Binding.Internals
             }
         }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object Source
         {
index ab68cee0fb36df8ad8e0787cdcf6b6eb3ef5d1fc..80340fe568084734bd2abbda1ae3eb91c04d6420 100755 (executable)
@@ -25,29 +25,29 @@ namespace Tizen.NUI
     /// Specifies a mapping on a per-assembly basis between a XAML namespace and a CLR namespace,<br />
     /// which is then used for type resolution by a XAML object writer or XAML schema context.
     /// </summary>
-    /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
     [DebuggerDisplay("{XmlNamespace}, {ClrNamespace}, {AssemblyName}")]
     public sealed class XmlnsDefinitionAttribute : Attribute
     {
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string XmlNamespace { get; }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string ClrNamespace { get; }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public string AssemblyName { get; set; }
 
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public int Level { get; set; }
 
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespace)
         {