From: dongsug-song <35130733+dongsug-song@users.noreply.github.com>
Date: Fri, 21 Sep 2018 05:00:12 +0000 (+0900)
Subject: [NUI] Public some apis of TableView,Animation,NUIApplication (#483)
X-Git-Tag: 5.0.0.14562~25
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e634aefeeb330db5ef1db6f276979115e3521b18;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git
[NUI] Public some apis of TableView,Animation,NUIApplication (#483)
Change-Id: I280e6389cb9d2aa537d72c183b1547ee807fcfd6
---
diff --git a/src/Tizen.NUI/src/public/Animation.cs b/src/Tizen.NUI/src/public/Animation.cs
index 57b41a4..bb995a5 100755
--- a/src/Tizen.NUI/src/public/Animation.cs
+++ b/src/Tizen.NUI/src/public/Animation.cs
@@ -574,8 +574,6 @@ namespace Tizen.NUI
///
/// Gets or sets the properties of the animation.
///
- /// 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
///
/// Gets or sets the destination value for each property of the animation.
///
- /// 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
///
/// Gets or sets the start time for each property of the animation.
///
- /// 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
///
/// Gets or sets the end time for each property of the animation.
///
- /// 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.
///
/// The target object to animate.
- /// 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();
diff --git a/src/Tizen.NUI/src/public/BaseComponents/TableView.cs b/src/Tizen.NUI/src/public/BaseComponents/TableView.cs
index 53fda09..3ff33cc 100755
--- a/src/Tizen.NUI/src/public/BaseComponents/TableView.cs
+++ b/src/Tizen.NUI/src/public/BaseComponents/TableView.cs
@@ -491,8 +491,6 @@ namespace Tizen.NUI.BaseComponents
///
/// Creates the default TableView view.
///
- /// 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();
diff --git a/src/Tizen.NUI/src/public/NUIApplication.cs b/src/Tizen.NUI/src/public/NUIApplication.cs
index 2737672..2575bf9 100755
--- a/src/Tizen.NUI/src/public/NUIApplication.cs
+++ b/src/Tizen.NUI/src/public/NUIApplication.cs
@@ -332,8 +332,6 @@ namespace Tizen.NUI
/// Register the assembly to XAML.
///
/// 5
- /// 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);