[ACR-564] deprecate unused API
[platform/core/csapi/tizenfx.git] / src / ElmSharp.Wearable / ElmSharp.Wearable / MoreOptionItem.cs
old mode 100755 (executable)
new mode 100644 (file)
index d6b4933..1babac8
@@ -21,8 +21,10 @@ using System.Text;
 namespace ElmSharp.Wearable
 {
     /// <summary>
-    /// The MoreOptionItem is a item of MoreOption widget.
+    /// The MoreOptionItem is an item of the MoreOption widget.
     /// </summary>
+    /// <since_tizen> preview </since_tizen>
+    [Obsolete("This has been deprecated in API12")]
     public class MoreOptionItem
     {
         const string MainTextPartName = "selector,main_text";
@@ -37,6 +39,8 @@ namespace ElmSharp.Wearable
         /// <summary>
         /// Sets or gets the more option item handle.
         /// </summary>
+        /// <since_tizen> preview </since_tizen>
+        [Obsolete("This has been deprecated in API12")]
         public IntPtr Handle
         {
             get
@@ -57,16 +61,20 @@ namespace ElmSharp.Wearable
         }
 
         /// <summary>
-        /// Creates and initializes a new instance of MoreOptionItem class.
+        /// Creates and initializes a new instance of the MoreOptionItem class.
         /// </summary>
+        /// <since_tizen> preview </since_tizen>
+        [Obsolete("This has been deprecated in API12")]
         public MoreOptionItem()
         {
             _icon = null;
         }
 
         /// <summary>
-        /// Sets or gets the main text of a more option object.
+        /// Sets or gets the main text of the more option object.
         /// </summary>
+        /// <since_tizen> preview </since_tizen>
+        [Obsolete("This has been deprecated in API12")]
         public string MainText
         {
             set
@@ -86,8 +94,10 @@ namespace ElmSharp.Wearable
         }
 
         /// <summary>
-        /// Sets or gets the sub text of a more option object.
+        /// Sets or gets the subtext of the more option object.
         /// </summary>
+        /// <since_tizen> preview </since_tizen>
+        [Obsolete("This has been deprecated in API12")]
         public string SubText
         {
             set
@@ -107,8 +117,10 @@ namespace ElmSharp.Wearable
         }
 
         /// <summary>
-        /// Sets or gets the icon image
+        /// Sets or gets the icon image.
         /// </summary>
+        /// <since_tizen> preview </since_tizen>
+        [Obsolete("This has been deprecated in API12")]
         public Image Icon
         {
             set