Review of SystemSettings (#435)
authorSabeena Sankanur <35525967+sabeena21@users.noreply.github.com>
Thu, 13 Sep 2018 05:12:51 +0000 (10:42 +0530)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 13 Sep 2018 05:12:51 +0000 (14:12 +0900)
src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs
src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs

index 2ab04bc..59c740d 100755 (executable)
@@ -970,7 +970,7 @@ namespace Tizen.System
         }
 
         /// <summary>
-        /// Indicates whether the vibration is enabled on the device.
+        /// Indicates whether the vibration is enabled on the device or not.
         /// </summary>
         /// <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
         /// <privlevel>platform</privlevel>
@@ -1003,7 +1003,7 @@ namespace Tizen.System
         }
 
         /// <summary>
-        /// Indicates whether the automatic time update is enabled on the device.
+        /// Indicates whether the automatic time update is enabled on the device or not.
         /// </summary>
         /// <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
         /// <privlevel>platform</privlevel>
@@ -1037,7 +1037,7 @@ namespace Tizen.System
         }
 
         /// <summary>
-        /// Indicates whether the developer option state is enabled on the device.
+        /// Indicates whether the developer option state is enabled on the device or not.
         /// </summary>
         /// <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
         /// <privlevel>platform</privlevel>
@@ -2718,7 +2718,7 @@ namespace Tizen.System
         };
         private static event EventHandler<AutomaticTimeUpdateChangedEventArgs> s_automaticTimeUpdateChanged;
         /// <summary>
-        /// The AutomaticTimeUpdateChanged event is triggered when the automaticTimeUpdate value is changed.
+        /// The AutomaticTimeUpdateChanged event is triggered when the AutomaticTimeUpdate value is changed.
         /// </summary>
         /// <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
         /// <privlevel>platform</privlevel>
@@ -2765,7 +2765,7 @@ namespace Tizen.System
         };
         private static event EventHandler<DeveloperOptionStateChangedEventArgs> s_developerOptionStateChanged;
         /// <summary>
-        /// The DeveloperOptionStateChanged event is triggered when the developerOptionState value is changed.
+        /// The DeveloperOptionStateChanged event is triggered when the DeveloperOptionState value is changed.
         /// </summary>
         /// <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
         /// <privlevel>platform</privlevel>
index 62b4a16..8b5e10c 100755 (executable)
@@ -1044,7 +1044,7 @@ namespace Tizen.System
         }
 
         /// <summary>
-        /// Indicates whether the vibration is enabled on the device.
+        /// Indicates whether the vibration is enabled on the device or not.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public bool Value
@@ -1077,7 +1077,7 @@ namespace Tizen.System
         }
 
         /// <summary>
-        /// Indicates whether the updating time automatically is enabled on the device.
+        /// Indicates whether the updating time is automatically enabled on the device or not.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public bool Value
@@ -1109,7 +1109,7 @@ namespace Tizen.System
         }
 
         /// <summary>
-        /// Indicates whether developer option state is enabled on the device.
+        /// Indicates whether developer option state is enabled on the device or not.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public bool Value