Review AttachPanel/Shortcut/WatchApplication API cs files 70/164070/3
author“Editor <TizenEditor.SEL@lionbridge.com>
Fri, 15 Dec 2017 06:02:29 +0000 (11:32 +0530)
committerWonYoung Choi <wy80.choi@samsung.com>
Wed, 20 Dec 2017 09:57:00 +0000 (09:57 +0000)
PS2: Additional Fixes

Change-Id: I8f9531e3c112933e9fc56e7c3172a99640592256

29 files changed:
src/Tizen.Applications.AttachPanel/Interop/Interop.AttachPanel.cs
src/Tizen.Applications.AttachPanel/Interop/Interop.Libraries.cs
src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel/AttachPanel.cs
src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel/AttachPanelInternal.cs
src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel/ContentCategory.cs
src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel/EventType.cs
src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel/ResultEventArgs.cs
src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel/StateEventArgs.cs
src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel/StateType.cs
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/HomeShortcutInfo.cs
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutEnumerations.cs
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutInfo.cs
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutManager.cs
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/WidgetShortcutInfo.cs
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutEventEnumerations.cs
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutEventManager.cs
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs
src/Tizen.Applications.Shortcut/interop/Interop.Shortcut.cs
src/Tizen.Applications.WatchApplication/Tizen.Applications.CoreBackend/WatchEventType.cs
src/Tizen.Applications.WatchApplication/Tizen.Applications/AmbientEventArgs.cs
src/Tizen.Applications.WatchApplication/Tizen.Applications/AmbientTickType.cs
src/Tizen.Applications.WatchApplication/Tizen.Applications/TimeEventArgs.cs
src/Tizen.Applications.WatchApplication/Tizen.Applications/TimeTickResolution.cs
src/Tizen.Applications.WatchApplication/Tizen.Applications/WatchApplication.cs
src/Tizen.Applications.WatchApplication/Tizen.Applications/WatchTime.cs

index 6d0d864..12940dc 100755 (executable)
@@ -3,12 +3,12 @@ using System.Runtime.InteropServices;
 using Tizen.Applications;
 
 /// <summary>
