From: Sabeena Sankanur <35525967+sabeena21@users.noreply.github.com> Date: Thu, 13 Sep 2018 05:12:51 +0000 (+0530) Subject: Review of SystemSettings (#435) X-Git-Tag: 5.0.0.14562~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f150538b48abd58e9298adb3898947d82226c37f;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Review of SystemSettings (#435) --- diff --git a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs index 2ab04bc..59c740d 100755 --- a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs +++ b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettings.cs @@ -970,7 +970,7 @@ namespace Tizen.System } /// - /// Indicates whether the vibration is enabled on the device. + /// Indicates whether the vibration is enabled on the device or not. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -1003,7 +1003,7 @@ namespace Tizen.System } /// - /// Indicates whether the automatic time update is enabled on the device. + /// Indicates whether the automatic time update is enabled on the device or not. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -1037,7 +1037,7 @@ namespace Tizen.System } /// - /// Indicates whether the developer option state is enabled on the device. + /// Indicates whether the developer option state is enabled on the device or not. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -2718,7 +2718,7 @@ namespace Tizen.System }; private static event EventHandler s_automaticTimeUpdateChanged; /// - /// The AutomaticTimeUpdateChanged event is triggered when the automaticTimeUpdate value is changed. + /// The AutomaticTimeUpdateChanged event is triggered when the AutomaticTimeUpdate value is changed. /// /// http://tizen.org/privilege/systemsettings.admin /// platform @@ -2765,7 +2765,7 @@ namespace Tizen.System }; private static event EventHandler s_developerOptionStateChanged; /// - /// The DeveloperOptionStateChanged event is triggered when the developerOptionState value is changed. + /// The DeveloperOptionStateChanged event is triggered when the DeveloperOptionState value is changed. /// /// http://tizen.org/privilege/systemsettings.admin /// platform diff --git a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs index 62b4a16..8b5e10c 100755 --- a/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs +++ b/src/Tizen.System.SystemSettings/Tizen.System.SystemSettings/SystemSettingsEventArgs.cs @@ -1044,7 +1044,7 @@ namespace Tizen.System } /// - /// Indicates whether the vibration is enabled on the device. + /// Indicates whether the vibration is enabled on the device or not. /// /// 5 public bool Value @@ -1077,7 +1077,7 @@ namespace Tizen.System } /// - /// Indicates whether the updating time automatically is enabled on the device. + /// Indicates whether the updating time is automatically enabled on the device or not. /// /// 5 public bool Value @@ -1109,7 +1109,7 @@ namespace Tizen.System } /// - /// Indicates whether developer option state is enabled on the device. + /// Indicates whether developer option state is enabled on the device or not. /// /// 5 public bool Value