Review uix-inputmethod-manager API cs files
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Fri, 28 Jul 2017 06:39:54 +0000 (12:09 +0530)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Fri, 28 Jul 2017 06:39:54 +0000 (12:09 +0530)
Change-Id: I7418482432ff6000801e4545b8c82a12d9078c3c

src/Tizen.Uix.InputMethodManager/Interop/Interop.InputMethodManager.cs
src/Tizen.Uix.InputMethodManager/Interop/Interop.Libraries.cs
src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs

index ff92151..7f52165 100755 (executable)
@@ -19,12 +19,12 @@ using System;
 using System.Runtime.InteropServices;\r
 \r
 /// <summary>\r
-/// Partial Interop Class\r
+/// Partial interop class.\r
 /// </summary>\r
 internal static partial class Interop\r
 {\r
     /// <summary>\r
-    /// InputMethodManager Interop Class\r
+    /// InputMethodManager interop class.\r
     /// </summary>\r
     internal static class InputMethodManager\r
     {\r
index 603344f..1dc0112 100755 (executable)
 
 
 /// <summary>
-/// Partial Interop Class
+/// Partial interop class.
 /// </summary>
 internal static partial class Interop
 {
     /// <summary>
-    /// Partial Libraries Class
+    /// Partial libraries class.
     /// </summary>
     internal static partial class Libraries
     {
index 05b231c..4166edd 100755 (executable)
@@ -20,24 +20,24 @@ using static Interop.InputMethodManager;
 namespace Tizen.Uix.InputMethodManager\r
 {\r
     /// <summary>\r
-    /// This class provides the functions for launching input method editor (IME) list and selector settings. A user can manage the installed IMEs in the system.\r
-    /// Input method editor (IME) is an input panel that lets users provide input and the platform receives the text data entered.\r
-    /// Manager is a module for managing the installed IMEs.\r
-    /// IME developers can use this module to open the installed IME list or selector menu after their IME installation and then guide to select the installed IME.\r
+    /// This class provides the function for launching the input method editor (IME) list and selector settings. A user can manage the installed IMEs in the system.\r
+    /// The input method editor (IME) is an input panel that lets users provide an input and the platform to receive the text data entered.\r
+    /// The manager is a module for managing the installed IMEs.\r
+    /// IME developers can use this module to open the installed IME list or the selector menu after their IME installation, and then guide to select the installed IME.\r
     /// </summary>\r
     public static class Manager\r
     {\r
         /// <summary>\r
         /// Requests to open the installed IME list menu.\r
-        /// This api provides the installed IME list menu for the IME developers who might want to open it to enable their IME.\r
+        /// This API provides the installed IME list menu for IME developers who might want to open it to enable their IME.\r
         /// </summary>\r
         /// <privilege>\r
         /// http://tizen.org/privilege/imemanager\r
         /// </privilege>\r
         /// <exception cref="InvalidOperationException">\r
-        /// This Exception can occur if:\r
-        /// 1) The application does not have the privilege to call this function\r
-        /// 2) Operation failed\r
+        /// This exception can occur if:\r
+        /// 1) The application does not have the privilege to call this function.\r
+        /// 2) Operation failed.\r
         /// </exception>\r
         public static void ShowIMEList()\r
         {\r
@@ -51,15 +51,15 @@ namespace Tizen.Uix.InputMethodManager
 \r
         /// <summary>\r
         /// Requests to open the IME selector menu.\r
-        /// This api provides the IME selector menu for the IME or other application developers who might want to change the default IME.\r
+        /// This API provides the IME selector menu for the IME or other application developers who might want to change the default IME.\r
         /// </summary>\r
         /// <privilege>\r
         /// http://tizen.org/privilege/imemanager\r
         /// </privilege>\r
         /// <exception cref="InvalidOperationException">\r
-        /// This Exception can occur if:\r
-        /// 1) The application does not have the privilege to call this function\r
-        /// 2) Operation failed\r
+        /// This exception can occur if:\r
+        /// 1) The application does not have the privilege to call this function.\r
+        /// 2) Operation failed.\r
         /// </exception>\r
         public static void ShowIMESelector()\r
         {\r
@@ -78,15 +78,15 @@ namespace Tizen.Uix.InputMethodManager
         /// <privilege>\r
         /// http://tizen.org/privilege/imemanager\r
         /// </privilege>\r
-        /// <param name="appId">The application ID of the IME</param>\r
-        /// <returns>The On (enabled) and Off (disabled) state of the IME</returns>\r
+        /// <param name="appId">The application ID of the IME.</param>\r
+        /// <returns>The On (enabled) and Off (disabled) state of the IME.</returns>\r
         /// <exception cref="ArgumentException">\r
-        /// This Exception can occur if Invalid parameter is provided\r
+        /// This exception can occur if an invalid parameter is provided.\r
         /// </exception>\r
         /// <exception cref="InvalidOperationException">\r
-        /// This Exception can occur if:\r
-        /// 1) The application does not have the privilege to call this function\r
-        /// 2) Operation failed\r
+        /// This exception can occur if:\r
+        /// 1) The application does not have the privilege to call this function.\r
+        /// 2) Operation failed.\r
         /// </exception>\r
         public static bool IsIMEEnabled(string appId)\r
         {\r
@@ -108,12 +108,12 @@ namespace Tizen.Uix.InputMethodManager
         /// http://tizen.org/privilege/imemanager\r
         /// </privilege>\r
         /// <returns>\r
-        /// Current activated (selected) IME\r
+        /// The current activated (selected) IME.\r
         /// </returns>\r
         /// <exception cref="InvalidOperationException">\r
-        /// This Exception can occur if:\r
-        /// 1) The application does not have the privilege to call this function\r
-        /// 2) Operation failed\r
+        /// This exception can occur if:\r
+        /// 1) The application does not have the privilege to call this function.\r
+        /// 2) Operation failed.\r
         /// </exception>\r
         public static string GetActiveIME()\r
         {\r
@@ -129,18 +129,18 @@ namespace Tizen.Uix.InputMethodManager
         }\r
 \r
         /// <summary>\r
-        /// Gets the number of IMEs which are enabled (usable).\r
+        /// Gets the number of IMEs that are enabled (usable).\r
         /// </summary>\r
         /// <privilege>\r
         /// http://tizen.org/privilege/imemanager\r
         /// </privilege>\r
         /// <returns>\r
-        /// The number of enabled IMEs\r
+        /// The number of enabled IMEs.\r
         /// </returns>\r
         /// <exception cref="InvalidOperationException">\r
-        /// This Exception can occur if:\r
-        /// 1) The application does not have the privilege to call this function\r
-        /// 2) Operation failed\r
+        /// This exception can occur if:\r
+        /// 1) The application does not have the privilege to call this function.\r
+        /// 2) Operation failed.\r
         /// </exception>\r
         public static int GetEnabledIMECount()\r
         {\r