[NUI] Public some apis of TableView,Animation,NUIApplication (#483)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 21 Sep 2018 05:00:12 +0000 (14:00 +0900)
committerGitHub <noreply@github.com>
Fri, 21 Sep 2018 05:00:12 +0000 (14:00 +0900)
Change-Id: I280e6389cb9d2aa537d72c183b1547ee807fcfd6

src/Tizen.NUI/src/public/Animation.cs
src/Tizen.NUI/src/public/BaseComponents/TableView.cs
src/Tizen.NUI/src/public/NUIApplication.cs

index 57b41a4..bb995a5 100755 (executable)
@@ -574,8 +574,6 @@ namespace Tizen.NUI
         /// <summary>
         /// Gets or sets the properties of the animation.
         /// </summary>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public string[] Properties
         {
             get
@@ -593,8 +591,6 @@ namespace Tizen.NUI
         /// <summary>
         /// Gets or sets the destination value for each property of the animation.
         /// </summary>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public string[] DestValue
         {
             get
@@ -612,8 +608,6 @@ namespace Tizen.NUI
         /// <summary>
         /// Gets or sets the start time for each property of the animation.
         /// </summary>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public int[] StartTime
         {
             get
@@ -631,8 +625,6 @@ namespace Tizen.NUI
         /// <summary>
         /// Gets or sets the end time for each property of the animation.
         /// </summary>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public int[] EndTime
         {
             get
@@ -649,8 +641,6 @@ namespace Tizen.NUI
         /// Animates one or more properties to a destination value.<br />
         /// </summary>
         /// <param name="target">The target object to animate.</param>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public void PlayAnimateTo(View target)
         {
             Clear();
index 53fda09..3ff33cc 100755 (executable)
@@ -491,8 +491,6 @@ namespace Tizen.NUI.BaseComponents
         /// <summary>
         /// Creates the default TableView view.
         /// </summary>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public TableView() : this(NDalicPINVOKE.TableView_New(1, 1), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
index 2737672..2575bf9 100755 (executable)
@@ -332,8 +332,6 @@ namespace Tizen.NUI
         /// Register the assembly to XAML.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public static void RegisterAssembly(Assembly assembly)
         {
             XamlParser.s_assemblies.Add(assembly);