-/// Interoperability support class for Tizen APIs
+/// The Interoperability support class for the Tizen APIs.
 /// </summary>
 internal static partial class Interop
 {
     /// <summary>
-    /// Interoperability support class for the attach panel APIs
+    /// The Interoperability support class for the attach panel APIs.
     /// </summary>
     internal static partial class AttachPanel
     {
index b0f7efa..d6e2078 100755 (executable)
@@ -1,10 +1,10 @@
 /// <summary>
-/// Interoperability support class for the attach panel APIs
+/// The Interoperability support class for the attach panel APIs.
 /// </summary>
 internal static partial class Interop
 {
     /// <summary>
-    /// Interoperability support class for the API library
+    /// The Interoperability support class for the API library.
     /// </summary>
     internal static partial class Libraries
     {
index c718489..7838b87 100755 (executable)
@@ -4,17 +4,17 @@ using System;
 namespace Tizen.Applications.AttachPanel
 {
     /// <summary>
-    /// Represents immutable class for attach panel.
+    /// Represents the immutable class for the attach panel.
     /// </summary>
     public partial class AttachPanel
     {
         /// <summary>
-        /// Represents immutable class for attach panel.
+        /// Represents the immutable class for the attach panel.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        /// <param name="conformant">The caller's conformant</param>
-        /// <exception cref="OutOfMemoryException">Thrown when an attempt to allocate memory fails.</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is already exist or the <paramref name="conformant"/> is not a conformant object</exception>
+        /// <param name="conformant">The caller's conformant.</param>
+        /// <exception cref="OutOfMemoryException">Thrown when an attempt to allocate the memory fails.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel already exists or the <paramref name="conformant"/> is not a conformant object.</exception>
         public AttachPanel(EvasObject conformant)
         {
             if (conformant == IntPtr.Zero)
@@ -42,12 +42,12 @@ namespace Tizen.Applications.AttachPanel
         }
 
         /// <summary>
-        /// Represents immutable class for attach panel.
+        /// Represents the immutable class for the attach panel.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        /// <param name="conformant">The caller's conformant</param>
-        /// <exception cref="OutOfMemoryException">Thrown when an attempt to allocate memory fails.</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is already exist or the <paramref name="conformant"/> is not a conformant object</exception>
+        /// <param name="conformant">The caller's conformant.</param>
+        /// <exception cref="OutOfMemoryException">Thrown when an attempt to allocate the memory fails.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel already exists or the <paramref name="conformant"/> is not a conformant object.</exception>
         public AttachPanel(Conformant conformant)
         {
             if (conformant == IntPtr.Zero)
@@ -75,7 +75,7 @@ namespace Tizen.Applications.AttachPanel
         }
 
         /// <summary>
-        /// A destructor which deallocates attach panel resources.
+        /// A destructor which deallocates the attach panel resources.
         /// </summary>
         ~AttachPanel()
         {
@@ -91,7 +91,7 @@ namespace Tizen.Applications.AttachPanel
         /// <summary>
         /// Gets the state of the AttachPanel.
         /// </summary>
-        /// <value>The AttachPanel window state</value>
+        /// <value>The AttachPanel window state.</value>
         /// <since_tizen> 4 </since_tizen>
         public StateType State
         {
@@ -108,7 +108,7 @@ namespace Tizen.Applications.AttachPanel
         /// <summary>
         /// Gets the value that indicates whether the AttachPanel is visible.
         /// </summary>
-        /// <value>visible value of AttachPanel state</value>
+        /// <value>Visible value of the AttachPanel state.</value>
         /// <since_tizen> 4 </since_tizen>
         public bool Visible
         {
@@ -122,10 +122,10 @@ namespace Tizen.Applications.AttachPanel
         }
 
         /// <summary>
-        /// Add a content category in the AttachPanel.
+        /// Adds a content category in the AttachPanel.
         /// </summary>
-        /// <param name="category">The ContentCategory to be added in the AttachPanel</param>
-        /// <param name="extraData">The AttachPanel send some information using Bundle</param>
+        /// <param name="category">The ContentCategory to be added in the AttachPanel.</param>
+        /// <param name="extraData">The AttachPanel sends some information using the Bundle.</param>
         /// <privilege>http://tizen.org/privilege/mediastorage</privilege>
         /// <privilege>http://tizen.org/privilege/camera</privilege>
         /// <privilege>http://tizen.org/privilege/recorder</privilege>
@@ -133,25 +133,25 @@ namespace Tizen.Applications.AttachPanel
         /// <feature>http://tizen.org/feature/camera</feature>
         /// <feature>http://tizen.org/feature/microphone</feature>
         /// <remarks>
-        /// The caller app has to check the return value of this function.
-        /// Content categories will be shown as the sequence of using AddCategory
+        /// The caller application has to check the return value of this function.
+        /// Content categories will be shown as the sequence of using AddCategory.
         /// Some contents need time to load it all.
-        /// So, it is needed to use this before the mainloop of Show
+        /// So, it is needed to use this before the mainloop of the Show.
         /// Privileges,
-        /// http://tizen.org/privilege/mediastorage, for using Image or Camera
-        /// http://tizen.org/privilege/camera, for using Camera or TakePicture
-        /// http://tizen.org/privilege/recorder, for using Voice
-        /// http://tizen.org/privilege/appmanager.launch, for adding content categories on the More tab
-        /// http://tizen.org/feature/camera, for using Camera or TakePicture
-        /// http://tizen.org/feature/microphone, for using Voice
+        /// http://tizen.org/privilege/mediastorage, for using Image or Camera.
+        /// http://tizen.org/privilege/camera, for using Camera or TakePicture.
+        /// http://tizen.org/privilege/recorder, for using Voice.
+        /// http://tizen.org/privilege/appmanager.launch, for adding content categories on the More tab.
+        /// http://tizen.org/feature/camera, for using Camera or TakePicture.
+        /// http://tizen.org/feature/microphone, for using Voice.
         /// Deliver more information to the callee with a bundle if you need.
         /// http://tizen.org/appcontrol/data/total_count
         /// http://tizen.org/appcontrol/data/total_size
         /// </remarks>
-        /// <exception cref="ArgumentOutOfRangeException">Thrown when the <paramref name="category"/> is not a valid category</exception>
-        /// <exception cref="UnauthorizedAccessException">Thrown when application does not have privilege to access this method</exception>
-        /// <exception cref="NotSupportedException">Thrown when the device does not supported the <paramref name="category"/> feature </exception>
-        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is not created yet or already destroyed</exception>
+        /// <exception cref="ArgumentOutOfRangeException">Thrown when the <paramref name="category"/> is not a valid category.</exception>
+        /// <exception cref="UnauthorizedAccessException">Thrown when the application does not have the privilege to access this method.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the device does not support the <paramref name="category"/> feature.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is not created yet or is already destroyed.</exception>
         /// <since_tizen> 4 </since_tizen>
         public void AddCategory(ContentCategory category, Bundle extraData)
         {
@@ -166,11 +166,11 @@ namespace Tizen.Applications.AttachPanel
         }
 
         /// <summary>
-        /// Removes the ContentCategory from the AttachPanel
+        /// Removes the ContentCategory from the AttachPanel.
         /// </summary>
-        /// <param name="category">The ContentCategory adding in the AttachPanel</param>
-        ///  <exception cref="ArgumentOutOfRangeException">Thrown when the <paramref name="category"/> is not a valid category</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is not created yet or already destroyed</exception>
+        /// <param name="category">The ContentCategory to be added in the AttachPanel.</param>
+        ///  <exception cref="ArgumentOutOfRangeException">Thrown when the <paramref name="category"/> is not a valid category.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is not created yet or is already destroyed.</exception>
         /// <since_tizen> 4 </since_tizen>
         public void RemoveCategory(ContentCategory category)
         {
@@ -179,13 +179,13 @@ namespace Tizen.Applications.AttachPanel
         }
 
         /// <summary>
-        /// Sets extraData to send to the ContentCategory using a Bundle
+        /// Sets the extraData to be sent to the ContentCategory using a Bundle.
         /// </summary>
-        /// <param name="category">The ContentCategory that some information to be set in the AttachPanel.</param>
-        /// <param name="extraData">The AttachPanel send some information using Bundle</param>
-        /// <exception cref="ArgumentOutOfRangeException">Thrown when the <paramref name="category"/> is not a valid category</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>
-        /// <exception cref="OutOfMemoryException">Thrown when an attempt to allocate memory fails.</exception>
+        /// <param name="category">The ContentCategory that some information is to be set, in the AttachPanel.</param>
+        /// <param name="extraData">The AttachPanel sends some information using a Bundle.</param>
+        /// <exception cref="ArgumentOutOfRangeException">Thrown when the <paramref name="category"/> is not a valid category.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is destroyed.</exception>
+        /// <exception cref="OutOfMemoryException">Thrown when an attempt to allocate the memory fails.</exception>
         /// <since_tizen> 4 </since_tizen>
         public void SetExtraData(ContentCategory category, Bundle extraData)
         {
@@ -205,9 +205,9 @@ namespace Tizen.Applications.AttachPanel
         }
 
         /// <summary>
-        /// Shows the attach panel with animations
+        /// Shows the attach panel with the animations.
         /// </summary>
-        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is destroyed.</exception>
         /// <since_tizen> 4 </since_tizen>
         public void Show()
         {
@@ -216,10 +216,10 @@ namespace Tizen.Applications.AttachPanel
         }
 
         /// <summary>
-        /// Shows the attach panel and selects whether or not to animate
+        /// Shows the attach panel and selects whether or not to animate.
         /// </summary>
-        /// <param name="animation">A flag which turn on or turn off the animation while attach panel showing.</param>
-        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>
+        /// <param name="animation">A flag which turns on or turns off the animation while the attach panel is showing.</param>
+        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is destroyed.</exception>
         /// <since_tizen> 4 </since_tizen>
         public void Show(bool animation)
         {
@@ -236,9 +236,9 @@ namespace Tizen.Applications.AttachPanel
         }
 
         /// <summary>
-        /// Hides the attach panel with animations
+        /// Hides the attach panel with the animations.
         /// </summary>
-        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is destroyed.</exception>
         /// <since_tizen> 4 </since_tizen>
         public void Hide()
         {
@@ -247,10 +247,10 @@ namespace Tizen.Applications.AttachPanel
         }
 
         /// <summary>
-        /// Hides the attach panel and selects whether or not to animate
+        /// Hides the attach panel and selects whether or not to animate.
         /// </summary>
-        /// <param name="animation">A flag which turn on or turn off the animation while attach panel hiding.</param>
-        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is destroyed</exception>
+        /// <param name="animation">A flag which turns on or turns off the animation while the attach panel is hiding.</param>
+        /// <exception cref="InvalidOperationException">Thrown when the AttachPanel is destroyed.</exception>
         /// <since_tizen> 4 </since_tizen>
         public void Hide(bool animation)
         {
@@ -267,7 +267,7 @@ namespace Tizen.Applications.AttachPanel
         }
 
         /// <summary>
-        /// Occurs when reserved events are published from the panel-side.
+        /// Occurs when the reserved events are published from the panel-side.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public event EventHandler<StateEventArgs> EventChanged
@@ -293,7 +293,7 @@ namespace Tizen.Applications.AttachPanel
         }
 
         /// <summary>
-        /// Occurs when an user selects and confirms something to attach in the AttachPanel
+        /// Occurs when a user selects and confirms something to attach in the AttachPanel.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public event EventHandler<ResultEventArgs> ResultCallback
index 487dd74..827ebdd 100755 (executable)
@@ -4,7 +4,7 @@ using System.Collections.Generic;
 namespace Tizen.Applications.AttachPanel
 {
     /// <summary>
-    /// Attach panel internal implementation
+    /// Attach panel internal implementation.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public partial class AttachPanel
index 35220e3..845fd81 100755 (executable)
@@ -7,51 +7,51 @@ namespace Tizen.Applications.AttachPanel
     public enum ContentCategory
     {
         /// <summary>
-        /// Attaching images from the gallery
+        /// Attaching images from the gallery.
         /// </summary>
         Image = 1,
         /// <summary>
-        /// Taking pictures to attach
+        /// Taking pictures to attach.
         /// </summary>
         Camera,
         /// <summary>
-        /// Taking a voice clip to attach
+        /// Taking a voice clip to attach.
         /// </summary>
         Voice,
         /// <summary>
-        /// Attaching video from the gallery
+        /// Attaching video from the gallery.
         /// </summary>
         Video,
         /// <summary>
-        /// Attaching audio from my files
+        /// Attaching audio from my files.
         /// </summary>
         Audio,
         /// <summary>
-        /// Attaching calendar data from the calendar
+        /// Attaching calendar data from the calendar.
         /// </summary>
         Calendar,
         /// <summary>
-        /// Attaching contact data from the contacts
+        /// Attaching contact data from the contacts.
         /// </summary>
         Contact,
         /// <summary>
-        /// Attaching files data from my files
+        /// Attaching files data from my files.
         /// </summary>
         Myfiles,
         /// <summary>
-        /// Taking a video clip to attach
+        /// Taking a video clip to attach.
         /// </summary>
         VideoRecorder,
         /// <summary>
-        /// Attaching files from the document list
+        /// Attaching files from the document list.
         /// </summary>
         Document,
         /// <summary>
-        /// Launching apps to take pictures will be attached
+        /// Launching apps to take pictures will be attached.
         /// </summary>
         TakePicture,
         /// <summary>
-        /// Attaching memo data from the memo
+        /// Attaching memo data from the memo.
         /// </summary>
         Memo,
     }
index 34135b8..a4f76da 100755 (executable)
@@ -7,19 +7,19 @@ namespace Tizen.Applications.AttachPanel
     public enum EventType
     {
         /// <summary>
-        /// Attach panel starts the effect to show
+        /// Attach panel starts the effect to show.
         /// </summary>
         ShowStart = 1,
         /// <summary>
-        /// Attach panel finishes the effect to show
+        /// Attach panel finishes the effect to show.
         /// </summary>
         ShowFinish,
         /// <summary>
-        /// Attach panel starts the effect to hide the panel
+        /// Attach panel starts the effect to hide the panel.
         /// </summary>
         HideStart,
         /// <summary>
-        /// Attach panel finishes the effect to hide the panel
+        /// Attach panel finishes the effect to hide the panel.
         /// </summary>
         HideFinish,
     }
index 0aea26b..272e75a 100755 (executable)
@@ -3,7 +3,7 @@ using System;
 namespace Tizen.Applications.AttachPanel
 {
     /// <summary>
-    /// Class for event arguments of the result event
+    /// A class for the event arguments of the result event.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class ResultEventArgs : EventArgs
@@ -32,8 +32,8 @@ namespace Tizen.Applications.AttachPanel
         }
 
         /// <summary>
-        /// Property for result
-        /// The caller app has to use ExtraData property to get received data.
+        /// Property for the result.
+        /// The caller application has to use the ExtraData property to get received data.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public AppControl Result
@@ -45,7 +45,7 @@ namespace Tizen.Applications.AttachPanel
         }
 
         /// <summary>
-        /// Property for result of AppControl
+        /// Property for the result of the AppControl.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public AppControlReplyResult ResultCode
index a342b5b..d053f13 100755 (executable)
@@ -3,7 +3,7 @@ using System;
 namespace Tizen.Applications.AttachPanel
 {
     /// <summary>
-    /// Class for event arguments of the state event
+    /// A class for the event arguments of the state event.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class StateEventArgs : EventArgs
@@ -16,7 +16,7 @@ namespace Tizen.Applications.AttachPanel
         }
 
         /// <summary>
-        /// Property for event type.
+        /// Property for the event type.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public EventType EventType
index a1d54df..770e46f 100755 (executable)
@@ -7,15 +7,15 @@ namespace Tizen.Applications.AttachPanel
     public enum StateType
     {
         /// <summary>
-        /// Attach panel is not visible
+        /// Attach panel is not visible.
         /// </summary>
         Hidden = 0,
         /// <summary>
-        /// Attach panel is in partial window mode
+        /// Attach panel is in the partial window mode.
         /// </summary>
         Partial,
         /// <summary>
-        /// Attach panel is in full screen mode
+        /// Attach panel is in the full screen mode.
         /// </summary>
         Full,
     }
index e699703..5a344c3 100755 (executable)
 namespace Tizen.Applications.Shortcut
 {
     /// <summary>
-    /// A class that contains shortcut information.
+    /// A class that contains the shortcut information.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class HomeShortcutInfo : ShortcutInfo
     {
         /// <summary>
-        /// Gets or sets the specific information for delivering to the viewer for creating a shortcut.
+        /// Gets or sets the specific information delivered to the viewer for creating a shortcut.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public string Uri { get; set; } = string.Empty;
index 4624d60..e735cfd 100755 (executable)
 namespace Tizen.Applications.Shortcut
 {
     /// <summary>
-    /// Enumeration for sizes of shortcut widget.
+    /// Enumeration for the sizes of the shortcut widget.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public enum ShortcutWidgetSize
     {
         /// <summary>
-        /// Type mask for the normal mode widget , don't use this value for specific size.
+        /// Type mask for the normal mode widget, don't use this value for a specific size.
         /// </summary>
         WidgetDefault = 0x10000000,
 
@@ -73,28 +73,28 @@ namespace Tizen.Applications.Shortcut
         Widget4by6 = 0x12000000,
 
         /// <summary>
-        /// Type mask for the easy mode widget, don't use this value for specific size.
+        /// Type mask for the easy mode widget, don't use this value for specific size.
         /// </summary>
         EasyDefault = 0x30000000,
 
         /// <summary>
-        /// Easy mode 1by1
+        /// Easy mode 1by1.
         /// </summary>
         Easy1by1 = 0x30010000,
 
         /// <summary>
-        /// Easy mode 3by2
+        /// Easy mode 3by2.
         /// </summary>
         Easy3by1 = 0x30020000,
 
         /// <summary>
-        /// Easy mode 3by3
+        /// Easy mode 3by3.
         /// </summary>
         Easy3by3 = 0x30040000,
     }
 
     /// <summary>
-    /// Enumeration for shortcut types.
+    /// Enumeration for the shortcut types.
     /// </summary>
     internal enum ShortcutType
     {
@@ -104,7 +104,7 @@ namespace Tizen.Applications.Shortcut
         LaunchByApp = 0x00000000,
 
         /// <summary>
-        /// Launch the application with the given data(URI).
+        /// Launch the application with the given data (URI).
         /// </summary>
         LaunchByUri = 0x00000001,
     }
index 50853b2..5d95b2f 100755 (executable)
@@ -17,7 +17,7 @@
 namespace Tizen.Applications.Shortcut
 {
     /// <summary>
-    /// A class to get information of the Shortcut.
+    /// A class to get the information of the shortcut.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class ShortcutInfo
@@ -35,7 +35,7 @@ namespace Tizen.Applications.Shortcut
         public string IconPath { get; set; } = string.Empty;
 
         /// <summary>
-        /// Gets or sets a value indicating whether to allow or not to allow duplication.
+        /// Gets or sets a value indicating whether to allow or not allow duplication.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public bool IsAllowDuplicate { get; set; }
index ea4c39e..1ceb5ec 100755 (executable)
@@ -19,7 +19,7 @@ namespace Tizen.Applications.Shortcut
     using System;
 
     /// <summary>
-    /// This class provides the some functions to add, delete shortcut.
+    /// This class provides some functions to add or delete a shortcut.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public static class ShortcutManager
@@ -33,15 +33,15 @@ namespace Tizen.Applications.Shortcut
         private static Interop.Shortcut.ResultCallback shortcutDeleteResult = null;
 
         /// <summary>
-        /// Adds a shortcut on home-screen.
+        /// Adds a shortcut on the home-screen.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        /// <param name="shortcut">Object that contain shortcut info.</param>
+        /// <param name="shortcut">Object that contains the shortcut information.</param>
         /// <feature>http://tizen.org/feature/shortcut</feature>
         /// <privilege>http://tizen.org/privilege/shortcut</privilege>
-        /// <exception cref="ArgumentException">Thrown when argument is invalid.</exception>
-        /// <exception cref="UnauthorizedAccessException">Thrown in case of permission denied.</exception>
-        /// <exception cref="NotSupportedException">Thrown when Shortcut is not supported.</exception>
+        /// <exception cref="ArgumentException">Thrown when an argument is invalid.</exception>
+        /// <exception cref="UnauthorizedAccessException">Thrown in case the permission is denied.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the shortcut is not supported.</exception>
         /// <exception cref="OutOfMemoryException">Thrown in case of out of memory.</exception>
         /// <exception cref="InvalidOperationException">Thrown in case of any internal error.</exception>
         public static void Add(HomeShortcutInfo shortcut)
@@ -79,15 +79,15 @@ namespace Tizen.Applications.Shortcut
         }
 
         /// <summary>
-        /// Adds a shortcut on home-screen.
+        /// Adds a shortcut on the home-screen.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        /// <param name="shortcut">Object that contain shortcut info.</param>
+        /// <param name="shortcut">Object that contains the shortcut information.</param>
         /// <feature>http://tizen.org/feature/shortcut</feature>
         /// <privilege>http://tizen.org/privilege/shortcut</privilege>
-        /// <exception cref="ArgumentException">Thrown when argument is invalid.</exception>
-        /// <exception cref="UnauthorizedAccessException">Thrown in case of permission denied.</exception>
-        /// <exception cref="NotSupportedException">Thrown when Shortcut is not supported.</exception>
+        /// <exception cref="ArgumentException">Thrown when an argument is invalid.</exception>
+        /// <exception cref="UnauthorizedAccessException">Thrown in case the permission is denied.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the shortcut is not supported.</exception>
         /// <exception cref="OutOfMemoryException">Thrown in case of out of memory.</exception>
         /// <exception cref="InvalidOperationException">Thrown in case of any internal error.</exception>
         public static void Add(WidgetShortcutInfo shortcut)
@@ -119,15 +119,15 @@ namespace Tizen.Applications.Shortcut
         }
 
         /// <summary>
-        /// Removes a shortcut from home by ShortcutName.
+        /// Removes a shortcut from home by the ShortcutName.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        /// <param name="shortcutName">Shortcut name string.</param>
+        /// <param name="shortcutName">The shortcut name string.</param>
         /// <feature>http://tizen.org/feature/shortcut</feature>
         /// <privilege>http://tizen.org/privilege/shortcut</privilege>
-        /// <exception cref="ArgumentException">Thrown when argument is invalid.</exception>
-        /// <exception cref="UnauthorizedAccessException">Thrown in case of permission denied.</exception>
-        /// <exception cref="NotSupportedException">Thrown when Shortcut is not supported.</exception>
+        /// <exception cref="ArgumentException">Thrown when an argument is invalid.</exception>
+        /// <exception cref="UnauthorizedAccessException">Thrown in case the permission is denied.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the shortcut is not supported.</exception>
         /// <exception cref="OutOfMemoryException">Thrown in case of out of memory.</exception>
         /// <exception cref="InvalidOperationException">Thrown in case of any internal error.</exception>
         public static void Delete(string shortcutName)
@@ -159,15 +159,15 @@ namespace Tizen.Applications.Shortcut
         }
 
         /// <summary>
-        /// Removes a shortcut from home by ShortcutInfo.
+        /// Removes a shortcut from home by the ShortcutInfo.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        /// <param name="shortcut">Object that contain shortcut info.</param>
+        /// <param name="shortcut">Object that contains the shortcut information.</param>
         /// <feature>http://tizen.org/feature/shortcut</feature>
         /// <privilege>http://tizen.org/privilege/shortcut</privilege>
-        /// <exception cref="ArgumentException">Thrown when argument is invalid.</exception>
-        /// <exception cref="UnauthorizedAccessException">Thrown in case of permission denied.</exception>
-        /// <exception cref="NotSupportedException">Thrown when Shortcut is not supported.</exception>
+        /// <exception cref="ArgumentException">Thrown when an argument is invalid.</exception>
+        /// <exception cref="UnauthorizedAccessException">Thrown in case the permission is denied.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the shortcut is not supported.</exception>
         /// <exception cref="OutOfMemoryException">Thrown in case of out of memory.</exception>
         /// <exception cref="InvalidOperationException">Thrown in case of any internal error.</exception>
         public static void Delete(ShortcutInfo shortcut)
index 80a6e1d..1e0d605 100755 (executable)
 namespace Tizen.Applications.Shortcut
 {
     /// <summary>
-    /// A class that contains information about the widget.
+    /// A class that contains the information about the widget.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class WidgetShortcutInfo : ShortcutInfo
     {
         /// <summary>
-        /// Gets or sets the Widget ID.
+        /// Gets or sets the widget ID.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public string WidgetId { get; set; } = string.Empty;
 
         /// <summary>
-        /// Gets or sets the size of widget.
+        /// Gets or sets the size of the widget.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public ShortcutWidgetSize WidgetSize { get; set; }
 
         /// <summary>
-        /// Gets or sets the Update period in seconds.
+        /// Gets or sets the update period in seconds.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public double Period { get; set; }
index 18b7b57..df1fe96 100755 (executable)
 namespace Tizen.Applications.Shortcut
 {
     /// <summary>
-    /// A class that contains shortcut information.
+    /// A class that contains the shortcut information.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class HomeShortcutAddedInfo : ShortcutAddedInfo
     {
         /// <summary>
-        /// Gets the name of application.
+        /// Gets the name of the application.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public string AppId { get; internal set; }
index f689cb1..6eced61 100755 (executable)
@@ -17,7 +17,7 @@
 namespace Tizen.Applications.Shortcut
 {
     /// <summary>
-    /// A class for getting information of the Shortcut.
+    /// A class for getting the information of the shortcut.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class ShortcutAddedInfo
index 873454d..dec0ec7 100755 (executable)
 namespace Tizen.Applications.Shortcut
 {
     /// <summary>
-    /// A class for getting information of the Shortcut.
+    /// A class for getting the information of the shortcut.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class ShortcutDeletedInfo
     {
         /// <summary>
-        /// Gets the name of package.
+        /// Gets the name of the package.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public string AppId { get; internal set; }
index b717cf1..34d72ef 100755 (executable)
@@ -17,7 +17,7 @@
 namespace Tizen.Applications.Shortcut
 {
     /// <summary>
-    /// Enumeration for values of shortcut response types.
+    /// Enumeration for values of the shortcut response types.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public enum ShortcutError
@@ -38,7 +38,7 @@ namespace Tizen.Applications.Shortcut
         OutOfMemory = Tizen.Internals.Errors.ErrorCode.OutOfMemory,
 
         /// <summary>
-        /// I/O Error.
+        /// I/O error.
         /// </summary>
         IoError = Tizen.Internals.Errors.ErrorCode.IoError,
 
@@ -53,7 +53,7 @@ namespace Tizen.Applications.Shortcut
         Exist = -0x01160000 | 0x02,
 
         /// <summary>
-        /// Not exist shortcut.
+        /// Shortcut does not exist.
         /// </summary>
         NotExist = -0x01160000 | 0x08,
     }
index a5b2c98..7e6c57a 100755 (executable)
@@ -21,23 +21,23 @@ namespace Tizen.Applications.Shortcut
     using Tizen.Internals.Errors;
 
     /// <summary>
-    /// The callback function that is invoked when add request occurred
+    /// The callback function that is invoked when the add request occurs.
     /// </summary>
-    /// <param name="args">Object that contain shortcut info to add.</param>
-    /// <returns>The result of handling a shortcut add request</returns>
+    /// <param name="args">Object that contains the shortcut information to add.</param>
+    /// <returns>The result of handling a shortcut add request.</returns>
     /// <since_tizen> 4 </since_tizen>
     public delegate ShortcutError ShortcutAdded(ShortcutAddedInfo args);
 
     /// <summary>
-    /// The callback function that is invoked when delete request occurred
+    /// The callback function that is invoked when the delete request occurs.
     /// </summary>
-    /// <param name="args">Object that contain shortcut info to delete.</param>
-    /// <returns>The result of handling a shortcut delete request</returns>
+    /// <param name="args">Object that contains the shortcut information to delete.</param>
+    /// <returns>The result of handling a shortcut delete request.</returns>
     /// <since_tizen> 4 </since_tizen>
     public delegate ShortcutError ShortcutDeleted(ShortcutDeletedInfo args);
 
     /// <summary>
-    /// This class provides a way to register callback function for shortcut add, delete events.
+    /// This class provides a way to register the callback function for the shortcut add and delete events.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public static class ShortcutEventManager
@@ -53,18 +53,18 @@ namespace Tizen.Applications.Shortcut
         private static ShortcutDeleted shortcutDeleted = null;
 
         /// <summary>
-        /// Registers a callback function to listen requests from applications.
+        /// Registers a callback function to listen requests from the applications.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        /// <param name="addedEvent">The callback function pointer that is invoked when Add() is requested</param>
+        /// <param name="addedEvent">The callback function pointer that is invoked when Add() is requested.</param>
         /// <feature>http://tizen.org/feature/shortcut</feature>
         /// <privilege>http://tizen.org/privilege/shortcut</privilege>
         /// <remarks>
-        /// Previous registered delegate function should be unregister.
+        /// Previous registered delegate function should be unregistered.
         /// </remarks>
-        /// <exception cref="ArgumentException">Thrown when argument is invalid.</exception>
-        /// <exception cref="UnauthorizedAccessException">Thrown in case of permission denied.</exception>
-        /// <exception cref="NotSupportedException">Thrown when Shortcut is not supported.</exception>
+        /// <exception cref="ArgumentException">Thrown when an argument is invalid.</exception>
+        /// <exception cref="UnauthorizedAccessException">Thrown in case the permission is denied.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the shortcut is not supported.</exception>
         /// <exception cref="OutOfMemoryException">Thrown in case of out of memory.</exception>
         /// <exception cref="InvalidOperationException">Thrown in case of any internal error.</exception>
         public static void RegisterEventHandler(ShortcutAdded addedEvent)
@@ -89,18 +89,18 @@ namespace Tizen.Applications.Shortcut
         }
 
         /// <summary>
-        /// Registers a callback function to listen requests from applications.
+        /// Registers a callback function to listen requests from the applications.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        /// <param name="deletedEvent">The callback function pointer that is invoked when Delete() is requested</param>
+        /// <param name="deletedEvent">The callback function pointer that is invoked when Delete() is requested.</param>
         /// <feature>http://tizen.org/feature/shortcut</feature>
         /// <privilege>http://tizen.org/privilege/shortcut</privilege>
         /// <remarks>
-        /// Previous registered delegate function should be unregister.
+        /// Previous registered delegate function should be unregistered.
         /// </remarks>
-        /// <exception cref="ArgumentException">Thrown when argument is invalid.</exception>
-        /// <exception cref="UnauthorizedAccessException">Thrown in case of permission denied.</exception>
-        /// <exception cref="NotSupportedException">Thrown when Shortcut is not supported.</exception>
+        /// <exception cref="ArgumentException">Thrown when an argument is invalid.</exception>
+        /// <exception cref="UnauthorizedAccessException">Thrown in case the permission is denied.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the shortcut is not supported.</exception>
         /// <exception cref="OutOfMemoryException">Thrown in case of out of memory.</exception>
         /// <exception cref="InvalidOperationException">Thrown in case of any internal error.</exception>
         public static void RegisterEventHandler(ShortcutDeleted deletedEvent)
@@ -128,12 +128,12 @@ namespace Tizen.Applications.Shortcut
         /// Unregisters a callback for the shortcut request.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        /// <param name="addedEvent">The callback function pointer that used for RegisterCallback</param>
+        /// <param name="addedEvent">The callback function pointer that is used for RegisterCallback.</param>
         /// <feature>http://tizen.org/feature/shortcut</feature>
         /// <privilege>http://tizen.org/privilege/shortcut</privilege>
-        /// <exception cref="ArgumentException">Thrown when argument is invalid.</exception>
-        /// <exception cref="UnauthorizedAccessException">Thrown in case of permission denied.</exception>
-        /// <exception cref="NotSupportedException">Thrown when Shortcut is not supported.</exception>
+        /// <exception cref="ArgumentException">Thrown when an argument is invalid.</exception>
+        /// <exception cref="UnauthorizedAccessException">Thrown in case the permission is denied.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the shortcut is not supported.</exception>
         public static void UnregisterEventHandler(ShortcutAdded addedEvent)
         {
             if (shortcutAdded != null && shortcutAdded.Equals(addedEvent))
@@ -162,12 +162,12 @@ namespace Tizen.Applications.Shortcut
         /// Unregisters a callback for the shortcut request.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        /// <param name="deletedEvent">The callback function pointer that used for RegisterCallback</param>
+        /// <param name="deletedEvent">The callback function pointer that is used for RegisterCallback.</param>
         /// <feature>http://tizen.org/feature/shortcut</feature>
         /// <privilege>http://tizen.org/privilege/shortcut</privilege>
-        /// <exception cref="ArgumentException">Thrown when argument is invalid.</exception>
-        /// <exception cref="UnauthorizedAccessException">Thrown in case of permission denied.</exception>
-        /// <exception cref="NotSupportedException">Thrown when Shortcut is not supported.</exception>
+        /// <exception cref="ArgumentException">Thrown when an argument is invalid.</exception>
+        /// <exception cref="UnauthorizedAccessException">Thrown in case the permission is denied.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the shortcut is not supported.</exception>
         public static void UnregisterEventHandler(ShortcutDeleted deletedEvent)
         {
             if (shortcutDeleted != null && shortcutDeleted.Equals(deletedEvent))
@@ -193,16 +193,16 @@ namespace Tizen.Applications.Shortcut
         }
 
         /// <summary>
-        /// Gets the preset list of shortcut template from the installed package.
+        /// Gets the preset list of the shortcut template from the installed package.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        /// <param name="appId">Application ID.</param>
+        /// <param name="appId">The application ID.</param>
         /// <returns>The List of ShortcutTemplate.</returns>
         /// <feature>http://tizen.org/feature/shortcut</feature>
         /// <privilege>http://tizen.org/privilege/shortcut</privilege>
-        /// <exception cref="ArgumentException">Thrown when argument is invalid.</exception>
-        /// <exception cref="UnauthorizedAccessException">Thrown in case of permission denied.</exception>
-        /// <exception cref="NotSupportedException">Thrown when Shortcut is not supported.</exception>
+        /// <exception cref="ArgumentException">Thrown when an argument is invalid.</exception>
+        /// <exception cref="UnauthorizedAccessException">Thrown in case the permission is denied.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the shortcut is not supported.</exception>
         /// <exception cref="OutOfMemoryException">Thrown in case of out of memory.</exception>
         /// <exception cref="InvalidOperationException">Thrown in case of any internal error.</exception>
         public static IEnumerable<ShortcutTemplate> GetTemplateList(string appId)
index 9be3065..0645e14 100755 (executable)
 namespace Tizen.Applications.Shortcut
 {
     /// <summary>
-    /// A class that contains the preset list of shortcut template from the installed package.
+    /// A class that contains the preset list of the shortcut template from the installed package.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class ShortcutTemplate
     {
         /// <summary>
-        /// Gets the Application ID.
+        /// Gets the application ID.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public string AppId { get; internal set; }
@@ -41,13 +41,13 @@ namespace Tizen.Applications.Shortcut
         public string IconPath { get; internal set; }
 
         /// <summary>
-        /// Gets the user data. A property of shortcut element in manifest file.
+        /// Gets the user data. A property of the shortcut element in the manifest file.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public string ExtraKey { get; internal set; }
 
         /// <summary>
-        /// Gets the user data. A property of shortcut element in manifest file.
+        /// Gets the user data. A property of the shortcut element in the manifest file.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public string ExtraData { get; internal set; }
index 0721ffe..39892e7 100755 (executable)
 namespace Tizen.Applications.Shortcut
 {
     /// <summary>
-    /// A class that contains information about the widget.
+    /// A class that contains the information about the widget.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class WidgetShortcutAddedInfo : ShortcutAddedInfo
     {
         /// <summary>
-        /// Gets the Widget ID.
+        /// Gets the widget ID.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public string WidgetId { get; internal set; }
 
         /// <summary>
-        /// Gets the size of widget.
+        /// Gets the size of the widget.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public ShortcutWidgetSize WidgetSize { get; internal set; }
 
         /// <summary>
-        /// Gets the Update period in seconds.
+        /// Gets the update period in seconds.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public double Period { get; internal set; }
index 95ad3b5..9fa759d 100755 (executable)
@@ -32,67 +32,67 @@ internal static partial class Interop
         internal delegate int ListCallback(string package_name, string icon, string name, string extra_key, string extra_data, IntPtr user_data);
 
         /// <summary>
-        /// Enumeration for values of shortcut response types.
+        /// Enumeration for the values of the shortcut response types.
         /// </summary>
         internal enum ErrorCode : int
         {
             /// <summary>
-            /// Successful
+            /// Successful.
             /// </summary>
             None = Tizen.Internals.Errors.ErrorCode.None,
 
             /// <summary>
-            /// Invalid function parameter
+            /// Invalid function parameter.
             /// </summary>
             InvalidParameter = Tizen.Internals.Errors.ErrorCode.InvalidParameter,
 
             /// <summary>
-            /// Out of memory
+            /// Out of memory.
             /// </summary>
             OutOfMemory = Tizen.Internals.Errors.ErrorCode.OutOfMemory,
 
             /// <summary>
-            /// Permission denied
+            /// Permission denied.
             /// </summary>
             PermissionDenied = Tizen.Internals.Errors.ErrorCode.PermissionDenied,
 
             /// <summary>
-            /// I/O Error
+            /// I/O Error.
             /// </summary>
             IoError = Tizen.Internals.Errors.ErrorCode.IoError,
 
             /// <summary>
-            /// Not supported
+            /// Not supported.
             /// </summary>
             NotSupported = Tizen.Internals.Errors.ErrorCode.NotSupported,
 
             /// <summary>
-            /// Device or resource busy
+            /// Device or resource busy.
             /// </summary>
             ResourceBusy = Tizen.Internals.Errors.ErrorCode.ResourceBusy,
 
             /// <summary>
-            /// There is no space to add a new shortcut
+            /// There is no space to add a new shortcut.
             /// </summary>
             NoSpace = -0x01160000 | 0x01,
 
             /// <summary>
-            /// Shortcut is already added
+            /// Shortcut is already added.
             /// </summary>
             Exist = -0x01160000 | 0x02,
 
             /// <summary>
-            /// Unrecoverable error
+            /// Unrecoverable error.
             /// </summary>
             Fault = -0x01160000 | 0x04,
 
             /// <summary>
-            /// Not exist shortcut
+            /// Shortcut does not exist.
             /// </summary>
             NotExist = -0x01160000 | 0x08,
 
             /// <summary>
-            /// Connection not established or communication problem
+            /// Connection not established or communication problem.
             /// </summary>
             COMM = -0x01160000 | 0x40
         }
index f150b10..c2a24f7 100755 (executable)
@@ -21,25 +21,25 @@ using Tizen.Applications.CoreBackend;
 namespace Tizen.Applications.CoreBackend
 {
     /// <summary>
-    /// Class that represents the type of event for backends. This class can be converted from string type.
+    /// A class that represents the type of event for backends. This class can be converted from the string type.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class WatchEventType : EventType
     {
         /// <summary>
-        /// Pre-defined event type. "Created"
+        /// Pre-defined event type, "Created".
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public static readonly WatchEventType TimeTick = "TimeTick";
 
         /// <summary>
-        /// Pre-defined event type. "AmbientTick"
+        /// Pre-defined event type, "AmbientTick".
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public static readonly WatchEventType AmbientTick = "AmbientTick";
 
         /// <summary>
-        /// Pre-defined event type. "AmbientChanged"
+        /// Pre-defined event type, "AmbientChanged".
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public static readonly WatchEventType AmbientChanged = "AmbientChanged";
@@ -54,7 +54,7 @@ namespace Tizen.Applications.CoreBackend
         }
 
         /// <summary>
-        /// Converts a string to WatchEventType instance.
+        /// Converts a string to the WatchEventType instance.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public static implicit operator WatchEventType(string value)
index 3dabae9..4d14b49 100755 (executable)
@@ -20,13 +20,13 @@ using System;
 namespace Tizen.Applications
 {
     /// <summary>
-    /// Arguments for the event that reaised when the device enters or exits the ambient mode.
+    /// Arguments for the event that are raised when the device enters or exits the ambient mode.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class AmbientEventArgs : EventArgs
     {
         /// <summary>
-        /// The received Ambient mode
+        /// The received ambient mode.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public bool Enabled { get; internal set; }
index 655a87b..07b71cb 100755 (executable)
@@ -19,13 +19,13 @@ using System;
 namespace Tizen.Applications
 {
     /// <summary>
-    /// Enumeration for Ambient tick type.
+    /// Enumeration for the ambient tick types.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public enum AmbientTickType
     {
         /// <summary>
-        /// No peridoic ambient tick.
+        /// No periodic ambient tick.
         /// </summary>
         NoTick,
         /// <summary>
index 9dfbf57..d93deeb 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Applications
 {
     /// <summary>
-    /// Arguments for the event that reaised when the time tick comes.
+    /// Arguments for the event that are raised when the time tick comes.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class TimeEventArgs : EventArgs
index 6232541..72507d2 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Applications
 {
     /// <summary>
-    /// Enumeration for Time tick resolution.
+    /// Enumeration for the time tick resolution.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public enum TimeTickResolution
index d8f8fa2..ecf49ee 100755 (executable)
@@ -21,16 +21,16 @@ using ElmSharp;
 namespace Tizen.Applications
 {
     /// <summary>
-    /// The class that represents a Tizen watch application.
+    /// The class that represents the Tizen watch application.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class WatchApplication : CoreApplication
     {
         /// <summary>
-        /// Initialize the WatchApplication class
+        /// Initializes the WatchApplication class.
         /// </summary>
         /// <remarks>
-        /// Default backend for Watch application will be used.
+        /// Default backend for the watch application will be used.
         /// </remarks>
         /// <since_tizen> 4 </since_tizen>
         public WatchApplication() : base(new WatchCoreBackend())
@@ -38,19 +38,19 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// Initialize the WatchApplication class
+        /// Initializes the WatchApplication class.
         /// </summary>
         /// <remarks>
-        /// If want to change the backend , use this constructor
+        /// If you want to change the backend, use this constructor.
         /// </remarks>
-        /// <param name="backend">The backend instance implementing ICoreBackend interface.</param>
+        /// <param name="backend">The backend instance implementing the ICoreBackend interface.</param>
         /// <since_tizen> 4 </since_tizen>
         public WatchApplication(ICoreBackend backend) : base(backend)
         {
         }
 
         /// <summary>
-        /// Instance for the window
+        /// Instances for the window.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         protected Window Window;
@@ -74,7 +74,7 @@ namespace Tizen.Applications
         public event EventHandler<TimeEventArgs> TimeTick;
 
         /// <summary>
-        /// Occurs whenever the time tick comes in ambient mode.
+        /// Occurs whenever the time tick comes in the ambient mode.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
         public event EventHandler<TimeEventArgs> AmbientTick;
@@ -88,7 +88,7 @@ namespace Tizen.Applications
         /// <summary>
         /// Runs the UI applications' main loop.
         /// </summary>
-        /// <param name="args">Arguments from commandline.</param>
+        /// <param name="args">Arguments from the commandline.</param>
         /// <since_tizen> 4 </since_tizen>
         public override void Run(string[] args)
         {
@@ -103,7 +103,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// Overrides this method if want to handle behavior when the application is launched.
+        /// Overrides this method to handle the behavior when the application is launched.
         /// If base.OnCreate() is not called, the event 'Created' will not be emitted.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
@@ -118,7 +118,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// Overrides this method if want to handle behavior when the application is resumed.
+        /// Overrides this method to handle the behavior when the application is resumed.
         /// If base.OnResume() is not called, the event 'Resumed' will not be emitted.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
@@ -128,7 +128,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// Overrides this method if want to handle behavior when the application is paused.
+        /// Overrides this method to handle the behavior when the application is paused.
         /// If base.OnPause() is not called, the event 'Paused' will not be emitted.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
@@ -138,10 +138,10 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// Overrides this method if want to handle behavior when the time tick event comes.
+        /// Overrides this method to handle the behavior when the time tick event comes.
         /// If base.OnTick() is not called, the event 'TimeTick' will not be emitted.
         /// </summary>
-        /// <param name="time">The received TimeEventArgs to get time information.</param>
+        /// <param name="time">The received TimeEventArgs to get the time information.</param>
         /// <since_tizen> 4 </since_tizen>
         protected virtual void OnTick(TimeEventArgs time)
         {
@@ -149,7 +149,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// Overrides this method if want to handle behavior when the time tick event comes in ambient mode.
+        /// Overrides this method to handle the behavior when the time tick event comes in ambient mode.
         /// If base.OnAmbientTick() is not called, the event 'AmbientTick' will not be emitted.
         /// </summary>
         /// <param name="time">The received TimeEventArgs to get time information.</param>
@@ -161,10 +161,10 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// Overrides this method if want to handle behavior when the ambient mode is changed.
+        /// Overrides this method to handle the behavior when the ambient mode is changed.
         /// If base.OnAmbientChanged() is not called, the event 'AmbientChanged' will not be emitted.
         /// </summary>
-        /// <param name="mode">The received AmbientEventArgs</param>
+        /// <param name="mode">The received AmbientEventArgs.</param>
         /// <since_tizen> 4 </since_tizen>
         protected virtual void OnAmbientChanged(AmbientEventArgs mode)
         {
@@ -172,12 +172,12 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// Gets the current time
+        /// Gets the current time.
         /// </summary>
         /// <returns>WatchTime</returns>
         /// <feature>http://tizen.org/feature/watch_app</feature>
-        /// <exception cref="InvalidOperationException">Thrown when failed to get current time because of invalid parameter.</exception>
-        /// <exception cref="OutOfMemoryException">Thrown when failed to get current time because memory is not enough.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when failed to get the current time because of an invalid parameter.</exception>
+        /// <exception cref="OutOfMemoryException">Thrown when failed to get the current time because the memory is not enough.</exception>
         /// <exception cref="NotSupportedException">Thrown when the method is not supported.</exception>
         /// <example>
         /// <code>
@@ -217,11 +217,11 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// Gets the type of periodic ambient tick.
+        /// Gets the type of the periodic ambient tick.
         /// </summary>
         /// <returns>AmbientTickType</returns>
         /// <feature>http://tizen.org/feature/watch_app</feature>
-        /// <exception cref="InvalidOperationException">Thrown when failed to get ambient tick type.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when failed to get the ambient tick type.</exception>
         /// <exception cref="NotSupportedException">Thrown when the method is not supported.</exception>
         /// <example>
         /// <code>
@@ -261,13 +261,13 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// Sets the type of periodic ambient tick.
-        /// OnAmbientTick will be called following settings.
-        /// If SetAmbientTickType is not called, OnAmbientTick will be called every minute.
+        /// Sets the type of the periodic ambient tick.
+        /// OnAmbientTick will be called for the following settings.
+        /// If the SetAmbientTickType is not called, the OnAmbientTick will be called every minute.
         /// </summary>
-        /// <param name="ambientTickType">the type of ambient tick</param>
+        /// <param name="ambientTickType">The type of the ambient tick.</param>
         /// <feature>http://tizen.org/feature/watch_app</feature>
-        /// <exception cref="InvalidOperationException">Thrown when failed to set ambient tick type.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when failed to set the ambient tick type.</exception>
         /// <exception cref="NotSupportedException">Thrown when the method is not supported.</exception>
         /// <example>
         /// <code>
@@ -302,14 +302,14 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// Sets the frequency of time tick.
-        /// OnTick will be called following settings.
+        /// Sets the frequency of the time tick.
+        /// OnTick will be called for the following settings.
         /// If SetTimeTickFrequency is not called, OnTick will be called every second.
         /// </summary>
-        /// <param name="ticks">Ticks the number of ticks per given resolution type</param>
-        /// <param name="type">Type of the resolution type</param>
+        /// <param name="ticks">Ticks the number of ticks per given resolution type.</param>
+        /// <param name="type">Type of the resolution type.</param>
         /// <feature>http://tizen.org/feature/watch_app</feature>
-        /// <exception cref="InvalidOperationException">Thrown when failed to set time tick frequency.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when failed to set the time tick frequency.</exception>
         /// <exception cref="NotSupportedException">Thrown when the method is not supported.</exception>
         /// <example>
         /// <code>
@@ -344,12 +344,12 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// Gets the frequency fo time tick.
+        /// Gets the frequency of the time tick.
         /// </summary>
-        /// <param name="ticks">Ticks the number of ticks per given resolution type</param>
-        /// <param name="type">Type of the resolution type</param>
+        /// <param name="ticks">Ticks the number of ticks per given resolution type.</param>
+        /// <param name="type">Type of the resolution type.</param>
         /// <feature>http://tizen.org/feature/watch_app</feature>
-        /// <exception cref="InvalidOperationException">Thrown when failed to get time tick frequency.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when failed to get the time tick frequency.</exception>
         /// <exception cref="NotSupportedException">Thrown when the method is not supported.</exception>
         /// <example>
         /// <code>
index 61e72d0..96fcfc9 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Applications
 {
     /// <summary>
-    /// The information of Watch Time
+    /// The information of the Watch Time.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
     public class WatchTime
@@ -33,7 +33,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The information of year
+        /// The information of a year.
         /// </summary>
         /// <feature>http://tizen.org/feature/watch_app</feature>
         /// <exception cref="NotSupportedException">Thrown when the property is not supported.</exception>
@@ -57,7 +57,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The information fo month
+        /// The information of a month.
         /// </summary>
         /// <feature>http://tizen.org/feature/watch_app</feature>
         /// <exception cref="NotSupportedException">Thrown when the property is not supported.</exception>
@@ -81,7 +81,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The information of day
+        /// The information of a day.
         /// </summary>
         /// <feature>http://tizen.org/feature/watch_app</feature>
         /// <exception cref="NotSupportedException">Thrown when the property is not supported.</exception>
@@ -105,7 +105,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The information of day of week
+        /// The information of a day of the week.
         /// </summary>
         /// <feature>http://tizen.org/feature/watch_app</feature>
         /// <exception cref="NotSupportedException">Thrown when the property is not supported.</exception>
@@ -129,7 +129,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The information of hour
+        /// The information of an hour.
         /// </summary>
         /// <feature>http://tizen.org/feature/watch_app</feature>
         /// <exception cref="NotSupportedException">Thrown when the property is not supported.</exception>
@@ -153,7 +153,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The information of hour for 24 hour form
+        /// The information of an hour for the 24 hour format.
         /// </summary>
         /// <feature>http://tizen.org/feature/watch_app</feature>
         /// <exception cref="NotSupportedException">Thrown when the property is not supported.</exception>
@@ -177,7 +177,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The information of Minute
+        /// The information of a minute.
         /// </summary>
         /// <feature>http://tizen.org/feature/watch_app</feature>
         /// <exception cref="NotSupportedException">Thrown when the property is not supported.</exception>
@@ -201,7 +201,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The information of second
+        /// The information of a second.
         /// </summary>
         /// <feature>http://tizen.org/feature/watch_app</feature>
         /// <exception cref="NotSupportedException">Thrown when the property is not supported.</exception>
@@ -225,7 +225,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The information of millisecond
+        /// The information of a millisecond.
         /// </summary>
         /// <feature>http://tizen.org/feature/watch_app</feature>
         /// <exception cref="NotSupportedException">Thrown when the property is not supported.</exception>
@@ -249,7 +249,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The information of timezone
+        /// The information of the timezone.
         /// </summary>
         /// <feature>http://tizen.org/feature/watch_app</feature>
         /// <exception cref="NotSupportedException">Thrown when the property is not supported.</exception>
@@ -273,7 +273,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The information of UTC time stamp
+        /// The information of the UTC time stamp.
         /// </summary>
         /// <feature>http://tizen.org/feature/watch_app</feature>
         /// <exception cref="NotSupportedException">Thrown when the property is not supported.</exception>