From 9c87696dc08dccdb77f9a82a590f451cf2c82c56 Mon Sep 17 00:00:00 2001 From: "dongsug.song" Date: Thu, 16 Jun 2022 17:43:04 +0900 Subject: [PATCH] [NUI] Fix comments according to document review --- .../src/internal/Common/DaliEnumConstants.cs | 10 +-- src/Tizen.NUI/src/internal/Common/RenderTask.cs | 4 +- src/Tizen.NUI/src/internal/Common/ViewImpl.cs | 18 ++--- src/Tizen.NUI/src/internal/Common/WeakEvent.cs | 2 +- .../src/internal/Interop/NDalicPINVOKE.cs | 4 +- src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs | 6 +- src/Tizen.NUI/src/internal/Utility/Camera.cs | 16 ++--- src/Tizen.NUI/src/internal/XamlBinding/Device.cs | 4 +- .../internal/XamlBinding/IExtendedTypeConverter.cs | 2 +- .../src/internal/XamlBinding/TypeTypeConverter.cs | 2 +- src/Tizen.NUI/src/internal/images/ImageLoading.cs | 2 +- .../src/public/Application/NUIApplication.cs | 6 +- .../src/public/BaseComponents/CustomView.cs | 8 +-- .../src/public/BaseComponents/FlexContainer.cs | 64 +++++++++--------- .../src/public/BaseComponents/ImageView.cs | 15 ++--- .../src/public/BaseComponents/Style/Constants.cs | 2 +- .../src/public/BaseComponents/Style/ViewStyle.cs | 4 +- .../Style/ViewStyleBindableProperty.cs | 78 +++++++++++----------- .../src/public/BaseComponents/TableView.cs | 12 ++-- .../src/public/BaseComponents/TextEditor.cs | 2 +- .../src/public/BaseComponents/TextField.cs | 6 +- .../src/public/BaseComponents/TextLabel.cs | 15 ++--- .../src/public/BaseComponents/VideoView.cs | 2 +- src/Tizen.NUI/src/public/BaseComponents/View.cs | 30 ++++----- .../public/BaseComponents/ViewBindableProperty.cs | 2 +- .../src/public/BaseComponents/ViewPublicMethods.cs | 12 ++-- src/Tizen.NUI/src/public/Common/Adaptor.cs | 10 +-- src/Tizen.NUI/src/public/Common/BaseHandle.cs | 2 +- src/Tizen.NUI/src/public/Common/Color.cs | 16 ++--- src/Tizen.NUI/src/public/Common/Container.cs | 2 +- src/Tizen.NUI/src/public/Common/Extents.cs | 24 +++---- src/Tizen.NUI/src/public/Common/Layer.cs | 7 +- src/Tizen.NUI/src/public/Common/NUIConstants.cs | 10 +-- src/Tizen.NUI/src/public/Common/Position.cs | 18 ++--- src/Tizen.NUI/src/public/Common/Position2D.cs | 12 ++-- .../src/public/Common/PropertyNotification.cs | 2 +- src/Tizen.NUI/src/public/Common/Rectangle.cs | 24 +++---- src/Tizen.NUI/src/public/Common/RelativeVector2.cs | 12 ++-- src/Tizen.NUI/src/public/Common/RelativeVector3.cs | 18 ++--- src/Tizen.NUI/src/public/Common/RelativeVector4.cs | 24 +++---- src/Tizen.NUI/src/public/Common/Size.cs | 18 ++--- src/Tizen.NUI/src/public/Common/Size2D.cs | 12 ++-- src/Tizen.NUI/src/public/Common/Vector2.cs | 24 +++---- src/Tizen.NUI/src/public/Common/Vector3.cs | 54 +++++++-------- src/Tizen.NUI/src/public/Common/Vector4.cs | 72 ++++++++++---------- src/Tizen.NUI/src/public/Images/PixelData.cs | 2 +- src/Tizen.NUI/src/public/Input/FocusManager.cs | 24 +++---- .../src/public/Input/InputMethodContext.cs | 6 +- .../src/public/Layouting/LayoutTransition.cs | 6 +- src/Tizen.NUI/src/public/Layouting/LinearLayout.cs | 4 +- .../src/public/Layouting/MeasureSpecification.cs | 4 +- src/Tizen.NUI/src/public/Rendering/Renderer.cs | 4 +- src/Tizen.NUI/src/public/Theme/ThemeManager.cs | 2 +- src/Tizen.NUI/src/public/Utility/ScrollView.cs | 54 +++++++-------- src/Tizen.NUI/src/public/Visuals/VisualFactory.cs | 4 +- src/Tizen.NUI/src/public/Widget/WidgetView.cs | 8 +-- src/Tizen.NUI/src/public/Window/Window.cs | 18 ++--- src/Tizen.NUI/src/public/Window/WindowEvent.cs | 16 ++--- .../src/public/Xaml/XamlServiceProvider.cs | 2 +- src/Tizen.NUI/src/public/XamlBinding/Element.cs | 2 +- .../XamlBinding/Interactivity/DataTrigger.cs | 2 +- src/Tizen.NUI/src/public/XamlBinding/Trigger.cs | 2 +- .../src/public/XamlBinding/TypeConverter.cs | 4 +- 63 files changed, 425 insertions(+), 428 deletions(-) diff --git a/src/Tizen.NUI/src/internal/Common/DaliEnumConstants.cs b/src/Tizen.NUI/src/internal/Common/DaliEnumConstants.cs index 56b6e40..afb7403 100755 --- a/src/Tizen.NUI/src/internal/Common/DaliEnumConstants.cs +++ b/src/Tizen.NUI/src/internal/Common/DaliEnumConstants.cs @@ -174,7 +174,7 @@ namespace Tizen.NUI /// /// Deprecated.(API Level 6) Not used. /// - [Obsolete("Please do not use this ViewMode(Deprecated).")] + [Obsolete("Do not use this ViewMode(Deprecated).")] public enum ViewMode { /// @@ -184,7 +184,7 @@ namespace Tizen.NUI /// /// Deprecated.(API Level 6) Not used. /// - [Obsolete("Please do not use this ViewMode.Mono(Deprecated).")] + [Obsolete("Do not use this ViewMode.Mono(Deprecated).")] Mono, /// /// Stereoscopic. Frame buffer is split horizontally with the left and right camera views in their respective sides. @@ -193,7 +193,7 @@ namespace Tizen.NUI /// /// Deprecated.(API Level 6) Not used. /// - [Obsolete("Please do not use this ViewMode.StereoHorizontal(Deprecated).")] + [Obsolete("Do not use this ViewMode.StereoHorizontal(Deprecated).")] StereoHorizontal, /// /// Stereoscopic. Frame buffer is split vertically with the left camera view at the top and the right camera view at the bottom. @@ -202,7 +202,7 @@ namespace Tizen.NUI /// /// Deprecated.(API Level 6) Not used. /// - [Obsolete("Please do not use this ViewMode.StereoVertical(Deprecated).")] + [Obsolete("Do not use this ViewMode.StereoVertical(Deprecated).")] StereoVertical, /// /// Stereoscopic. Left/Right camera views are rendered into the framebuffer on alternate frames. @@ -211,7 +211,7 @@ namespace Tizen.NUI /// /// Deprecated.(API Level 6) Not used. /// - [Obsolete("Please do not use this ViewMode.StereoInterlaced(Deprecated).")] + [Obsolete("Do not use this ViewMode.StereoInterlaced(Deprecated).")] StereoInterlaced } diff --git a/src/Tizen.NUI/src/internal/Common/RenderTask.cs b/src/Tizen.NUI/src/internal/Common/RenderTask.cs index e7b852e..937537a 100755 --- a/src/Tizen.NUI/src/internal/Common/RenderTask.cs +++ b/src/Tizen.NUI/src/internal/Common/RenderTask.cs @@ -295,14 +295,14 @@ namespace Tizen.NUI return ret; } - [Obsolete("Deprecated in API9, will be removed in API11. Please use ClearColor property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ClearColor property instead.")] public void SetClearColor(Vector4 color) { Interop.RenderTask.SetClearColor(SwigCPtr, Vector4.getCPtr(color)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } - [Obsolete("Deprecated in API9, will be removed in API11. Please use ClearColor property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ClearColor property instead.")] public Vector4 GetClearColor() { Vector4 ret = new Vector4(Interop.RenderTask.GetClearColor(SwigCPtr), true); diff --git a/src/Tizen.NUI/src/internal/Common/ViewImpl.cs b/src/Tizen.NUI/src/internal/Common/ViewImpl.cs index 498c88f..e37119c 100755 --- a/src/Tizen.NUI/src/internal/Common/ViewImpl.cs +++ b/src/Tizen.NUI/src/internal/Common/ViewImpl.cs @@ -179,10 +179,10 @@ namespace Tizen.NUI } /// - /// [Obsolete("Please do not use! this will be deprecated")] + /// [Obsolete("Do not use this, that will be deprecated.")] /// - /// Please do not use! this will be deprecated! - [Obsolete("Please do not use! this will be deprecated.")] + /// Do not use this, that will be deprecated. + [Obsolete("Do not use this, that will be deprecated.")] [EditorBrowsable(EditorBrowsableState.Never)] public void AccessibilityActivate() { @@ -191,10 +191,10 @@ namespace Tizen.NUI } /// - /// [Obsolete("Please do not use! this will be deprecated")] + /// [Obsolete("Do not use this, that will be deprecated.")] /// - /// Please do not use! this will be deprecated! - [Obsolete("Please do not use! this will be deprecated.")] + /// Do not use this, that will be deprecated. + [Obsolete("Do not use this, that will be deprecated.")] [EditorBrowsable(EditorBrowsableState.Never)] public void KeyboardEnter() { @@ -224,10 +224,10 @@ namespace Tizen.NUI } /// - /// [Obsolete("Please do not use! this will be deprecated")] + /// [Obsolete("Do not use this, that will be deprecated.")] /// - /// Please do not use! this will be deprecated! - [Obsolete("Please do not use! this will be deprecated.")] + /// Do not use this, that will be deprecated. + [Obsolete("Do not use this, that will be deprecated.")] [EditorBrowsable(EditorBrowsableState.Never)] public bool EmitKeyEventSignal(Key arg0) { diff --git a/src/Tizen.NUI/src/internal/Common/WeakEvent.cs b/src/Tizen.NUI/src/internal/Common/WeakEvent.cs index de710a3..29a4456 100755 --- a/src/Tizen.NUI/src/internal/Common/WeakEvent.cs +++ b/src/Tizen.NUI/src/internal/Common/WeakEvent.cs @@ -82,7 +82,7 @@ namespace Tizen.NUI // To do that, the reference should be assigned to the local variable first. var localRefCopied = weakReference.Target; - // Please do not change this to if (weakReference.Target != null) + // Do not change this to if (weakReference.Target != null) if (localRefCopied != null) Delegate.CreateDelegate(typeof(U), localRefCopied, methodInfo).DynamicInvoke(args); } } diff --git a/src/Tizen.NUI/src/internal/Interop/NDalicPINVOKE.cs b/src/Tizen.NUI/src/internal/Interop/NDalicPINVOKE.cs index c15ccc2..62d0b49 100755 --- a/src/Tizen.NUI/src/internal/Interop/NDalicPINVOKE.cs +++ b/src/Tizen.NUI/src/internal/Interop/NDalicPINVOKE.cs @@ -220,7 +220,7 @@ namespace Tizen.NUI SWIGRegisterStringCallbackNDalic(stringDelegate); } - [Obsolete("Please do not use! Deprecated in API9, will be removed in API11! Please delete this if currently used!")] + [Obsolete("Do not use this, that is deprecated in API9 and will be removed in API11. Delete this if currently used.")] [EditorBrowsable(EditorBrowsableState.Never)] public static void RegistCallback() { @@ -278,7 +278,7 @@ namespace Tizen.NUI public static extern global::System.IntPtr ApplicationLowMemorySignal(global::System.Runtime.InteropServices.HandleRef jarg1); - [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use NDalicPINVOKE.DeleteBaseHandle(...) instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use NDalicPINVOKE.DeleteBaseHandle(...) instead.")] [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_BaseHandle")] public static extern void delete_BaseHandle(global::System.Runtime.InteropServices.HandleRef jarg1); } diff --git a/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs b/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs index a0d585a..1e7cd5b 100755 --- a/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs +++ b/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs @@ -2173,11 +2173,11 @@ namespace Tizen.NUI internal static readonly int TooltipTailBelowVisual = Interop.NDalicToolTip.TooltipTailBelowVisualGet(); - [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageVisualUrl instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ImageVisualUrl instead.")] internal static readonly int IMAGE_VISUAL_URL = Interop.NDalicImageVisual.ImageVisualUrlGet(); - [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageVisualAlphaMaskUrl instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ImageVisualAlphaMaskUrl instead.")] internal static readonly int IMAGE_VISUAL_ALPHA_MASK_URL = Interop.NDalicImageVisual.ImageVisualAlphaMaskUrlGet(); - [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageVisualAuxiliaryImageUrl instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ImageVisualAuxiliaryImageUrl instead.")] internal static readonly int IMAGE_VISUAL_AUXILIARY_IMAGE_URL = Interop.NDalicImageVisual.ImageVisualAuxiliaryImageUrlGet(); } } diff --git a/src/Tizen.NUI/src/internal/Utility/Camera.cs b/src/Tizen.NUI/src/internal/Utility/Camera.cs index 6d0c87c..4fb02ee 100755 --- a/src/Tizen.NUI/src/internal/Utility/Camera.cs +++ b/src/Tizen.NUI/src/internal/Utility/Camera.cs @@ -111,14 +111,14 @@ namespace Tizen.NUI return ret; } - [Obsolete("Deprecated in API9, will be removed in API11. Please use FieldOfView property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use FieldOfView property instead.")] public void SetFieldOfView(float fieldOfView) { Interop.CameraActor.SetFieldOfView(SwigCPtr, fieldOfView); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } - [Obsolete("Deprecated in API9, will be removed in API11. Please use FieldOfView property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use FieldOfView property instead.")] public float GetFieldOfView() { float ret = Interop.CameraActor.GetFieldOfView(SwigCPtr); @@ -126,14 +126,14 @@ namespace Tizen.NUI return ret; } - [Obsolete("Deprecated in API9, will be removed in API11. Please use AspectRatio property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use AspectRatio property instead.")] public void SetAspectRatio(float aspectRatio) { Interop.CameraActor.SetAspectRatio(SwigCPtr, aspectRatio); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } - [Obsolete("Deprecated in API9, will be removed in API11. Please use AspectRatio property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use AspectRatio property instead.")] public float GetAspectRatio() { float ret = Interop.CameraActor.GetAspectRatio(SwigCPtr); @@ -167,14 +167,14 @@ namespace Tizen.NUI return ret; } - [Obsolete("Deprecated in API9, will be removed in API11. Please use TargetPosition property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use TargetPosition property instead.")] public void SetTargetPosition(Vector3 targetPosition) { Interop.CameraActor.SetTargetPosition(SwigCPtr, Vector3.getCPtr(targetPosition)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } - [Obsolete("Deprecated in API9, will be removed in API11. Please use TargetPosition property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use TargetPosition property instead.")] public Vector3 GetTargetPosition() { Vector3 ret = new Vector3(Interop.CameraActor.GetTargetPosition(SwigCPtr), true); @@ -182,14 +182,14 @@ namespace Tizen.NUI return ret; } - [Obsolete("Deprecated in API9, will be removed in API11. Please use InvertYAxis property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use InvertYAxis property instead.")] public void SetInvertYAxis(bool invertYAxis) { Interop.CameraActor.SetInvertYAxis(SwigCPtr, invertYAxis); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } - [Obsolete("Deprecated in API9, will be removed in API11. Please use InvertYAxis property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use InvertYAxis property instead.")] public bool GetInvertYAxis() { bool ret = Interop.CameraActor.GetInvertYAxis(SwigCPtr); diff --git a/src/Tizen.NUI/src/internal/XamlBinding/Device.cs b/src/Tizen.NUI/src/internal/XamlBinding/Device.cs index e452a70..f897e1a 100755 --- a/src/Tizen.NUI/src/internal/XamlBinding/Device.cs +++ b/src/Tizen.NUI/src/internal/XamlBinding/Device.cs @@ -46,7 +46,7 @@ namespace Tizen.NUI.Binding [EditorBrowsable(EditorBrowsableState.Never)] public static void SetTargetIdiom(TargetIdiom value) => Idiom = value; - [Obsolete("TargetPlatform is obsolete as of version 2.3.4. Please use RuntimePlatform instead.")] + [Obsolete("TargetPlatform is obsolete as of version 2.3.4. Use RuntimePlatform instead.")] #pragma warning disable 0618 public static TargetPlatform OS { @@ -110,7 +110,7 @@ namespace Tizen.NUI.Binding // return GetNamedSize(size, targetElementType, false); // } - [Obsolete("OnPlatform<> (generic) is obsolete as of version 2.3.4. Please use switch(RuntimePlatform) instead.")] + [Obsolete("OnPlatform<> (generic) is obsolete as of version 2.3.4. Use switch(RuntimePlatform) instead.")] public static T OnPlatform(T iOS, T Android, T WinPhone) { switch (OS) diff --git a/src/Tizen.NUI/src/internal/XamlBinding/IExtendedTypeConverter.cs b/src/Tizen.NUI/src/internal/XamlBinding/IExtendedTypeConverter.cs index 371d750..239c79c 100755 --- a/src/Tizen.NUI/src/internal/XamlBinding/IExtendedTypeConverter.cs +++ b/src/Tizen.NUI/src/internal/XamlBinding/IExtendedTypeConverter.cs @@ -21,7 +21,7 @@ namespace Tizen.NUI.Binding { internal interface IExtendedTypeConverter { - [Obsolete("IExtendedTypeConverter.ConvertFrom is obsolete as of version 2.2.0. Please use ConvertFromInvariantString (string, IServiceProvider) instead.")] + [Obsolete("IExtendedTypeConverter.ConvertFrom is obsolete as of version 2.2.0. Use ConvertFromInvariantString (string, IServiceProvider) instead.")] object ConvertFrom(CultureInfo culture, object value, IServiceProvider serviceProvider); object ConvertFromInvariantString(string value, IServiceProvider serviceProvider); diff --git a/src/Tizen.NUI/src/internal/XamlBinding/TypeTypeConverter.cs b/src/Tizen.NUI/src/internal/XamlBinding/TypeTypeConverter.cs index d122f3d..0996c91 100755 --- a/src/Tizen.NUI/src/internal/XamlBinding/TypeTypeConverter.cs +++ b/src/Tizen.NUI/src/internal/XamlBinding/TypeTypeConverter.cs @@ -28,7 +28,7 @@ namespace Tizen.NUI.Binding [Xaml.TypeConversion(typeof(Type))] public sealed class TypeTypeConverter : TypeConverter, IExtendedTypeConverter { - [Obsolete("IExtendedTypeConverter.ConvertFrom is obsolete as of version 2.2.0. Please use ConvertFromInvariantString (string, IServiceProvider) instead.")] + [Obsolete("IExtendedTypeConverter.ConvertFrom is obsolete as of version 2.2.0. Use ConvertFromInvariantString (string, IServiceProvider) instead.")] object IExtendedTypeConverter.ConvertFrom(CultureInfo culture, object value, IServiceProvider serviceProvider) { return ((IExtendedTypeConverter)this).ConvertFromInvariantString((string)value, serviceProvider); diff --git a/src/Tizen.NUI/src/internal/images/ImageLoading.cs b/src/Tizen.NUI/src/internal/images/ImageLoading.cs index 5fc9ce9..0433fb6 100644 --- a/src/Tizen.NUI/src/internal/images/ImageLoading.cs +++ b/src/Tizen.NUI/src/internal/images/ImageLoading.cs @@ -24,7 +24,7 @@ namespace Tizen.NUI /// A class containing methods providing image loading /// [EditorBrowsable(EditorBrowsableState.Never)] - [Obsolete("please use ImageLoader instead!")] + [Obsolete("Do not use this class, but Use ImageLoader instead.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1052:Static holder types should be Static or NotInheritable", Justification = "")] public class ImageLoading { diff --git a/src/Tizen.NUI/src/public/Application/NUIApplication.cs b/src/Tizen.NUI/src/public/Application/NUIApplication.cs index 5f4ef88..1c4b472 100755 --- a/src/Tizen.NUI/src/public/Application/NUIApplication.cs +++ b/src/Tizen.NUI/src/public/Application/NUIApplication.cs @@ -137,7 +137,7 @@ namespace Tizen.NUI /// /// /// InhouseAPI, this could be opened in NextTizen - [Obsolete("Please do not use! This will be deprecated!")] + [Obsolete("Do not use! This will be deprecated!")] [EditorBrowsable(EditorBrowsableState.Never)] public NUIApplication(Graphics.BackendType backend, WindowMode windowMode = WindowMode.Opaque, Size2D windowSize = null, Position2D windowPosition = null, string styleSheet = "") : base(new NUICoreBackend(styleSheet, windowMode, windowSize, windowPosition)) { @@ -303,7 +303,7 @@ namespace Tizen.NUI /// Gets the window instance. /// /// 3 - [Obsolete("Please do not use! This will be deprecated!")] + [Obsolete("Do not use! This will be deprecated!")] [EditorBrowsable(EditorBrowsableState.Never)] public Window Window { @@ -550,7 +550,7 @@ namespace Tizen.NUI /// [SuppressMessage("Microsoft.Design", "CA1052:StaticHolderTypesShouldBeStaticOrNotInheritable")] [EditorBrowsable(EditorBrowsableState.Never)] - [Obsolete("Please do not use! This will be deprecated!")] + [Obsolete("Do not use! This will be deprecated!")] public class Graphics { /// diff --git a/src/Tizen.NUI/src/public/BaseComponents/CustomView.cs b/src/Tizen.NUI/src/public/BaseComponents/CustomView.cs index 3d8ef74..972bdd8 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/CustomView.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/CustomView.cs @@ -157,7 +157,7 @@ namespace Tizen.NUI.BaseComponents /// /// The depth in the hierarchy for the view. /// 3 - [Obsolete("Deprecated since API level 8 and will be removed in API level 10. Please use OnSceneConnection instead!")] + [Obsolete("This has been deprecated since API8 and will be removed in API10. Use OnSceneConnection instead.")] public virtual void OnStageConnection(int depth) { } @@ -168,7 +168,7 @@ namespace Tizen.NUI.BaseComponents /// When the parent of a set of views is disconnected to the stage, then all of the children will receive this callback, starting with the leaf views.
///
/// 3 - [Obsolete("Deprecated since API level 8 and will be removed in API level 10. Please use OnSceneDisconnection instead!")] + [Obsolete("This has been deprecated since API8 and will be removed in API10. Use OnSceneDisconnection instead.")] public virtual void OnStageDisconnection() { } @@ -342,7 +342,7 @@ namespace Tizen.NUI.BaseComponents /// Width to use /// The height based on the width /// 3 - [Obsolete("Deprecated in API9, will be removed in API11. Please use HeightForWidth property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use HeightForWidth property instead.")] public new virtual float GetHeightForWidth(float width) { return viewWrapperImpl.GetHeightForWidthBase(width); @@ -355,7 +355,7 @@ namespace Tizen.NUI.BaseComponents /// Height to use /// The width based on the width /// 3 - [Obsolete("Deprecated in API9, will be removed in API11. Please use WidthForHeight property instead!")] + [Obsolete("This has been deprecated since API9 and will be removed in API11. Use WidthForHeight property instead.")] public new virtual float GetWidthForHeight(float height) { return viewWrapperImpl.GetWidthForHeightBase(height); diff --git a/src/Tizen.NUI/src/public/BaseComponents/FlexContainer.cs b/src/Tizen.NUI/src/public/BaseComponents/FlexContainer.cs index 9a54fba..11c851c 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/FlexContainer.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/FlexContainer.cs @@ -28,7 +28,7 @@ namespace Tizen.NUI.BaseComponents /// FlexContainer can expand items to fill available free space, or shrink them to prevent overflow.
/// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] public class FlexContainer : View { /// Property of ContentDirection @@ -140,7 +140,7 @@ namespace Tizen.NUI.BaseComponents /// Calling member functions with an uninitialized handle is not allowed. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] public FlexContainer() : this(Interop.FlexContainer.New(), true) { if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); @@ -155,32 +155,32 @@ namespace Tizen.NUI.BaseComponents /// the direction that flex items are laid out in the flex container. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] public enum FlexDirectionType { /// /// The flexible items are displayed vertically as a column. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] Column, /// /// The flexible items are displayed vertically as a column, but in reverse order. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] ColumnReverse, /// /// The flexible items are displayed horizontally as a row. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] Row, /// /// The flexible items are displayed horizontally as a row. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] RowReverse } @@ -189,26 +189,26 @@ namespace Tizen.NUI.BaseComponents /// and on which sides the ?�start??and ?�end??are. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] public enum ContentDirectionType { /// /// Inherits the same direction from the parent. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] Inherit, /// /// From left to right. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] LTR, /// /// From right to left. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] RTL } @@ -217,38 +217,38 @@ namespace Tizen.NUI.BaseComponents /// space on the main axis. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] public enum Justification { /// /// Items are positioned at the beginning of the container. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] JustifyFlexStart, /// /// Items are positioned at the center of the container. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] JustifyCenter, /// /// Items are positioned at the end of the container. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] JustifyFlexEnd, /// /// Items are positioned with equal space between the lines. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] JustifySpaceBetween, /// /// Items are positioned with equal space before, between, and after the lines. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] JustifySpaceAround } @@ -257,38 +257,38 @@ namespace Tizen.NUI.BaseComponents /// use all the available space on the cross axis. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] public enum Alignment { /// /// Inherits the same alignment from the parent (only valid for "alignSelf" property). /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] AlignAuto, /// /// At the beginning of the container. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] AlignFlexStart, /// /// At the center of the container. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] AlignCenter, /// /// At the end of the container. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] AlignFlexEnd, /// /// Stretch to fit the container. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] AlignStretch } @@ -297,20 +297,20 @@ namespace Tizen.NUI.BaseComponents /// all the items on one flex line. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] public enum WrapType { /// /// Flex items laid out in single line (shrunk to fit the flex container along the main axis). /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] NoWrap, /// /// Flex items laid out in multiple lines if needed. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] Wrap } @@ -318,7 +318,7 @@ namespace Tizen.NUI.BaseComponents /// The primary direction in which content is ordered. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] public ContentDirectionType ContentDirection { get @@ -336,7 +336,7 @@ namespace Tizen.NUI.BaseComponents /// The direction of the main axis which determines the direction that flex items are laid out. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] public FlexDirectionType FlexDirection { get @@ -354,7 +354,7 @@ namespace Tizen.NUI.BaseComponents /// Whether the flex items should wrap or not if there is no enough room for them on one flex line. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] public WrapType FlexWrap { get @@ -372,7 +372,7 @@ namespace Tizen.NUI.BaseComponents /// The alignment of flex items when the items do not use all available space on the main axis. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] public Justification JustifyContent { get @@ -390,7 +390,7 @@ namespace Tizen.NUI.BaseComponents /// The alignment of flex items when the items do not use all available space on the cross axis. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] public Alignment AlignItems { get @@ -408,7 +408,7 @@ namespace Tizen.NUI.BaseComponents /// Similar to "alignItems", but it aligns flex lines; so only works when there are multiple lines. /// /// 3 - [Obsolete("Deprecated in API8, will be removed in API10. Please use FlexLayout instead!")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")] public Alignment AlignContent { get diff --git a/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs b/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs index 97577b5..4162d14 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/ImageView.cs @@ -255,11 +255,11 @@ namespace Tizen.NUI.BaseComponents } /// - /// This will be deprecated, please use Image instead.
+ /// This will be deprecated, Use Image instead.
/// ImageView ImageMap, type PropertyMap: string if it is a URL, map otherwise. ///
/// 3 - [Obsolete("Please do not use! This will be deprecated! Please use Image property instead!")] + [Obsolete("Do not use this, that will be deprecated. Use Image property instead.")] [EditorBrowsable(EditorBrowsableState.Never)] public PropertyMap ImageMap { @@ -457,7 +457,7 @@ namespace Tizen.NUI.BaseComponents /// Gets or sets whether to synchronous loading the resourceurl of image.
/// /// 3 - [Obsolete("Deprecated since API level 9 and will be removed in API level 11. Please use SynchronousLoading instead!")] + [Obsolete("This has been deprecated since API9 and will be removed in API11. Use SynchronousLoading instead.")] public bool SynchronosLoading { get @@ -525,10 +525,9 @@ namespace Tizen.NUI.BaseComponents /// Downcasts a handle to imageView handle. /// /// Thrown when handle is null. - /// Please do not use! this will be deprecated! - /// Instead please use as keyword. + /// Do not use this, that will be deprecated. Use as keyword instead. /// 3 - [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead! " + + [Obsolete("Do not use this, that will be deprecated. Use as keyword instead. " + "Like: " + "BaseHandle handle = new ImageView(imagePath); " + "ImageView image = handle as ImageView")] @@ -560,7 +559,7 @@ namespace Tizen.NUI.BaseComponents if (url.Contains(".json")) { - Tizen.Log.Fatal("NUI", "[ERROR] Please DO NOT set lottie file in ImageView! This is temporary checking, will be removed soon!"); + Tizen.Log.Fatal("NUI", "[ERROR] Do not set lottie file in ImageView! This is temporary checking, will be removed soon!"); return; } @@ -1111,7 +1110,7 @@ namespace Tizen.NUI.BaseComponents { if (url.Contains(".json")) { - Tizen.Log.Fatal("NUI", "[ERROR] Please DO NOT set lottie file in ImageView! This is temporary checking, will be removed soon!"); + Tizen.Log.Fatal("NUI", "[ERROR] Do not set lottie file in ImageView! This is temporary checking, will be removed soon!"); return; } diff --git a/src/Tizen.NUI/src/public/BaseComponents/Style/Constants.cs b/src/Tizen.NUI/src/public/BaseComponents/Style/Constants.cs index b06e50e..ac05136 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/Style/Constants.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/Style/Constants.cs @@ -26,7 +26,7 @@ namespace Tizen.NUI.Components /// [FlagsAttribute] // Please remove this enum when 'Tizen.NUI.BaseComponents.Button.StateChangedEventArgs' is removed. - [Obsolete("This will be removed in API10. Please use Tizen.NUI.BaseComponents.ControlState instead!")] + [Obsolete("This will be removed in API10. Use Tizen.NUI.BaseComponents.ControlState instead.")] [EditorBrowsable(EditorBrowsableState.Never)] public enum ControlStates { diff --git a/src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs b/src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs index 73d0beb..3c3092c 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs @@ -133,7 +133,7 @@ namespace Tizen.NUI.BaseComponents } /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API. - [Obsolete("Deprecated. Please use Size instead.")] + [Obsolete("This has been deprecated. Use Size instead.")] [EditorBrowsable(EditorBrowsableState.Never)] public Size2D Size2D { @@ -156,7 +156,7 @@ namespace Tizen.NUI.BaseComponents } /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API. - [Obsolete("Deprecated. Please use Position instead.")] + [Obsolete("This has been deprecated. Use Position instead.")] [EditorBrowsable(EditorBrowsableState.Never)] public Position2D Position2D { diff --git a/src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyleBindableProperty.cs b/src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyleBindableProperty.cs index 91cef66..4799297 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyleBindableProperty.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyleBindableProperty.cs @@ -21,7 +21,7 @@ namespace Tizen.NUI.BaseComponents { public partial class ViewStyle { - /// Bindable property of BackgroundImage. Please do not open it. + /// Bindable property of BackgroundImage. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty BackgroundImageProperty = BindableProperty.Create(nameof(BackgroundImage), typeof(Selector), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { @@ -42,14 +42,14 @@ namespace Tizen.NUI.BaseComponents return ((ViewStyle)bindable).backgroundImageSelector; }); - /// Bindable property of Focusable. Please do not open it. + /// Bindable property of Focusable. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty FocusableProperty = BindableProperty.Create(nameof(Focusable), typeof(bool?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).focusable = (bool?)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).focusable ); - /// Bindable property of FocusableChildren. Please do not open it. + /// Bindable property of FocusableChildren. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty FocusableChildrenProperty = BindableProperty.Create(nameof(FocusableChildren), typeof(bool?), typeof(ViewStyle), true, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).focusableChildren = (bool?)newValue, @@ -57,14 +57,14 @@ namespace Tizen.NUI.BaseComponents ); - /// Bindable property of FocusableInTouch. Please do not open it. + /// Bindable property of FocusableInTouch. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty FocusableInTouchProperty = BindableProperty.Create(nameof(FocusableInTouch), typeof(bool?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).focusableInTouch = (bool?)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).focusableInTouch ); - /// Bindable property of Focusable. Please do not open it. + /// Bindable property of Focusable. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty Size2DProperty = BindableProperty.Create(nameof(Size2D), typeof(Size2D), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { @@ -77,14 +77,14 @@ namespace Tizen.NUI.BaseComponents return viewStyle.size == null ? null : (Size2D)viewStyle.size; }); - /// Bindable property of Opacity. Please do not open it. + /// Bindable property of Opacity. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty OpacityProperty = BindableProperty.Create(nameof(Opacity), typeof(Selector), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).opacitySelector = (Selector)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).opacitySelector ); - /// Bindable property of Position2D. Please do not open it. + /// Bindable property of Position2D. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty Position2DProperty = BindableProperty.Create(nameof(Position2D), typeof(Position2D), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { @@ -97,28 +97,28 @@ namespace Tizen.NUI.BaseComponents return viewStyle.position == null ? null : new Position2D(viewStyle.position); }); - /// Bindable property of PositionUsesPivotPoint. Please do not open it. + /// Bindable property of PositionUsesPivotPoint. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty PositionUsesPivotPointProperty = BindableProperty.Create(nameof(PositionUsesPivotPoint), typeof(bool?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).positionUsesPivotPoint = (bool?)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).positionUsesPivotPoint ); - /// Bindable property of ParentOrigin. Please do not open it. + /// Bindable property of ParentOrigin. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty ParentOriginProperty = BindableProperty.Create(nameof(ParentOrigin), typeof(Position), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).parentOrigin = (Position)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).parentOrigin ); - /// Bindable property of PivotPoint. Please do not open it. + /// Bindable property of PivotPoint. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty PivotPointProperty = BindableProperty.Create(nameof(PivotPoint), typeof(Position), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).pivotPoint = (Position)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).pivotPoint ); - /// Bindable property of SizeWidth. Please do not open it. + /// Bindable property of SizeWidth. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty SizeWidthProperty = BindableProperty.Create(nameof(SizeWidth), typeof(float?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { @@ -137,7 +137,7 @@ namespace Tizen.NUI.BaseComponents return ((ViewStyle)bindable).size?.Width; }); - /// Bindable property of SizeHeight. Please do not open it. + /// Bindable property of SizeHeight. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty SizeHeightProperty = BindableProperty.Create(nameof(SizeHeight), typeof(float?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { @@ -156,7 +156,7 @@ namespace Tizen.NUI.BaseComponents return ((ViewStyle)bindable).size?.Height; }); - /// Bindable property of Position. Please do not open it. + /// Bindable property of Position. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty PositionProperty = BindableProperty.Create(nameof(Position), typeof(Position), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { @@ -173,7 +173,7 @@ namespace Tizen.NUI.BaseComponents return viewStyle.position; }); - /// Bindable property of PositionX. Please do not open it. + /// Bindable property of PositionX. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty PositionXProperty = BindableProperty.Create(nameof(PositionX), typeof(float?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { @@ -192,7 +192,7 @@ namespace Tizen.NUI.BaseComponents return ((ViewStyle)bindable).position?.X; }); - /// Bindable property of PositionY. Please do not open it. + /// Bindable property of PositionY. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty PositionYProperty = BindableProperty.Create(nameof(PositionY), typeof(float?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { @@ -211,84 +211,84 @@ namespace Tizen.NUI.BaseComponents return ((ViewStyle)bindable).position?.Y; }); - /// Bindable property of Orientation. Please do not open it. + /// Bindable property of Orientation. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty OrientationProperty = BindableProperty.Create(nameof(Orientation), typeof(Rotation), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).orientation = (Rotation)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).orientation ); - /// Bindable property of DrawMode. Please do not open it. + /// Bindable property of DrawMode. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty DrawModeProperty = BindableProperty.Create(nameof(DrawMode), typeof(DrawModeType?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).drawMode = (DrawModeType?)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).drawMode ); - /// Bindable property of SizeModeFactor. Please do not open it. + /// Bindable property of SizeModeFactor. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty SizeModeFactorProperty = BindableProperty.Create(nameof(SizeModeFactor), typeof(Vector3), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).sizeModeFactor = (Vector3)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).sizeModeFactor ); - /// Bindable property of WidthResizePolicy. Please do not open it. + /// Bindable property of WidthResizePolicy. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty WidthResizePolicyProperty = BindableProperty.Create(nameof(WidthResizePolicy), typeof(ResizePolicyType?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).widthResizePolicy = (ResizePolicyType?)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).widthResizePolicy ); - /// Bindable property of HeightResizePolicy. Please do not open it. + /// Bindable property of HeightResizePolicy. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty HeightResizePolicyProperty = BindableProperty.Create(nameof(HeightResizePolicy), typeof(ResizePolicyType?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).heightResizePolicy = (ResizePolicyType?)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).heightResizePolicy ); - /// Bindable property of WidthForHeight. Please do not open it. + /// Bindable property of WidthForHeight. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty WidthForHeightProperty = BindableProperty.Create(nameof(WidthForHeight), typeof(bool?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).widthForHeight = (bool?)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).widthForHeight ); - /// Bindable property of HeightForWidth. Please do not open it. + /// Bindable property of HeightForWidth. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty HeightForWidthProperty = BindableProperty.Create(nameof(HeightForWidth), typeof(bool?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).heightForWidth = (bool?)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).heightForWidth ); - /// Bindable property of Padding. Please do not open it. + /// Bindable property of Padding. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty PaddingProperty = BindableProperty.Create(nameof(Padding), typeof(Extents), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).padding = (Extents)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).padding ); - /// Bindable property of MinimumSize. Please do not open it. + /// Bindable property of MinimumSize. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty MinimumSizeProperty = BindableProperty.Create(nameof(MinimumSize), typeof(Size2D), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).minimumSize = (Size2D)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).minimumSize ); - /// Bindable property of MaximumSize. Please do not open it. + /// Bindable property of MaximumSize. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty MaximumSizeProperty = BindableProperty.Create(nameof(MaximumSize), typeof(Size2D), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).maximumSize = (Size2D)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).maximumSize ); - /// Bindable property of ClippingMode. Please do not open it. + /// Bindable property of ClippingMode. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty ClippingModeProperty = BindableProperty.Create(nameof(ClippingMode), typeof(ClippingModeType?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).clippingMode = (ClippingModeType?)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).clippingMode ); - /// Bindable property of Size. Please do not open it. + /// Bindable property of Size. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty SizeProperty = BindableProperty.Create(nameof(Size), typeof(Size), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { @@ -305,14 +305,14 @@ namespace Tizen.NUI.BaseComponents return viewStyle.size; }); - /// Bindable property of Margin. Please do not open it. + /// Bindable property of Margin. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty MarginProperty = BindableProperty.Create(nameof(Margin), typeof(Extents), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).margin = (Extents)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).margin ); - /// Bindable property of BackgroundColor. Please do not open it. + /// Bindable property of BackgroundColor. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty BackgroundColorProperty = BindableProperty.Create(nameof(BackgroundColor), typeof(Selector), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { @@ -334,21 +334,21 @@ namespace Tizen.NUI.BaseComponents return ((ViewStyle)bindable).backgroundColorSelector; }); - /// Bindable property of ColorSelector. Please do not open it. + /// Bindable property of ColorSelector. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty ColorProperty = BindableProperty.Create(nameof(Color), typeof(Selector), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).colorSelector = (Selector)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).colorSelector ); - /// Bindable property of BackgroundImageBorder. Please do not open it. + /// Bindable property of BackgroundImageBorder. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty BackgroundImageBorderProperty = BindableProperty.Create(nameof(BackgroundImageBorder), typeof(Selector), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).backgroundImageBorderSelector = (Selector)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).backgroundImageBorderSelector ); - /// Bindable property of ImageShadow. Please do not open it. + /// Bindable property of ImageShadow. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty ImageShadowProperty = BindableProperty.Create(nameof(ImageShadow), typeof(Selector), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { @@ -367,7 +367,7 @@ namespace Tizen.NUI.BaseComponents return ((ViewStyle)bindable).imageShadow; }); - /// Bindable property of BoxShadow. Please do not open it. + /// Bindable property of BoxShadow. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty BoxShadowProperty = BindableProperty.Create(nameof(BoxShadow), typeof(Selector), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { @@ -386,42 +386,42 @@ namespace Tizen.NUI.BaseComponents return ((ViewStyle)bindable).boxShadow; }); - /// Bindable property of CornerRadius. Please do not open it. + /// Bindable property of CornerRadius. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty CornerRadiusProperty = BindableProperty.Create(nameof(CornerRadius), typeof(Vector4), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { ((ViewStyle)bindable).cornerRadius = (Vector4)newValue; }, defaultValueCreator: (bindable) => ((ViewStyle)bindable).cornerRadius); - /// Bindable property of CornerRadiusPolicy. Please do not open it. + /// Bindable property of CornerRadiusPolicy. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty CornerRadiusPolicyProperty = BindableProperty.Create(nameof(CornerRadiusPolicy), typeof(VisualTransformPolicyType?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).cornerRadiusPolicy = (VisualTransformPolicyType?)newValue, defaultValueCreator: (bindable) => ((ViewStyle)bindable).cornerRadiusPolicy ); - /// Bindable property of BorderlineWidth. Please do not open it. + /// Bindable property of BorderlineWidth. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty BorderlineWidthProperty = BindableProperty.Create(nameof(BorderlineWidth), typeof(float?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { ((ViewStyle)bindable).borderlineWidth = (float?)newValue; }, defaultValueCreator: (bindable) => ((ViewStyle)bindable).borderlineWidth); - /// Bindable property of BorderlineColor. Please do not open it. + /// Bindable property of BorderlineColor. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty BorderlineColorProperty = BindableProperty.Create(nameof(BorderlineColor), typeof(Color), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { ((ViewStyle)bindable).borderlineColor = (Color)newValue; }, defaultValueCreator: (bindable) => ((ViewStyle)bindable).borderlineColor ?? Tizen.NUI.Color.Black); - /// Bindable property of BorderlineOffset. Please do not open it. + /// Bindable property of BorderlineOffset. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty BorderlineOffsetProperty = BindableProperty.Create(nameof(BorderlineOffset), typeof(float?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => { ((ViewStyle)bindable).borderlineOffset = (float?)newValue; }, defaultValueCreator: (bindable) => ((ViewStyle)bindable).borderlineOffset); - /// Bindable property of ThemeChangeSensitive. Please do not open it. + /// Bindable property of ThemeChangeSensitive. Do not open it. [EditorBrowsable(EditorBrowsableState.Never)] public static readonly BindableProperty ThemeChangeSensitiveProperty = BindableProperty.Create(nameof(ThemeChangeSensitive), typeof(bool?), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) => ((ViewStyle)bindable).themeChangeSensitive = (bool?)newValue, diff --git a/src/Tizen.NUI/src/public/BaseComponents/TableView.cs b/src/Tizen.NUI/src/public/BaseComponents/TableView.cs index b1e2526..53b885c 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/TableView.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/TableView.cs @@ -394,7 +394,7 @@ namespace Tizen.NUI.BaseComponents /// /// Width and height. /// 3 - [Obsolete("Deprecated in API9, will be removed in API11. Please use CellPadding property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use CellPadding property instead.")] public void SetCellPadding(Size2D padding) { Interop.TableView.SetCellPadding(SwigCPtr, Size2D.getCPtr(padding)); @@ -406,7 +406,7 @@ namespace Tizen.NUI.BaseComponents /// /// The current padding as width and height. /// 3 - [Obsolete("Deprecated in API9, will be removed in API11. Please use CellPadding property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use CellPadding property instead.")] public Vector2 GetCellPadding() { Vector2 ret = new Vector2(Interop.TableView.GetCellPadding(SwigCPtr), true); @@ -658,7 +658,7 @@ namespace Tizen.NUI.BaseComponents /// The index of a row. /// /// 3 - [Obsolete("Please do not use! This will be deprecated! Please use RowIndex instead!")] + [Obsolete("Do not use this, that will be deprecated. Use RowIndex instead.")] [EditorBrowsable(EditorBrowsableState.Never)] public uint rowIndex { @@ -694,7 +694,7 @@ namespace Tizen.NUI.BaseComponents /// The index of a column. /// /// 3 - [Obsolete("Please do not use! This will be deprecated! Please use ColumnIndex instead!")] + [Obsolete("Do not use this, that will be deprecated. Use ColumnIndex instead.")] [EditorBrowsable(EditorBrowsableState.Never)] public uint columnIndex { @@ -729,7 +729,7 @@ namespace Tizen.NUI.BaseComponents /// The span of a row. /// /// 3 - [Obsolete("Please do not use! This will be deprecated! Please use RowSpan instead!")] + [Obsolete("Do not use this, that will be deprecated. Use RowSpan instead.")] [EditorBrowsable(EditorBrowsableState.Never)] public uint rowSpan { @@ -764,7 +764,7 @@ namespace Tizen.NUI.BaseComponents /// The span of a column. /// /// 3 - [Obsolete("Please do not use! This will be deprecated! Please use ColumnSpan instead!")] + [Obsolete("Do not use this, that will be deprecated. Use ColumnSpan instead.")] [EditorBrowsable(EditorBrowsableState.Never)] public uint columnSpan { diff --git a/src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs b/src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs index 5d5f037..9de2008 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs @@ -2196,7 +2196,7 @@ namespace Tizen.NUI.BaseComponents /// The settings to relating to the System's Input Method, Key and Value.
/// /// - /// is a class encapsulating the input method map. Please use the class for this property. + /// is a class encapsulating the input method map. Use the class for this property. /// /// /// The following example demonstrates how to set the InputMethodSettings property. diff --git a/src/Tizen.NUI/src/public/BaseComponents/TextField.cs b/src/Tizen.NUI/src/public/BaseComponents/TextField.cs index 1fb9b4d..31d6126 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/TextField.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/TextField.cs @@ -499,7 +499,7 @@ namespace Tizen.NUI.BaseComponents /// Deprecated.(API Level 6) Use Shadow instead. /// The property cascade chaining set is possible. For example, this (textField.ShadowOffset.X = 0.1f;) is possible. /// - [Obsolete("Please do not use this ShadowOffset(Deprecated). Please use Shadow instead.")] + [Obsolete("Do not use this ShadowOffset(Deprecated). Use Shadow instead.")] public Vector2 ShadowOffset { get @@ -550,7 +550,7 @@ namespace Tizen.NUI.BaseComponents /// Deprecated.(API Level 6) Use Shadow instead. /// The property cascade chaining set is possible. For example, this (textField.ShadowColor.X = 0.1f;) is possible. /// - [Obsolete("Please do not use this ShadowColor(Deprecated). Please use Shadow instead.")] + [Obsolete("Do not use this ShadowColor(Deprecated). Use Shadow instead.")] public Vector4 ShadowColor { get @@ -1128,7 +1128,7 @@ namespace Tizen.NUI.BaseComponents /// The settings to relating to the System's Input Method, Key and Value.
/// /// - /// is a class encapsulating the input method map. Please use the class for this property. + /// is a class encapsulating the input method map. Use the class for this property. /// /// /// The following example demonstrates how to set the InputMethodSettings property. diff --git a/src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs b/src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs index 20c4231..6a3a040 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs @@ -425,7 +425,7 @@ namespace Tizen.NUI.BaseComponents /// Deprecated.(API Level 6) Use Shadow instead. /// The property cascade chaining set is possible. For example, this (textLabel.ShadowOffset.X = 0.1f;) is possible. /// - [Obsolete("Please do not use this ShadowOffset(Deprecated). Please use Shadow instead.")] + [Obsolete("Do not use this ShadowOffset(Deprecated). Use Shadow instead.")] public Vector2 ShadowOffset { get @@ -479,7 +479,7 @@ namespace Tizen.NUI.BaseComponents /// Deprecated.(API Level 6) Use Shadow instead. /// The property cascade chaining set is possible. For example, this (textLabel.ShadowColor.X = 0.1f;) is possible. /// - [Obsolete("Please do not use this ShadowColor(Deprecated). Please use Shadow instead.")] + [Obsolete("Do not use this ShadowColor(Deprecated). Use Shadow instead.")] public Vector4 ShadowColor { get @@ -532,7 +532,7 @@ namespace Tizen.NUI.BaseComponents /// /// Deprecated.(API Level 6) Use Underline instead. /// - [Obsolete("Please do not use this UnderlineEnabled(Deprecated). Please use Underline instead.")] + [Obsolete("Do not use this UnderlineEnabled(Deprecated). Use Underline instead.")] public bool UnderlineEnabled { get @@ -581,7 +581,7 @@ namespace Tizen.NUI.BaseComponents /// Deprecated.(API Level 6) Use Underline instead. /// The property cascade chaining set is possible. For example, this (textLabel.UnderlineColor.X = 0.1f;) is possible. /// - [Obsolete("Please do not use this UnderlineColor(Deprecated). Please use Underline instead.")] + [Obsolete("Do not use this UnderlineColor(Deprecated). Use Underline instead.")] public Vector4 UnderlineColor { get @@ -634,7 +634,7 @@ namespace Tizen.NUI.BaseComponents /// /// Deprecated.(API Level 6) Use Underline instead. /// - [Obsolete("Please do not use this UnderlineHeight(Deprecated). Please use Underline instead.")] + [Obsolete("Do not use this UnderlineHeight(Deprecated). Use Underline instead.")] public float UnderlineHeight { get @@ -1458,9 +1458,8 @@ namespace Tizen.NUI.BaseComponents /// /// Thrown when handle is null. /// 3 - /// Please do not use! this will be deprecated! - /// Instead please use as keyword. - [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead! " + + /// Do not use this, that will be deprecated. Use as keyword instead. + [Obsolete("Do not use this, that will be deprecated. Use as keyword instead. " + "Like: " + "BaseHandle handle = new TextLabel(\"Hello World!\"); " + "TextLabel label = handle as TextLabel")] diff --git a/src/Tizen.NUI/src/public/BaseComponents/VideoView.cs b/src/Tizen.NUI/src/public/BaseComponents/VideoView.cs index 1516ab5..dc0a746 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/VideoView.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/VideoView.cs @@ -506,7 +506,7 @@ namespace Tizen.NUI.BaseComponents /// Contains and encapsulates Native Player handle. /// [EditorBrowsable(EditorBrowsableState.Never)] - [Obsolete("Deprecated in API9, will be removed in API11. Please use VideoView.NativeHandle instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use VideoView.NativeHandle instead.")] public class SafeNativePlayerHandle : SafeHandle { /// diff --git a/src/Tizen.NUI/src/public/BaseComponents/View.cs b/src/Tizen.NUI/src/public/BaseComponents/View.cs index 35e2f54..aa1ee30 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/View.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/View.cs @@ -208,9 +208,9 @@ namespace Tizen.NUI.BaseComponents } /// - /// Deprecate. Please do not use this. + /// Deprecate. Do not use this. /// The style instance applied to this view. - /// Note that please do not modify the ViewStyle. + /// Note that do not modify the ViewStyle. /// Modifying ViewStyle will affect other views with same ViewStyle. /// [EditorBrowsable(EditorBrowsableState.Never)] @@ -809,7 +809,7 @@ namespace Tizen.NUI.BaseComponents /// The number of rows this child occupies, if not set, the default value is 1. /// /// - /// This property is for class. Please use the property for the child position of . + /// This property is for class. Use the property for the child position of . /// /// 3 public float RowSpan @@ -829,7 +829,7 @@ namespace Tizen.NUI.BaseComponents /// The number of columns this child occupies, if not set, the default value is 1. /// /// - /// This property is for class. Please use the property for the child position of . + /// This property is for class. Use the property for the child position of . /// /// 3 public float ColumnSpan @@ -849,7 +849,7 @@ namespace Tizen.NUI.BaseComponents /// The horizontal alignment of this child inside the cells, if not set, the default value is 'left'. /// /// - /// This property is for class. Please use the property for the child position of . + /// This property is for class. Use the property for the child position of . /// /// 3 public Tizen.NUI.HorizontalAlignmentType CellHorizontalAlignment @@ -869,7 +869,7 @@ namespace Tizen.NUI.BaseComponents /// The vertical alignment of this child inside the cells, if not set, the default value is 'top'. /// /// - /// This property is for class. Please use the property for the child position of . + /// This property is for class. Use the property for the child position of . /// /// 3 public Tizen.NUI.VerticalAlignmentType CellVerticalAlignment @@ -1224,15 +1224,15 @@ namespace Tizen.NUI.BaseComponents } /// - /// Deprecated in API5; Will be removed in API8. Please use PositionUsesPivotPoint instead! + /// This has been deprecated in API5 and Will be removed in API8. Use PositionUsesPivotPoint instead. /// /// 3 - [Obsolete("Deprecated in API5; Will be removed in API8. Please use PositionUsesPivotPoint instead! " + + [Obsolete("This has been deprecated in API5 and will be removed in API8. Use PositionUsesPivotPoint instead. " + "Like: " + "View view = new View(); " + "view.PivotPoint = PivotPoint.Center; " + "view.PositionUsesPivotPoint = true;" + - " Deprecated in API5: Will be removed in API8")] + " This has been deprecated in API5 and will be removed in API8")] [EditorBrowsable(EditorBrowsableState.Never)] public bool PositionUsesAnchorPoint { @@ -2236,13 +2236,13 @@ namespace Tizen.NUI.BaseComponents } /// - /// Deprecated in API5; Will be removed in API8. Please use PivotPoint instead! + /// This has been deprecated in API5 and will be removed in API8. Use PivotPoint instead. /// /// /// The property cascade chaining set is possible. For example, this (view.AnchorPoint.X = 0.1f;) is possible. /// /// 3 - [Obsolete("Deprecated in API5; Will be removed in API8. Please use PivotPoint instead! " + + [Obsolete("This has been deprecated in API5 and will be removed in API8. Use PivotPoint instead. " + "Like: " + "View view = new View(); " + "view.PivotPoint = PivotPoint.Center; " + @@ -2322,10 +2322,10 @@ namespace Tizen.NUI.BaseComponents } /// - /// Deprecated in API5; Will be removed in API8. Please use 'Container GetParent() for derived class' instead! + /// This has been deprecated in API5 and will be removed in API8. Use 'Container GetParent() for derived class' instead. /// /// 3 - [Obsolete("Deprecated in API5; Will be removed in API8. Please use 'Container GetParent() for derived class' instead! " + + [Obsolete("This has been deprecated in API5 and will be removed in API8. Use 'Container GetParent() for derived class' instead. " + "Like: " + "Container parent = view.GetParent(); " + "View view = parent as View;")] @@ -2602,13 +2602,13 @@ namespace Tizen.NUI.BaseComponents } /// - /// Deprecated in API5; Will be removed in API8. Please use Padding instead. + /// This has been deprecated in API5 and will be removed in API8. Use Padding instead. /// /// /// The property cascade chaining set is possible. For example, this (view.DecorationBoundingBox.X = 0.1f;) is possible. /// /// 4 - [Obsolete("Deprecated in API5; Will be removed in API8. Please use Padding instead.")] + [Obsolete("This has been deprecated in API5 and will be removed in API8. Use Padding instead.")] [EditorBrowsable(EditorBrowsableState.Never)] public Extents PaddingEX { diff --git a/src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs b/src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs index b8f2676..62465f6 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs @@ -523,7 +523,7 @@ namespace Tizen.NUI.BaseComponents })); /// - /// "Please DO NOT use! This will be deprecated! Please use 'View Weight' instead of BindableProperty" + /// "DO not use this, that will be deprecated. Use 'View Weight' instead of BindableProperty" /// This needs to be hidden as inhouse API until all applications using it have been updated. Do not make public. /// [EditorBrowsable(EditorBrowsableState.Never)] diff --git a/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs b/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs index 801ed1c..50724b9 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs @@ -224,7 +224,7 @@ namespace Tizen.NUI.BaseComponents /// /// /// 4 - [Obsolete("Deprecated in API9, will be removed in API11. Please use ChildCount property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ChildCount property instead.")] public override uint GetChildCount() { return Convert.ToUInt32(Children.Count); @@ -265,7 +265,7 @@ namespace Tizen.NUI.BaseComponents /// /// A string matching a style described in a stylesheet. /// 3 - [Obsolete("Deprecated in API9, will be removed in API11. Please use StyleName property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use StyleName property instead.")] public void SetStyleName(string styleName) { Interop.View.SetStyleName(SwigCPtr, styleName); @@ -277,7 +277,7 @@ namespace Tizen.NUI.BaseComponents /// /// A string matching a style, or an empty string. /// 3 - [Obsolete("Deprecated in API9, will be removed in API11. Please use StyleName property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use StyleName property instead.")] public string GetStyleName() { string ret = Interop.View.GetStyleName(SwigCPtr); @@ -534,7 +534,7 @@ namespace Tizen.NUI.BaseComponents /// /// Padding for the view. /// 3 - // [Obsolete("Deprecated in API9, will be removed in API11. Please use Padding property instead!")] + // [Obsolete("This has been deprecated in API9 and will be removed in API11. Use Padding property instead.")] public void SetPadding(PaddingType padding) { Interop.Actor.SetPadding(SwigCPtr, PaddingType.getCPtr(padding)); @@ -547,7 +547,7 @@ namespace Tizen.NUI.BaseComponents /// /// the value of padding for the view /// 3 - [Obsolete("Deprecated in API9, will be removed in API11. Please use Padding property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use Padding property instead.")] public void GetPadding(PaddingType paddingOut) { Interop.Actor.GetPadding(SwigCPtr, PaddingType.getCPtr(paddingOut)); @@ -678,7 +678,7 @@ namespace Tizen.NUI.BaseComponents /// The ID of the View to find /// A View if found or a null if not [EditorBrowsable(EditorBrowsableState.Never)] - [Obsolete("This will be removed at API11! please use FindDescendantByID(uint id) instead!")] + [Obsolete("This will be removed at API11. Use FindDescendantByID(uint id) instead.")] public View FindChildByID(uint id) { IntPtr cPtr = Interop.Actor.FindChildById(SwigCPtr, id); diff --git a/src/Tizen.NUI/src/public/Common/Adaptor.cs b/src/Tizen.NUI/src/public/Common/Adaptor.cs index bf76a57..8a5e286 100755 --- a/src/Tizen.NUI/src/public/Common/Adaptor.cs +++ b/src/Tizen.NUI/src/public/Common/Adaptor.cs @@ -37,7 +37,7 @@ namespace Tizen.NUI /// /// /// 4 - [Obsolete("Deprecated in API8, will be removed in API10. This is not used anymore, please do not use.")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. This is not used anymore, do not use.")] public class Adaptor : Disposable { private static readonly Adaptor instance = Adaptor.Get(); @@ -51,7 +51,7 @@ namespace Tizen.NUI /// /// The adaptor has been initialized. This is only valid in the main thread. /// 4 - [Obsolete("Deprecated in API8, will be removed in API10. This is not used anymore, please do not use.")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. This is not used anymore, do not use.")] public static Adaptor Instance { get @@ -65,7 +65,7 @@ namespace Tizen.NUI /// /// The wheel event. /// 4 - [Obsolete("Deprecated in API8, will be removed in API10. This is not used anymore, please do not use.")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. This is not used anymore, do not use.")] public void FeedWheelEvent(Wheel wheelEvent) { Interop.Adaptor.FeedWheelEvent(SwigCPtr, Wheel.getCPtr(wheelEvent)); @@ -77,7 +77,7 @@ namespace Tizen.NUI /// /// The key event holding the key information. /// 4 - [Obsolete("Deprecated in API8, will be removed in API10. This is not used anymore, please do not use.")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. This is not used anymore, do not use.")] public void FeedKeyEvent(Key keyEvent) { Interop.Adaptor.FeedKeyEvent(SwigCPtr, Key.getCPtr(keyEvent)); @@ -112,7 +112,7 @@ namespace Tizen.NUI /// ReleaseSwigCPtr /// /// - [Obsolete("Deprecated in API8, will be removed in API10. This is not used anymore, please do not use.")] + [Obsolete("This has been deprecated in API8 and will be removed in API10. This is not used anymore, do not use.")] // This will not be public opened. [EditorBrowsable(EditorBrowsableState.Never)] protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr) diff --git a/src/Tizen.NUI/src/public/Common/BaseHandle.cs b/src/Tizen.NUI/src/public/Common/BaseHandle.cs index 30034f5..0da5f74 100755 --- a/src/Tizen.NUI/src/public/Common/BaseHandle.cs +++ b/src/Tizen.NUI/src/public/Common/BaseHandle.cs @@ -129,7 +129,7 @@ namespace Tizen.NUI /// /// 5 /// - [Obsolete("Deprecated in API9, will be removed in API11, Use BindableObject.PropertyChanged instead!")] + [Obsolete("Deprecated in API9, will be removed in API11, Use BindableObject.PropertyChanged instead.")] public event PropertyChangedEventHandler PropertySet; internal global::System.Runtime.InteropServices.HandleRef GetBaseHandleCPtrHandleRef diff --git a/src/Tizen.NUI/src/public/Common/Color.cs b/src/Tizen.NUI/src/public/Common/Color.cs index 84cee9e..8e09d8c 100755 --- a/src/Tizen.NUI/src/public/Common/Color.cs +++ b/src/Tizen.NUI/src/public/Common/Color.cs @@ -1088,14 +1088,14 @@ namespace Tizen.NUI /// // DO NOT use as follows: /// Color color = new Color(); /// color.R = 0.1f; - /// // Please USE like this + /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f; /// Color color = new Color(r, g, b, a); /// /// 3 public float R { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. Use the new Color(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use the new Color(...) constructor")] set { Interop.Vector4.RSet(SwigCPtr, ValueCheck(value)); @@ -1121,14 +1121,14 @@ namespace Tizen.NUI /// // DO NOT use as follows: /// Color color = new Color(); /// color.G = 0.5f; - /// // Please USE like this + /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f; /// Color color = new Color(r, g, b, a); /// /// 3 public float G { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. Use the new Color(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use the new Color(...) constructor")] set { Interop.Vector4.GSet(SwigCPtr, ValueCheck(value)); @@ -1154,14 +1154,14 @@ namespace Tizen.NUI /// // DO NOT use as follows: /// Color color = new Color(); /// color.B = 0.9f; - /// // Please USE like this + /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f; /// Color color = new Color(r, g, b, a); /// /// 3 public float B { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. Use the new Color(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use the new Color(...) constructor")] set { Interop.Vector4.BSet(SwigCPtr, ValueCheck(value)); @@ -1187,14 +1187,14 @@ namespace Tizen.NUI /// // DO NOT use as follows: /// Color color = new Color(); /// color.A = 1.0f; - /// // Please USE like this + /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f; /// Color color = new Color(r, g, b, a); /// /// 3 public float A { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. Use the new Color(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use the new Color(...) constructor")] set { Interop.Vector4.ASet(SwigCPtr, ValueCheck(value)); diff --git a/src/Tizen.NUI/src/public/Common/Container.cs b/src/Tizen.NUI/src/public/Common/Container.cs index 9174575..a54c3af 100755 --- a/src/Tizen.NUI/src/public/Common/Container.cs +++ b/src/Tizen.NUI/src/public/Common/Container.cs @@ -270,7 +270,7 @@ namespace Tizen.NUI ///
The container has been initialized.
/// The number of children. /// 4 - [Obsolete("Deprecated in API9, will be removed in API11. Please use ChildCount property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ChildCount property instead.")] public abstract UInt32 GetChildCount(); internal abstract View FindCurrentChildById(uint id); diff --git a/src/Tizen.NUI/src/public/Common/Extents.cs b/src/Tizen.NUI/src/public/Common/Extents.cs index b24478a..1c1e9ce 100755 --- a/src/Tizen.NUI/src/public/Common/Extents.cs +++ b/src/Tizen.NUI/src/public/Common/Extents.cs @@ -128,20 +128,20 @@ namespace Tizen.NUI /// The Start extent. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Extents(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Ue new Extents(...) constructor. /// /// /// // DO NOT use like the followings! /// Extents extents = new Extents(); /// extents.Start = 1; - /// // Please USE like this + /// // USE like this /// ushort start = 1, end = 2, top = 3, bottom = 4; /// Extents extents = new Extents(start, end, top, bottom); /// /// 4 public ushort Start { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Extents(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor")] set { Interop.Extents.StartSet(SwigCPtr, value); @@ -161,20 +161,20 @@ namespace Tizen.NUI /// The End extend. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Extents(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor. /// /// /// // DO NOT use like the followings! /// Extents extents = new Extents(); /// extents.End = 2; - /// // Please USE like this + /// // USE like this /// ushort start = 1, end = 2, top = 3, bottom = 4; /// Extents extents = new Extents(start, end, top, bottom); /// /// 4 public ushort End { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Extents(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor")] set { Interop.Extents.EndSet(SwigCPtr, value); @@ -194,20 +194,20 @@ namespace Tizen.NUI /// The Top extend. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Extents(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor. /// /// /// // DO NOT use like the followings! /// Extents extents = new Extents(); /// extents.Top = 3; - /// // Please USE like this + /// // USE like this /// ushort start = 1, end = 2, top = 3, bottom = 4; /// Extents extents = new Extents(start, end, top, bottom); /// /// 4 public ushort Top { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Extents(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor")] set { Interop.Extents.TopSet(SwigCPtr, value); @@ -227,20 +227,20 @@ namespace Tizen.NUI /// The Bottom Extend. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Extents(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor. /// /// /// // DO NOT use like the followings! /// Extents extents = new Extents(); /// extents.Bottom = 4; - /// // Please USE like this + /// // USE like this /// ushort start = 1, end = 2, top = 3, bottom = 4; /// Extents extents = new Extents(start, end, top, bottom); /// /// 4 public ushort Bottom { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Extents(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Extents(...) constructor")] set { Interop.Extents.BottomSet(SwigCPtr, value); diff --git a/src/Tizen.NUI/src/public/Common/Layer.cs b/src/Tizen.NUI/src/public/Common/Layer.cs index 4b56f75..e1d00a7 100755 --- a/src/Tizen.NUI/src/public/Common/Layer.cs +++ b/src/Tizen.NUI/src/public/Common/Layer.cs @@ -378,7 +378,7 @@ namespace Tizen.NUI /// /// The child count of the layer. /// 4 - [Obsolete("Deprecated in API9, will be removed in API11. Please use ChildCount property instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use ChildCount property instead")] public override uint GetChildCount() { return Convert.ToUInt32(Children.Count); @@ -389,9 +389,8 @@ namespace Tizen.NUI /// /// Thrown when handle is null. /// 3 - /// Please do not use! this will be deprecated! - /// Instead please use as keyword. - [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")] + /// Do not use this, that will be deprecated. Use as keyword instead. + [Obsolete("Do not use this, that will be deprecated. Use as keyword instead.")] [EditorBrowsable(EditorBrowsableState.Never)] public static Layer DownCast(BaseHandle handle) { diff --git a/src/Tizen.NUI/src/public/Common/NUIConstants.cs b/src/Tizen.NUI/src/public/Common/NUIConstants.cs index 08a4d91..1c916a1 100755 --- a/src/Tizen.NUI/src/public/Common/NUIConstants.cs +++ b/src/Tizen.NUI/src/public/Common/NUIConstants.cs @@ -127,7 +127,7 @@ namespace Tizen.NUI /// /// Deprecated.(API Level 6) Not used. /// - [Obsolete("Please do not use this DrawModeType.Stencil(Deprecated). This is replaced by ClippingModeType")] + [Obsolete("Do not use this DrawModeType.Stencil(Deprecated). This is replaced by ClippingModeType")] [Description("STENCIL")] Stencil = 3 } @@ -309,10 +309,10 @@ namespace Tizen.NUI /// DisableStyleChangeSignals = 1 << 6, /// - /// Please do not use! This will be deprecated! + /// Do not use! This will be deprecated! /// /// 3 - [Obsolete("Please do not use! This will be deprecated!")] + [Obsolete("Do not use! This will be deprecated!")] [EditorBrowsable(EditorBrowsableState.Never)] LastViewBehaviourFlag } @@ -1672,10 +1672,10 @@ namespace Tizen.NUI } /// - /// [Obsolete("Please do not use! this will be deprecated")] + /// [Obsolete("Do not use this, that will be deprecated.")] /// /// 3 - [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint instead!")] + [Obsolete("Do not use this, that will be deprecated. Use as PivotPoint instead.")] [EditorBrowsable(EditorBrowsableState.Never)] public struct AnchorPoint { diff --git a/src/Tizen.NUI/src/public/Common/Position.cs b/src/Tizen.NUI/src/public/Common/Position.cs index 15062d9..02a31f4 100755 --- a/src/Tizen.NUI/src/public/Common/Position.cs +++ b/src/Tizen.NUI/src/public/Common/Position.cs @@ -521,20 +521,20 @@ namespace Tizen.NUI /// The x component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Position(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Position(...) constructor. /// /// /// // DO NOT use like the followings! /// Position position = new Position(); /// position.X = 1.0f; - /// // Please USE like this + /// // USE like this /// float x = 1.0f, y = 2.0f, z = 3.0f; /// Position position = new Position(x, y, z); /// /// 3 public float X { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Position(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Position(...) constructor")] set { Interop.Vector3.XSet(SwigCPtr, value); @@ -554,20 +554,20 @@ namespace Tizen.NUI /// The y component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Position(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Position(...) constructor. /// /// /// // DO NOT use like the followings! /// Position position = new Position(); /// position.Y = 2.0f; - /// // Please USE like this + /// // USE like this /// float x = 1.0f, y = 2.0f, z = 3.0f; /// Position position = new Position(x, y, z); /// /// 3 public float Y { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Position(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Position(...) constructor")] set { Interop.Vector3.YSet(SwigCPtr, value); @@ -587,20 +587,20 @@ namespace Tizen.NUI /// The z component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Position(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Position(...) constructor. /// /// /// // DO NOT use like the followings! /// Position position = new Position(); /// position.Z = 3.0f; - /// // Please USE like this + /// // USE like this /// float x = 1.0f, y = 2.0f, z = 3.0f; /// Position position = new Position(x, y, z); /// /// 3 public float Z { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Position(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Position(...) constructor")] set { Interop.Vector3.ZSet(SwigCPtr, value); diff --git a/src/Tizen.NUI/src/public/Common/Position2D.cs b/src/Tizen.NUI/src/public/Common/Position2D.cs index 01b797e..90c6067 100755 --- a/src/Tizen.NUI/src/public/Common/Position2D.cs +++ b/src/Tizen.NUI/src/public/Common/Position2D.cs @@ -87,20 +87,20 @@ namespace Tizen.NUI /// The x component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Position2D(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Position2D(...) constructor. /// /// /// // DO NOT use like the followings! /// Position2D position2d = new Position2D(); /// position2d.X = 1; - /// // Please USE like this + /// // USE like this /// int x = 1, y = 2; /// Position2D position2d = new Position2D(x, y); /// /// 3 public int X { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Position2D(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Position2D(...) constructor")] set { Interop.Vector2.XSet(SwigCPtr, (float)value); @@ -120,20 +120,20 @@ namespace Tizen.NUI /// The y component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Position2D(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Position2D(...) constructor. /// /// /// // DO NOT use like the followings! /// Position2D position2d = new Position2D(); /// position2d.Y = 2; - /// // Please USE like this + /// // USE like this /// int x = 1, y = 2; /// Position2D position2d = new Position2D(x, y); /// /// 3 public int Y { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Position2D(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Position2D(...) constructor")] set { Interop.Vector2.YSet(SwigCPtr, (float)value); diff --git a/src/Tizen.NUI/src/public/Common/PropertyNotification.cs b/src/Tizen.NUI/src/public/Common/PropertyNotification.cs index b36701b..201ed2c 100755 --- a/src/Tizen.NUI/src/public/Common/PropertyNotification.cs +++ b/src/Tizen.NUI/src/public/Common/PropertyNotification.cs @@ -117,7 +117,7 @@ namespace Tizen.NUI /// /// Get property notification from Intptr.
- /// This should be internal, please do not use. + /// This should be internal, do not use. ///
/// An object of IntPtr type. /// An object of the PropertyNotification type. diff --git a/src/Tizen.NUI/src/public/Common/Rectangle.cs b/src/Tizen.NUI/src/public/Common/Rectangle.cs index 8e8592e..2a24ceb 100755 --- a/src/Tizen.NUI/src/public/Common/Rectangle.cs +++ b/src/Tizen.NUI/src/public/Common/Rectangle.cs @@ -90,20 +90,20 @@ namespace Tizen.NUI /// The x position of the rectangle. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Rectangle(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor. /// /// /// // DO NOT use like the followings! /// Rectangle rectangle = new Rectangle(); /// rectangle.X = 1; - /// // Please USE like this + /// // USE like this /// int x = 1, y = 2, width = 3, height = 4; /// Rectangle rectangle = new Rectangle(x, y, width, height); /// /// 3 public int X { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Rectangle(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor")] set { x = (value); @@ -120,20 +120,20 @@ namespace Tizen.NUI /// The Y position of the rectangle. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Rectangle(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor. /// /// /// // DO NOT use like the followings! /// Rectangle rectangle = new Rectangle(); /// rectangle.Y = 2; - /// // Please USE like this + /// // USE like this /// int x = 1, y = 2, width = 3, height = 4; /// Rectangle rectangle = new Rectangle(x, y, width, height); /// /// 3 public int Y { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Rectangle(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor")] set { y = (value); @@ -150,20 +150,20 @@ namespace Tizen.NUI /// The width of the rectangle. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Rectangle(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor. /// /// /// // DO NOT use like the followings! /// Rectangle rectangle = new Rectangle(); /// rectangle.Width = 3; - /// // Please USE like this + /// // USE like this /// int x = 1, y = 2, width = 3, height = 4; /// Rectangle rectangle = new Rectangle(x, y, width, height); /// /// 3 public int Width { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Rectangle(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor")] set { width = (value); @@ -180,20 +180,20 @@ namespace Tizen.NUI /// The height of the rectangle. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Rectangle(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor. /// /// /// // DO NOT use like the followings! /// Rectangle rectangle = new Rectangle(); /// rectangle.Height = 4; - /// // Please USE like this + /// // USE like this /// int x = 1, y = 2, width = 3, height = 4; /// Rectangle rectangle = new Rectangle(x, y, width, height); /// /// 3 public int Height { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Rectangle(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Rectangle(...) constructor")] set { height = (value); diff --git a/src/Tizen.NUI/src/public/Common/RelativeVector2.cs b/src/Tizen.NUI/src/public/Common/RelativeVector2.cs index f9c54e5..8488595 100755 --- a/src/Tizen.NUI/src/public/Common/RelativeVector2.cs +++ b/src/Tizen.NUI/src/public/Common/RelativeVector2.cs @@ -76,20 +76,20 @@ namespace Tizen.NUI /// The x component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector2(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector2(...) constructor. /// /// /// // DO NOT use like the followings! /// RelativeVector2 relativeVector2 = new RelativeVector2(); /// relativeVector2.X = 0.1f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.9f; /// RelativeVector2 relativeVector2 = new RelativeVector2(x, y); /// /// 3 public float X { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector2(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector2(...) constructor")] set { Interop.Vector2.XSet(SwigCPtr, value); @@ -107,20 +107,20 @@ namespace Tizen.NUI /// The y component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector2(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector2(...) constructor. /// /// /// // DO NOT use like the followings! /// RelativeVector2 relativeVector2 = new RelativeVector2(); /// relativeVector2.Y = 0.9f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.9f; /// RelativeVector2 relativeVector2 = new RelativeVector2(x, y); /// /// 3 public float Y { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector2(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector2(...) constructor")] set { Interop.Vector2.YSet(SwigCPtr, value); diff --git a/src/Tizen.NUI/src/public/Common/RelativeVector3.cs b/src/Tizen.NUI/src/public/Common/RelativeVector3.cs index abefcf6..744632f 100755 --- a/src/Tizen.NUI/src/public/Common/RelativeVector3.cs +++ b/src/Tizen.NUI/src/public/Common/RelativeVector3.cs @@ -74,20 +74,20 @@ namespace Tizen.NUI /// The x component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector3(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector3(...) constructor. /// /// /// // DO NOT use like the followings! /// RelativeVector3 relativeVector3 = new RelativeVector3(); /// relativeVector3.X = 0.1f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f, z = 0.9f; /// RelativeVector3 relativeVector3 = new RelativeVector3(x, y, z); /// /// 3 public float X { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector3(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector3(...) constructor")] set { Interop.Vector3.XSet(SwigCPtr, value); @@ -105,20 +105,20 @@ namespace Tizen.NUI /// The y component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector3(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector3(...) constructor. /// /// /// // DO NOT use like the followings! /// RelativeVector3 relativeVector3 = new RelativeVector3(); /// relativeVector3.Y = 0.5f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f, z = 0.9f; /// RelativeVector3 relativeVector3 = new RelativeVector3(x, y, z); /// /// 3 public float Y { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector3(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector3(...) constructor")] set { Interop.Vector3.YSet(SwigCPtr, value); @@ -136,20 +136,20 @@ namespace Tizen.NUI /// The z component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector3(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector3(...) constructor. /// /// /// // DO NOT use like the followings! /// RelativeVector3 relativeVector3 = new RelativeVector3(); /// relativeVector3.Z = 0.9f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f, z = 0.9f; /// RelativeVector3 relativeVector3 = new RelativeVector3(x, y, z); /// /// 3 public float Z { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector3(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector3(...) constructor")] set { Interop.Vector3.ZSet(SwigCPtr, value); diff --git a/src/Tizen.NUI/src/public/Common/RelativeVector4.cs b/src/Tizen.NUI/src/public/Common/RelativeVector4.cs index 1aefd29..6981ad0 100755 --- a/src/Tizen.NUI/src/public/Common/RelativeVector4.cs +++ b/src/Tizen.NUI/src/public/Common/RelativeVector4.cs @@ -83,20 +83,20 @@ namespace Tizen.NUI /// The x component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor. /// /// /// // DO NOT use like the followings! /// RelativeVector4 relativeVector4 = new RelativeVector4(); /// relativeVector4.X = 0.1f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f; /// RelativeVector4 relativeVector4 = new RelativeVector4(x, y, z, w); /// /// 3 public float X { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor")] set { Interop.Vector4.XSet(SwigCPtr, value); @@ -116,20 +116,20 @@ namespace Tizen.NUI /// The y component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor. /// /// /// // DO NOT use like the followings! /// RelativeVector4 relativeVector4 = new RelativeVector4(); /// relativeVector4.Y = 0.5f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f; /// RelativeVector4 relativeVector4 = new RelativeVector4(x, y, z, w); /// /// 3 public float Y { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor")] set { Interop.Vector4.YSet(SwigCPtr, value); @@ -149,20 +149,20 @@ namespace Tizen.NUI /// The z component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor. /// /// /// // DO NOT use like the followings! /// RelativeVector4 relativeVector4 = new RelativeVector4(); /// relativeVector4.Z = 0.9f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f; /// RelativeVector4 relativeVector4 = new RelativeVector4(x, y, z, w); /// /// 3 public float Z { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor")] set { Interop.Vector4.ZSet(SwigCPtr, value); @@ -182,20 +182,20 @@ namespace Tizen.NUI /// The w component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new RelativeVector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor. /// /// /// // DO NOT use like the followings! /// RelativeVector4 relativeVector4 = new RelativeVector4(); /// relativeVector4.W = 1.0f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f; /// RelativeVector4 relativeVector4 = new RelativeVector4(x, y, z, w); /// /// 3 public float W { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new RelativeVector4(...) constructor")] set { Interop.Vector4.WSet(SwigCPtr, value); diff --git a/src/Tizen.NUI/src/public/Common/Size.cs b/src/Tizen.NUI/src/public/Common/Size.cs index 2d8d589..2fdf82c 100755 --- a/src/Tizen.NUI/src/public/Common/Size.cs +++ b/src/Tizen.NUI/src/public/Common/Size.cs @@ -95,20 +95,20 @@ namespace Tizen.NUI /// The Width property for the width component of size /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Size(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Size(...) constructor. /// /// /// // DO NOT use like the followings! /// Size size = new Size(); /// size.Width = 0.1f; - /// // Please USE like this + /// // USE like this /// float width = 0.1f, height = 0.5f, depth = 0.9f; /// Size size = new Size(width, height, depth); /// /// 5 public float Width { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Size(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Size(...) constructor")] set { Interop.Vector3.WidthSet(SwigCPtr, value); @@ -128,20 +128,20 @@ namespace Tizen.NUI /// The Height property for the height component of size. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Size(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Size(...) constructor. /// /// /// // DO NOT use like the followings! /// Size size = new Size(); /// size.Height = 0.5f; - /// // Please USE like this + /// // USE like this /// float width = 0.1f, height = 0.5f, depth = 0.9f; /// Size size = new Size(width, height, depth); /// /// 5 public float Height { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Size(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Size(...) constructor")] set { Interop.Vector3.HeightSet(SwigCPtr, value); @@ -161,20 +161,20 @@ namespace Tizen.NUI /// The Depth property for the depth component of size. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Size(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Size(...) constructor. /// /// /// // DO NOT use like the followings! /// Size size = new Size(); /// size.Depth = 0.9f; - /// // Please USE like this + /// // USE like this /// float width = 0.1f, height = 0.5f, depth = 0.9f; /// Size size = new Size(width, height, depth); /// /// 5 public float Depth { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Size(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Size(...) constructor")] set { Interop.Vector3.DepthSet(SwigCPtr, value); diff --git a/src/Tizen.NUI/src/public/Common/Size2D.cs b/src/Tizen.NUI/src/public/Common/Size2D.cs index 783d2f9..76afe79 100755 --- a/src/Tizen.NUI/src/public/Common/Size2D.cs +++ b/src/Tizen.NUI/src/public/Common/Size2D.cs @@ -108,20 +108,20 @@ namespace Tizen.NUI /// The property for the width component of a size. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Size2D(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Size2D(...) constructor. /// /// /// // DO NOT use like the followings! /// Size2D size2d = new Size2D(); /// size2d.Width = 1; - /// // Please USE like this + /// // USE like this /// int width = 1, height = 2; /// Size2D size2d = new Size2D(width, height); /// /// 3 public int Width { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Size2D(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Size2D(...) constructor")] set { Interop.Vector2.WidthSet(SwigCPtr, (float)value); @@ -141,20 +141,20 @@ namespace Tizen.NUI /// The property for the height component of a size. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Size2D(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Size2D(...) constructor. /// /// /// // DO NOT use like the followings! /// Size2D size2d = new Size2D(); /// size2d.Height = 2; - /// // Please USE like this + /// // USE like this /// int width = 1, height = 2; /// Size2D size2d = new Size2D(width, height); /// /// 3 public int Height { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Size2D(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Size2D(...) constructor")] set { Interop.Vector2.HeightSet(SwigCPtr, (float)value); diff --git a/src/Tizen.NUI/src/public/Common/Vector2.cs b/src/Tizen.NUI/src/public/Common/Vector2.cs index d815359..68115d8 100755 --- a/src/Tizen.NUI/src/public/Common/Vector2.cs +++ b/src/Tizen.NUI/src/public/Common/Vector2.cs @@ -200,20 +200,20 @@ namespace Tizen.NUI /// The x component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector2(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector2 vector2 = new Vector2(); /// vector2.X = 0.1f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f; /// Vector2 vector2 = new Vector2(x, y); /// /// 3 public float X { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector2(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor")] set { Interop.Vector2.XSet(SwigCPtr, value); @@ -233,20 +233,20 @@ namespace Tizen.NUI /// The width. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector2(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector2 vector2 = new Vector2(); /// vector2.Width = 1.0f; - /// // Please USE like this + /// // USE like this /// float width = 1.0f, height = 2.0f; /// Vector2 vector2 = new Vector2(x, y); /// /// 3 public float Width { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector2(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor")] set { Interop.Vector2.WidthSet(SwigCPtr, value); @@ -266,20 +266,20 @@ namespace Tizen.NUI /// The y component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector2(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector2 vector2 = new Vector2(); /// vector2.Y = 0.5f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f; /// Vector2 vector2 = new Vector2(x, y); /// /// 3 public float Y { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector2(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor")] set { Interop.Vector2.YSet(SwigCPtr, value); @@ -299,20 +299,20 @@ namespace Tizen.NUI /// The height. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector2(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector2 vector2 = new Vector2(); /// vector2.Height = 2.0f; - /// // Please USE like this + /// // USE like this /// float width = 1.0f, height = 2.0f; /// Vector2 vector2 = new Vector2(x, y); /// /// 3 public float Height { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector2(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector2(...) constructor")] set { Interop.Vector2.HeightSet(SwigCPtr, value); diff --git a/src/Tizen.NUI/src/public/Common/Vector3.cs b/src/Tizen.NUI/src/public/Common/Vector3.cs index 465a8e7..5271bf1 100755 --- a/src/Tizen.NUI/src/public/Common/Vector3.cs +++ b/src/Tizen.NUI/src/public/Common/Vector3.cs @@ -215,20 +215,20 @@ namespace Tizen.NUI /// The x component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector3 vector3 = new Vector3(); /// vector3.X = 0.1f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f, z = 0.9f; /// Vector3 vector3 = new Vector3(x, y, z); /// /// 3 public float X { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")] set { Interop.Vector3.XSet(SwigCPtr, value); @@ -248,20 +248,20 @@ namespace Tizen.NUI /// The width component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector3 vector3 = new Vector3(); /// vector3.Width = 1.0f; - /// // Please USE like this + /// // USE like this /// float width = 1.0f, height = 2.0f, depth = 3.0f; /// Vector3 vector3 = new Vector3(width, height, depth); /// /// 3 public float Width { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")] set { Interop.Vector3.WidthSet(SwigCPtr, value); @@ -281,20 +281,20 @@ namespace Tizen.NUI /// The red component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector3 vector3 = new Vector3(); /// vector3.R = 0.1f; - /// // Please USE like this + /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f; /// Vector3 vector3 = new Vector3(r, g, b); /// /// 3 public float R { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")] set { Interop.Vector3.RSet(SwigCPtr, value); @@ -314,20 +314,20 @@ namespace Tizen.NUI /// The y component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector3 vector3 = new Vector3(); /// vector3.Y = 0.5f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f, z = 0.9f; /// Vector3 vector3 = new Vector3(x, y, z); /// /// 3 public float Y { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")] set { Interop.Vector3.YSet(SwigCPtr, value); @@ -347,20 +347,20 @@ namespace Tizen.NUI /// The height component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector3 vector3 = new Vector3(); /// vector3.Height = 2.0f; - /// // Please USE like this + /// // USE like this /// float width = 1.0f, height = 2.0f, depth = 3.0f; /// Vector3 vector3 = new Vector3(width, height, depth); /// /// 3 public float Height { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")] set { Interop.Vector3.HeightSet(SwigCPtr, value); @@ -380,20 +380,20 @@ namespace Tizen.NUI /// The green component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector3 vector3 = new Vector3(); /// vector3.G = 0.5f; - /// // Please USE like this + /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f; /// Vector3 vector3 = new Vector3(r, g, b); /// /// 3 public float G { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")] set { Interop.Vector3.GSet(SwigCPtr, value); @@ -413,20 +413,20 @@ namespace Tizen.NUI /// The z component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector3 vector3 = new Vector3(); /// vector3.Z = 0.9f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f, z = 0.9f; /// Vector3 vector3 = new Vector3(x, y, z); /// /// 3 public float Z { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")] set { Interop.Vector3.ZSet(SwigCPtr, value); @@ -446,20 +446,20 @@ namespace Tizen.NUI /// The depth component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector3 vector3 = new Vector3(); /// vector3.Depth = 3.0f; - /// // Please USE like this + /// // USE like this /// float width = 1.0f, height = 2.0f, depth = 3.0f; /// Vector3 vector3 = new Vector3(width, height, depth); /// /// 3 public float Depth { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")] set { Interop.Vector3.DepthSet(SwigCPtr, value); @@ -479,20 +479,20 @@ namespace Tizen.NUI /// The blue component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector3(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector3 vector3 = new Vector3(); /// vector3.B = 0.9f; - /// // Please USE like this + /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f; /// Vector3 vector3 = new Vector3(r, g, b); /// /// 3 public float B { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector3(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector3(...) constructor")] set { Interop.Vector3.BSet(SwigCPtr, value); diff --git a/src/Tizen.NUI/src/public/Common/Vector4.cs b/src/Tizen.NUI/src/public/Common/Vector4.cs index 55a4479..7893562 100755 --- a/src/Tizen.NUI/src/public/Common/Vector4.cs +++ b/src/Tizen.NUI/src/public/Common/Vector4.cs @@ -172,20 +172,20 @@ namespace Tizen.NUI /// The x component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector4 vector4 = new Vector4(); /// vector4.X = 0.1f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f; /// Vector4 vector4 = new Vector4(x, y, z, w); /// /// 3 public float X { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")] set { Interop.Vector4.XSet(SwigCPtr, value); @@ -205,20 +205,20 @@ namespace Tizen.NUI /// The red component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector4 vector4 = new Vector4(); /// vector4.R = 0.1f; - /// // Please USE like this + /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f; /// Vector4 vector4 = new Vector4(r, g, b, a); /// /// 3 public float R { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")] set { Interop.Vector4.RSet(SwigCPtr, value); @@ -238,20 +238,20 @@ namespace Tizen.NUI /// The s component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector4 vector4 = new Vector4(); /// vector4.S = 0.1f; - /// // Please USE like this + /// // USE like this /// float s = 0.1f, t = 0.5f, p = 0.9f, q = 1.0f; /// Vector4 vector4 = new Vector4(s, t, p, q); /// /// 3 public float S { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")] set { Interop.Vector4.SSet(SwigCPtr, value); @@ -271,20 +271,20 @@ namespace Tizen.NUI /// The y component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector4 vector4 = new Vector4(); /// vector4.Y = 0.5f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f; /// Vector4 vector4 = new Vector4(x, y, z, w); /// /// 3 public float Y { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")] set { Interop.Vector4.YSet(SwigCPtr, value); @@ -304,20 +304,20 @@ namespace Tizen.NUI /// The green component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector4 vector4 = new Vector4(); /// vector4.G = 0.5f; - /// // Please USE like this + /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f; /// Vector4 vector4 = new Vector4(r, g, b, a); /// /// 3 public float G { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")] set { Interop.Vector4.GSet(SwigCPtr, value); @@ -337,20 +337,20 @@ namespace Tizen.NUI /// The t component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector4 vector4 = new Vector4(); /// vector4.T = 0.5f; - /// // Please USE like this + /// // USE like this /// float s = 0.1f, t = 0.5f, p = 0.9f, q = 1.0f; /// Vector4 vector4 = new Vector4(s, t, p, q); /// /// 3 public float T { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")] set { Interop.Vector4.TSet(SwigCPtr, value); @@ -370,20 +370,20 @@ namespace Tizen.NUI /// The z component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector4 vector4 = new Vector4(); /// vector4.Z = 0.9f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f; /// Vector4 vector4 = new Vector4(x, y, z, w); /// /// 3 public float Z { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")] set { Interop.Vector4.ZSet(SwigCPtr, value); @@ -403,20 +403,20 @@ namespace Tizen.NUI /// The blue component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector4 vector4 = new Vector4(); /// vector4.B = 0.9f; - /// // Please USE like this + /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f; /// Vector4 vector4 = new Vector4(r, g, b, a); /// /// 3 public float B { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")] set { Interop.Vector4.BSet(SwigCPtr, value); @@ -436,20 +436,20 @@ namespace Tizen.NUI /// The p component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector4 vector4 = new Vector4(); /// vector4.P = 0.9f; - /// // Please USE like this + /// // USE like this /// float s = 0.1f, t = 0.5f, p = 0.9f, q = 1.0f; /// Vector4 vector4 = new Vector4(s, t, p, q); /// /// 3 public float P { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")] set { Interop.Vector4.PSet(SwigCPtr, value); @@ -469,20 +469,20 @@ namespace Tizen.NUI /// The w component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector4 vector4 = new Vector4(); /// vector4.W = 1.0f; - /// // Please USE like this + /// // USE like this /// float x = 0.1f, y = 0.5f, z = 0.9f, w = 1.0f; /// Vector4 vector4 = new Vector4(x, y, z, w); /// /// 3 public float W { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")] set { Interop.Vector4.WSet(SwigCPtr, value); @@ -502,20 +502,20 @@ namespace Tizen.NUI /// The alpha component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector4 vector4 = new Vector4(); /// vector4.A = 1.0f; - /// // Please USE like this + /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f; /// Vector4 vector4 = new Vector4(r, g, b, a); /// /// 3 public float A { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")] set { Interop.Vector4.ASet(SwigCPtr, value); @@ -535,20 +535,20 @@ namespace Tizen.NUI /// The q component. /// /// - /// The setter is deprecated in API8 and will be removed in API10. Please use new Vector4(...) constructor. + /// The setter is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor. /// /// /// // DO NOT use like the followings! /// Vector4 vector4 = new Vector4(); /// vector4.Q = 1.0f; - /// // Please USE like this + /// // USE like this /// float s = 0.1f, t = 0.5f, p = 0.9f, q = 1.0f; /// Vector4 vector4 = new Vector4(s, t, p, q); /// /// 3 public float Q { - [Obsolete("Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Vector4(...) constructor")] + [Obsolete("Do not use this setter, that is deprecated in API8 and will be removed in API10. Use new Vector4(...) constructor")] set { Interop.Vector4.QSet(SwigCPtr, value); diff --git a/src/Tizen.NUI/src/public/Images/PixelData.cs b/src/Tizen.NUI/src/public/Images/PixelData.cs index c7eb4bf..78413f6 100755 --- a/src/Tizen.NUI/src/public/Images/PixelData.cs +++ b/src/Tizen.NUI/src/public/Images/PixelData.cs @@ -26,7 +26,7 @@ namespace Tizen.NUI /// The buffer memory must not be released outside of this class, instead, /// the PixelData object will release it automatically when the reference count falls to zero. /// - /// Please DO NOT use! This will be deprecated! + /// Do not use! This will be deprecated! /// PixelData class requires externally allocated pixel memory buffer and this buffer loses its ownership by native DALi. /// And this would make some problem, because dotnet runtime would change the address of memory allocated. /// So this is required to be removed. diff --git a/src/Tizen.NUI/src/public/Input/FocusManager.cs b/src/Tizen.NUI/src/public/Input/FocusManager.cs index 3625e1e..b404308 100755 --- a/src/Tizen.NUI/src/public/Input/FocusManager.cs +++ b/src/Tizen.NUI/src/public/Input/FocusManager.cs @@ -235,12 +235,12 @@ namespace Tizen.NUI } /// - /// [Obsolete("Please do not use! this will be deprecated")] + /// [Obsolete("Do not use this, that will be deprecated.")] /// /// 3 - /// Please do not use! this will be deprecated! - /// Instead please use FocusedViewActivated. - [Obsolete("Please do not use! This will be deprecated! Please use FocusManager.FocusedViewActivated instead! " + + /// Do not use this, that will be deprecated. + /// Instead Use FocusedViewActivated. + [Obsolete("Do not use this, that will be deprecated. Use FocusManager.FocusedViewActivated instead. " + "Like: " + "FocusManager.Instance.FocusedViewActivated = OnFocusedViewActivated; " + "private void OnFocusedViewActivated(object source, FocusManager.FocusedViewActivatedEventArgs args) {...}")] @@ -742,11 +742,11 @@ namespace Tizen.NUI } /// - /// Please do not use! this will be deprecated! + /// Do not use this, that will be deprecated. /// - /// Please do not use! this will be deprecated! - /// Instead please use OnFocusedViewEnterKey. - [Obsolete("Please do not use! This will be deprecated! Please use FocusManager.OnFocusedViewEnterKey instead!")] + /// Do not use this, that will be deprecated. + /// Instead Use OnFocusedViewEnterKey. + [Obsolete("Do not use this, that will be deprecated. Use FocusManager.OnFocusedViewEnterKey instead.")] [EditorBrowsable(EditorBrowsableState.Never)] private void OnFocusedViewEnterKey2(IntPtr view) { @@ -963,12 +963,12 @@ namespace Tizen.NUI } /// - /// Please do not use! this will be deprecated + /// Do not use this, that will be deprecated. /// /// 3 - /// Please do not use! this will be deprecated. - /// Instead please use FocusedViewActivatedEventArgs. - [Obsolete("Please do not use! This will be deprecated! Please use FocusedViewActivatedEventArgs instead! " + + /// Do not use this, that will be deprecated. + /// Instead Use FocusedViewActivatedEventArgs. + [Obsolete("Do not use this, that will be deprecated. Use FocusedViewActivatedEventArgs instead. " + "Like: " + "FocusManager.Instance.FocusedViewActivated = OnFocusedViewActivated; " + "private void OnFocusedViewActivated(object source, FocusManager.FocusedViewActivatedEventArgs arg)" + diff --git a/src/Tizen.NUI/src/public/Input/InputMethodContext.cs b/src/Tizen.NUI/src/public/Input/InputMethodContext.cs index d8f937e..2ef67e5 100755 --- a/src/Tizen.NUI/src/public/Input/InputMethodContext.cs +++ b/src/Tizen.NUI/src/public/Input/InputMethodContext.cs @@ -801,7 +801,7 @@ namespace Tizen.NUI /// /// Dispose Type /// 5 - /// Please do not use! This will be deprecated! + /// Do not use! This will be deprecated! /// Dispose() method in Singletone classes (ex: FocusManager, StyleManager, VisualFactory, InputMethodContext, TtsPlayer, Window) is not required. [EditorBrowsable(EditorBrowsableState.Never)] protected override void Dispose(DisposeTypes type) @@ -943,7 +943,7 @@ namespace Tizen.NUI /// The state if it owns memory /// /// 5 - [Obsolete("This has been deprecated in API9 and will be removed in API11. Use swigCMemOwn which is declared in parent class")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use swigCMemOwn that is declared in the parent class")] [System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1051:Do not declare visible instance fields", Justification = "")] protected bool swigCMemOwn; private global::System.Runtime.InteropServices.HandleRef swigCPtr; @@ -1103,7 +1103,7 @@ namespace Tizen.NUI /// The state if it owns memory /// /// 5 - [Obsolete("This has been deprecated in API9 and will be removed in API11. Use SwigCMemOwn which is declared in parent class")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use SwigCMemOwn that is declared in the parent class")] [System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1051:Do not declare visible instance fields", Justification = "")] protected bool swigCMemOwn; private global::System.Runtime.InteropServices.HandleRef swigCPtr; diff --git a/src/Tizen.NUI/src/public/Layouting/LayoutTransition.cs b/src/Tizen.NUI/src/public/Layouting/LayoutTransition.cs index 70dd5ad..aeba96c 100755 --- a/src/Tizen.NUI/src/public/Layouting/LayoutTransition.cs +++ b/src/Tizen.NUI/src/public/Layouting/LayoutTransition.cs @@ -137,7 +137,7 @@ namespace Tizen.NUI /// /// 6 /// When deleting the field, change it to property. - [Obsolete("Deprecated in API9, will be removed in API11. Use GetDuration, SetDuration instead!")] + [Obsolete("Deprecated in API9, will be removed in API11. Use GetDuration, SetDuration instead.")] [SuppressMessage("Microsoft.Design", "CA1051:Do not declare visible instance fields")] public int Duration; @@ -146,7 +146,7 @@ namespace Tizen.NUI /// /// 6 /// When deleting the field, change it to property. - [Obsolete("Deprecated in API9, will be removed in API11. Use GetDelay, SetDelay instead!")] + [Obsolete("Deprecated in API9, will be removed in API11. Use GetDelay, SetDelay instead.")] [SuppressMessage("Microsoft.Design", "CA1051:Do not declare visible instance fields")] public int Delay; @@ -154,7 +154,7 @@ namespace Tizen.NUI /// Get, Set the function to alter the transition path over time. /// /// 6 - [Obsolete("Deprecated in API9, will be removed in API11. Use GetAlphaFunction, SetAlphaFunction instead!")] + [Obsolete("Deprecated in API9, will be removed in API11. Use GetAlphaFunction, SetAlphaFunction instead.")] [SuppressMessage("Microsoft.Design", "CA1051:Do not declare visible instance fields")] public AlphaFunction AlphaFunction; diff --git a/src/Tizen.NUI/src/public/Layouting/LinearLayout.cs b/src/Tizen.NUI/src/public/Layouting/LinearLayout.cs index 1f01206..72f3951 100755 --- a/src/Tizen.NUI/src/public/Layouting/LinearLayout.cs +++ b/src/Tizen.NUI/src/public/Layouting/LinearLayout.cs @@ -49,7 +49,7 @@ namespace Tizen.NUI /// [Draft] Enumeration for the alignment of the linear layout items /// /// 6 - [Obsolete("Deprecated in API9, will be removed in API11. Please use HorizontalAlignment and VerticalAlignment instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use HorizontalAlignment and VerticalAlignment instead.")] public enum Alignment { /// @@ -138,7 +138,7 @@ namespace Tizen.NUI /// [Draft] Get/Set the alignment in the layout /// /// 6 - [Obsolete("Deprecated in API9, will be removed in API11. Please use HorizontalAlignment and VerticalAlignment properties instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use HorizontalAlignment and VerticalAlignment properties instead.")] public LinearLayout.Alignment LinearAlignment { get diff --git a/src/Tizen.NUI/src/public/Layouting/MeasureSpecification.cs b/src/Tizen.NUI/src/public/Layouting/MeasureSpecification.cs index 50e13e5..f58f4f7 100755 --- a/src/Tizen.NUI/src/public/Layouting/MeasureSpecification.cs +++ b/src/Tizen.NUI/src/public/Layouting/MeasureSpecification.cs @@ -32,7 +32,7 @@ namespace Tizen.NUI /// /// 6 /// When deleting the field, change it to property. - [Obsolete("Deprecated in API9, will be removed in API11. Use GetSize,SetSize instead!")] + [Obsolete("Deprecated in API9, will be removed in API11. Use GetSize,SetSize instead.")] [SuppressMessage("Microsoft.Design", "CA1051:Do not declare visible instance fields")] public LayoutLength Size; @@ -41,7 +41,7 @@ namespace Tizen.NUI /// /// 6 /// When deleting the field, change it to property. - [Obsolete("Deprecated in API9, will be removed in API11. Use GetMode,SetMode instead!")] + [Obsolete("Deprecated in API9, will be removed in API11. Use GetMode,SetMode instead.")] [SuppressMessage("Microsoft.Design", "CA1051:Do not declare visible instance fields")] public MeasureSpecification.ModeType Mode; diff --git a/src/Tizen.NUI/src/public/Rendering/Renderer.cs b/src/Tizen.NUI/src/public/Rendering/Renderer.cs index d35e7c3..6a0e5e3 100755 --- a/src/Tizen.NUI/src/public/Rendering/Renderer.cs +++ b/src/Tizen.NUI/src/public/Rendering/Renderer.cs @@ -702,12 +702,12 @@ namespace Tizen.NUI - [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ForegroundEffect instead!")] + [Obsolete("Do not use this, that is deprecated in API9 and will be removed in API11. Use ForegroundEffect instead.")] [EditorBrowsable(EditorBrowsableState.Never)] [SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores", Justification = "")] public static readonly int FOREGROUND_EFFECT = Interop.Renderer.RangesForegroundEffectGet(); - [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use BackgroundEffect instead!")] + [Obsolete("Do not use this, that is deprecated in API9 and will be removed in API11. Use BackgroundEffect instead.")] [EditorBrowsable(EditorBrowsableState.Never)] [SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores", Justification = "")] public static readonly int BACKGROUND_EFFECT = Interop.Renderer.RangesBackgroundEffectGet(); diff --git a/src/Tizen.NUI/src/public/Theme/ThemeManager.cs b/src/Tizen.NUI/src/public/Theme/ThemeManager.cs index d7e85d1..7d351a5 100755 --- a/src/Tizen.NUI/src/public/Theme/ThemeManager.cs +++ b/src/Tizen.NUI/src/public/Theme/ThemeManager.cs @@ -295,7 +295,7 @@ namespace Tizen.NUI } /// - /// !!! This is for internal use in fhub-nui. Please do not open it. + /// !!! This is for internal use in fhub-nui. Do not open it. /// Set a theme to be used as fallback. /// The fallback theme is set to profile specified theme by default. /// diff --git a/src/Tizen.NUI/src/public/Utility/ScrollView.cs b/src/Tizen.NUI/src/public/Utility/ScrollView.cs index a016361..69b6b8c 100755 --- a/src/Tizen.NUI/src/public/Utility/ScrollView.cs +++ b/src/Tizen.NUI/src/public/Utility/ScrollView.cs @@ -1000,7 +1000,7 @@ namespace Tizen.NUI } /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] #pragma warning disable CA1716, CA1052, CA1034 // Identifiers should not match keywords @@ -1008,132 +1008,132 @@ namespace Tizen.NUI #pragma warning restore CA1716, CA1052, CA1034 // Identifiers should not match keywords { /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int WrapEnabled = Interop.ScrollView.WrapEnabledGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int PanningEnabled = Interop.ScrollView.PanningEnabledGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int AxisAutoLockEnabled = Interop.ScrollView.AxisAutoLockEnabledGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int WheelScrollDistanceStep = Interop.ScrollView.WheelScrollDistanceStepGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollMode = Interop.ScrollView.ScrollModeGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPosition = Interop.ScrollView.ScrollPositionGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPrePosition = Interop.ScrollView.ScrollPrePositionGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPrePositionX = Interop.ScrollView.ScrollPrePositionXGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPrePositionY = Interop.ScrollView.ScrollPrePositionYGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPrePositionMax = Interop.ScrollView.ScrollPrePositionMaxGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPrePositionMaxX = Interop.ScrollView.ScrollPrePositionMaxXGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPrePositionMaxY = Interop.ScrollView.ScrollPrePositionMaxYGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int OvershootX = Interop.ScrollView.OvershootXGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int OvershootY = Interop.ScrollView.OvershootYGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollFinal = Interop.ScrollView.ScrollFinalGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollFinalX = Interop.ScrollView.ScrollFinalXGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollFinalY = Interop.ScrollView.ScrollFinalYGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int WRAP = Interop.ScrollView.WrapGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int PANNING = Interop.ScrollView.PanningGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int SCROLLING = Interop.ScrollView.ScrollingGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollDomainSize = Interop.ScrollView.ScrollDomainSizeGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollDomainSizeX = Interop.ScrollView.ScrollDomainSizeXGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollDomainSizeY = Interop.ScrollView.ScrollDomainSizeYGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollDomainOffset = Interop.ScrollView.ScrollDomainOffsetGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int ScrollPositionDelta = Interop.ScrollView.ScrollPositionDeltaGet(); /// - /// This should be internal, please do not use. + /// This should be internal, do not use. /// [EditorBrowsable(EditorBrowsableState.Never)] public static readonly int StartPagePosition = Interop.ScrollView.StartPagePositionGet(); diff --git a/src/Tizen.NUI/src/public/Visuals/VisualFactory.cs b/src/Tizen.NUI/src/public/Visuals/VisualFactory.cs index c7c70a0..73bbfce 100755 --- a/src/Tizen.NUI/src/public/Visuals/VisualFactory.cs +++ b/src/Tizen.NUI/src/public/Visuals/VisualFactory.cs @@ -59,10 +59,10 @@ namespace Tizen.NUI } /// - /// Please do not use! this will be deprecated, please use VisualFactory.Instance instead. + /// Do not use this, that will be deprecated. Use VisualFactory.Instance instead. /// /// 3 - [Obsolete("Please do not use! This will be deprecated! Please use VisualFactory.Instance instead! " + + [Obsolete("Do not use this, that will be deprecated. Use VisualFactory.Instance instead. " + "Like: " + "VisualFactory visualFactory = VisualFactory.Instance; " + "visualFactory.CreateVisual(visualMap);")] diff --git a/src/Tizen.NUI/src/public/Widget/WidgetView.cs b/src/Tizen.NUI/src/public/Widget/WidgetView.cs index 708eb8b..ffd2f7a 100755 --- a/src/Tizen.NUI/src/public/Widget/WidgetView.cs +++ b/src/Tizen.NUI/src/public/Widget/WidgetView.cs @@ -1017,13 +1017,13 @@ namespace Tizen.NUI internal static readonly int EFFECT = Interop.WidgetView.EffectGet(); - [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use WidgetId instead!")] + [Obsolete("Do not use this, that is deprecated in API9 and will be removed in API11. Use WidgetId instead.")] internal static readonly int WIDGET_ID = Interop.WidgetView.WidgetIdGet(); - [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ContentInfo instead!")] + [Obsolete("Do not use this, that is deprecated in API9 and will be removed in API11. Use ContentInfo instead.")] internal static readonly int CONTENT_INFO = Interop.WidgetView.ContentInfoGet(); - [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use UpdatePeriod instead!")] + [Obsolete("Do not use this, that is deprecated in API9 and will be removed in API11. Use UpdatePeriod instead.")] internal static readonly int UPDATE_PERIOD = Interop.WidgetView.UpdatePeriodGet(); - [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use LoadingText instead!")] + [Obsolete("Do not use this, that is deprecated in API9 and will be removed in API11. Use LoadingText instead.")] internal static readonly int LOADING_TEXT = Interop.WidgetView.LoadingTextGet(); } } diff --git a/src/Tizen.NUI/src/public/Window/Window.cs b/src/Tizen.NUI/src/public/Window/Window.cs index 30a5182..331a1e8 100755 --- a/src/Tizen.NUI/src/public/Window/Window.cs +++ b/src/Tizen.NUI/src/public/Window/Window.cs @@ -212,7 +212,7 @@ namespace Tizen.NUI /// /// Enumeration for transition effect's state. /// - [Obsolete("Please do not use! This will be removed. Please use Window.EffectState instead!")] + [Obsolete("Do not use this, that will be removed. Use Window.EffectState instead.")] [EditorBrowsable(EditorBrowsableState.Never)] // This is already deprecated, so suppress warning here. [System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1717:Only FlagsAttribute enums should have plural names", Justification = "")] @@ -221,19 +221,19 @@ namespace Tizen.NUI /// /// None state. /// - [Obsolete("Please do not use! This will be removed. Please use Window.EffectState.None instead!")] + [Obsolete("Do not use this, that will be removed. Use Window.EffectState.None instead.")] [EditorBrowsable(EditorBrowsableState.Never)] None = 0, /// /// Transition effect is started. /// - [Obsolete("Please do not use! This will be removed. Please use Window.EffectState.Start instead!")] + [Obsolete("Do not use this, that will be removed. Use Window.EffectState.Start instead.")] [EditorBrowsable(EditorBrowsableState.Never)] Start, /// /// Transition effect is ended. /// - [Obsolete("Please do not use! This will be removed. Please use Window.EffectState.End instead!")] + [Obsolete("Do not use this, that will be removed. Use Window.EffectState.End instead.")] [EditorBrowsable(EditorBrowsableState.Never)] End, } @@ -264,7 +264,7 @@ namespace Tizen.NUI /// /// Enumeration for transition effect's type. /// - [Obsolete("Please do not use! This will be removed. Please use Window.EffectType instead!")] + [Obsolete("Do not use this, that will be removed. Use Window.EffectType instead.")] [EditorBrowsable(EditorBrowsableState.Never)] // This is already deprecated, so suppress warning here. [System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1717:Only FlagsAttribute enums should have plural names", Justification = "")] @@ -273,19 +273,19 @@ namespace Tizen.NUI /// /// None type. /// - [Obsolete("Please do not use! This will be removed. Please use Window.EffectType.None instead!")] + [Obsolete("Do not use this, that will be removed. Use Window.EffectType.None instead.")] [EditorBrowsable(EditorBrowsableState.Never)] None = 0, /// /// Window show effect. /// - [Obsolete("Please do not use! This will be removed. Please use Window.EffectType.Show instead!")] + [Obsolete("Do not use this, that will be removed. Use Window.EffectType.Show instead.")] [EditorBrowsable(EditorBrowsableState.Never)] Show, /// /// Window hide effect. /// - [Obsolete("Please do not use! This will be removed. Please use Window.EffectType.Hide instead!")] + [Obsolete("Do not use this, that will be removed. Use Window.EffectType.Hide instead.")] [EditorBrowsable(EditorBrowsableState.Never)] Hide, } @@ -608,7 +608,7 @@ namespace Tizen.NUI /// /// The key event to feed. /// 4 - [Obsolete("Please do not use! This will be deprecated! Please use FeedKey(Key keyEvent) instead!")] + [Obsolete("Do not use this, that will be deprecated. Use FeedKey(Key keyEvent) instead.")] public static void FeedKeyEvent(Key keyEvent) { Interop.Window.FeedKeyEvent(Key.getCPtr(keyEvent)); diff --git a/src/Tizen.NUI/src/public/Window/WindowEvent.cs b/src/Tizen.NUI/src/public/Window/WindowEvent.cs index 5d6a182..8757e83 100755 --- a/src/Tizen.NUI/src/public/Window/WindowEvent.cs +++ b/src/Tizen.NUI/src/public/Window/WindowEvent.cs @@ -292,12 +292,12 @@ namespace Tizen.NUI } /// - /// Please do not use! this will be deprecated. Please use 'FocusChanged' event instead. + /// Do not use this, that will be deprecated. Use 'FocusChanged' event instead. /// /// 3 - /// Please do not use! this will be deprecated! - /// Instead please use FocusChanged. - [Obsolete("Please do not use! This will be deprecated! Please use FocusChanged instead! " + + /// Do not use this, that will be deprecated. + /// Instead Use FocusChanged. + [Obsolete("Do not use this, that will be deprecated. Use FocusChanged instead. " + "Like: " + "NUIApplication.GetDefaultWindow().FocusChanged = OnFocusChanged; " + "private void OnFocusChanged(object source, Window.FocusChangedEventArgs args) {...}")] @@ -1027,10 +1027,10 @@ namespace Tizen.NUI } /// - /// Please do not use! this will be deprecated + /// Do not use this, that will be deprecated. /// /// 3 - [Obsolete("Please do not use! This will be deprecated! Please use FocusChangedEventArgs instead! " + + [Obsolete("Do not use this, that will be deprecated. Use FocusChangedEventArgs instead. " + "Like: " + "NUIApplication.GetDefaultWindow().FocusChanged = OnFocusChanged; " + "private void OnFocusChanged(object source, Window.FocusChangedEventArgs args) {...}")] @@ -1039,7 +1039,7 @@ namespace Tizen.NUI public class WindowFocusChangedEventArgs : EventArgs { /// - /// Please do not use! this will be deprecated + /// Do not use this, that will be deprecated. /// /// 3 public bool FocusGained @@ -1053,7 +1053,7 @@ namespace Tizen.NUI /// Contains and encapsulates Native Window handle. /// /// 4 - [Obsolete("Deprecated in API9, will be removed in API11. Please use Window.NativeHandle instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use Window.NativeHandle instead.")] public class SafeNativeWindowHandle : SafeHandle { /// diff --git a/src/Tizen.NUI/src/public/Xaml/XamlServiceProvider.cs b/src/Tizen.NUI/src/public/Xaml/XamlServiceProvider.cs index b49b4cb..6c66ccd 100755 --- a/src/Tizen.NUI/src/public/Xaml/XamlServiceProvider.cs +++ b/src/Tizen.NUI/src/public/Xaml/XamlServiceProvider.cs @@ -165,7 +165,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. [EditorBrowsable(EditorBrowsableState.Never)] - [Obsolete("SimpleValueTargetProvider(object[] objectAndParents) is obsolete as of version 2.3.4. Please use SimpleValueTargetProvider(object[] objectAndParents, object targetProperty) instead.")] + [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) { } diff --git a/src/Tizen.NUI/src/public/XamlBinding/Element.cs b/src/Tizen.NUI/src/public/XamlBinding/Element.cs index e92b21e..b206d4f 100755 --- a/src/Tizen.NUI/src/public/XamlBinding/Element.cs +++ b/src/Tizen.NUI/src/public/XamlBinding/Element.cs @@ -99,7 +99,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. [EditorBrowsable(EditorBrowsableState.Never)] - [Obsolete("ParentView is obsolete as of version 2.1.0. Please use Parent instead.")] + [Obsolete("ParentView is obsolete as of version 2.1.0. Use Parent instead.")] public BaseHandle ParentView { get diff --git a/src/Tizen.NUI/src/public/XamlBinding/Interactivity/DataTrigger.cs b/src/Tizen.NUI/src/public/XamlBinding/Interactivity/DataTrigger.cs index df453ba..c8ab3ec 100755 --- a/src/Tizen.NUI/src/public/XamlBinding/Interactivity/DataTrigger.cs +++ b/src/Tizen.NUI/src/public/XamlBinding/Interactivity/DataTrigger.cs @@ -61,7 +61,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. [EditorBrowsable(EditorBrowsableState.Never)] - [Obsolete("Deprecated in API9, will be removed in API11. Please use GetValue() instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use GetValue() instead.")] public object Value { get { return ((BindingCondition)Condition).Value; } diff --git a/src/Tizen.NUI/src/public/XamlBinding/Trigger.cs b/src/Tizen.NUI/src/public/XamlBinding/Trigger.cs index 7e2b763..3437516 100755 --- a/src/Tizen.NUI/src/public/XamlBinding/Trigger.cs +++ b/src/Tizen.NUI/src/public/XamlBinding/Trigger.cs @@ -67,7 +67,7 @@ namespace Tizen.NUI.Binding /// 6 /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API. [EditorBrowsable(EditorBrowsableState.Never)] - [Obsolete("Deprecated in API9, will be removed in API11. Please use GetValue() instead!")] + [Obsolete("This has been deprecated in API9 and will be removed in API11. Use GetValue() instead.")] public object Value { get { return ((XamlPropertyCondition)Condition).Value; } diff --git a/src/Tizen.NUI/src/public/XamlBinding/TypeConverter.cs b/src/Tizen.NUI/src/public/XamlBinding/TypeConverter.cs index dc77a20..725f73a 100755 --- a/src/Tizen.NUI/src/public/XamlBinding/TypeConverter.cs +++ b/src/Tizen.NUI/src/public/XamlBinding/TypeConverter.cs @@ -38,7 +38,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. [EditorBrowsable(EditorBrowsableState.Never)] - [Obsolete("ConvertFrom is obsolete as of version 2.2.0. Please use ConvertFromInvariantString (string) instead.")] + [Obsolete("ConvertFrom is obsolete as of version 2.2.0. Use ConvertFromInvariantString (string) instead.")] public virtual object ConvertFrom(object o) { return null; @@ -46,7 +46,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. [EditorBrowsable(EditorBrowsableState.Never)] - [Obsolete("ConvertFrom is obsolete as of version 2.2.0. Please use ConvertFromInvariantString (string) instead.")] + [Obsolete("ConvertFrom is obsolete as of version 2.2.0. Use ConvertFromInvariantString (string) instead.")] public virtual object ConvertFrom(CultureInfo culture, object o) { return null; -- 2.7.4