Review sensor API cs files 07/143107/5 tizen
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Tue, 8 Aug 2017 12:11:09 +0000 (17:41 +0530)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Thu, 24 Aug 2017 07:08:00 +0000 (12:38 +0530)
PS3: Edited AccelerometerDataUpdatedEventArgs and
GyroscopeDataUpdatedEventArgs API cs files
PS4: Added 'The' to Sensor API files wherever applicable
PS5: Further edits

Change-Id: I2af57b15952d4e2ed88fd9a8cbec6e53d487042f

58 files changed:
Tizen.Sensor/Tizen.Sensor/EventArgs/AccelerometerDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/FaceDownGestureDetectorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/GravitySensorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/GyroscopeDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/GyroscopeRotationVectorSensorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/HeartRateMonitorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/HumiditySensorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/InVehicleActivityDetectorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/LightSensorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/LinearAccelerationSensorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/MagnetometerDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/MagnetometerRotationVectorSensorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/OrientationSensorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/PedometerDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/PickUpGestureDetectorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/PressureSensorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/ProximitySensorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/RotationVectorSensorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/RunningActivityDetectorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/SensorAccuracyChangedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/SleepMonitorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/StationaryActivityDetectorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/TemperatureSensorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/UltravioletSensorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/UncalibratedGyroscopeDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/UncalibratedMagnetometerDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/WalkingActivityDetectorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/EventArgs/WristUpGestureDetectorDataUpdatedEventArgs.cs
Tizen.Sensor/Tizen.Sensor/Plugins/Accelerometer.cs
Tizen.Sensor/Tizen.Sensor/Plugins/ActivityDetector.cs
Tizen.Sensor/Tizen.Sensor/Plugins/FaceDownGestureDetector.cs
Tizen.Sensor/Tizen.Sensor/Plugins/GravitySensor.cs
Tizen.Sensor/Tizen.Sensor/Plugins/Gyroscope.cs
Tizen.Sensor/Tizen.Sensor/Plugins/GyroscopeRotationVectorSensor.cs
Tizen.Sensor/Tizen.Sensor/Plugins/HeartRateMonitor.cs
Tizen.Sensor/Tizen.Sensor/Plugins/HumiditySensor.cs
Tizen.Sensor/Tizen.Sensor/Plugins/InVehicleActivityDetector.cs
Tizen.Sensor/Tizen.Sensor/Plugins/LightSensor.cs
Tizen.Sensor/Tizen.Sensor/Plugins/LinearAccelerationSensor.cs
Tizen.Sensor/Tizen.Sensor/Plugins/Magnetometer.cs
Tizen.Sensor/Tizen.Sensor/Plugins/MagnetometerRotationVectorSensor.cs
Tizen.Sensor/Tizen.Sensor/Plugins/OrientationSensor.cs
Tizen.Sensor/Tizen.Sensor/Plugins/Pedometer.cs
Tizen.Sensor/Tizen.Sensor/Plugins/PickUpGestureDetector.cs
Tizen.Sensor/Tizen.Sensor/Plugins/PressureSensor.cs
Tizen.Sensor/Tizen.Sensor/Plugins/ProximitySensor.cs
Tizen.Sensor/Tizen.Sensor/Plugins/RotationVectorSensor.cs
Tizen.Sensor/Tizen.Sensor/Plugins/RunningActivityDetector.cs
Tizen.Sensor/Tizen.Sensor/Plugins/SleepMonitor.cs
Tizen.Sensor/Tizen.Sensor/Plugins/StationaryActivityDetector.cs
Tizen.Sensor/Tizen.Sensor/Plugins/TemperatureSensor.cs
Tizen.Sensor/Tizen.Sensor/Plugins/UltravioletSensor.cs
Tizen.Sensor/Tizen.Sensor/Plugins/UncalibratedGyroscope.cs
Tizen.Sensor/Tizen.Sensor/Plugins/UncalibratedMagnetometer.cs
Tizen.Sensor/Tizen.Sensor/Plugins/WalkingActivityDetector.cs
Tizen.Sensor/Tizen.Sensor/Plugins/WristUpGestureDetector.cs
Tizen.Sensor/Tizen.Sensor/Sensor.cs
Tizen.Sensor/Tizen.Sensor/SensorEnumerations.cs

index f87f24ebd92756556be5bb7c1d0884be57b56a34..3f99237d4bcb5a723c0fbe26d130d918ea68115a 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// Accelerometer changed event arguments. Class for storing the data returned by accelerometer
+    /// The Accelerometer changed event arguments class is used for storing the data returned by a accelerometer.
     /// </summary>
     public class AccelerometerDataUpdatedEventArgs : EventArgs
     {
index b92bb6fcd6f1ca178007baace1a5bf6310e07bb1..7a534c909aa7b5d09324e58e1ab9a000d65d1497 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// FaceDownGestureDetector changed event arguments. Class for storing the data returned by face down gesture detector.
+    /// The FaceDownGestureDetector changed event arguments class is used for storing the data returned by the face down gesture detector.
     /// </summary>
     public class FaceDownGestureDetectorDataUpdatedEventArgs : EventArgs
     {
@@ -32,7 +32,7 @@ namespace Tizen.Sensor
         /// Gets the face down state.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Face down state </value>
+        /// <value> The face down state. </value>
         public DetectorState FaceDown { get; private set; }
     }
 }
index b7812a9bacf994b8031102822569d576e455c338..c960e2bbc93f2081315be5c283c28ea654867433 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// GravitySensor changed event arguments. Class for storing the data returned by gravity sensor
+    /// The GravitySensor changed event arguments class is used for storing the data returned by the gravity sensor.
     /// </summary>
     public class GravitySensorDataUpdatedEventArgs : EventArgs
     {
index 58724c1efc3dd23caeba64bbf99b2e33045d60f3..849b5703c9b31296607a4ae0bd06db76aac7a4d6 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// Gyroscope changed event arguments. Class for storing the data returned by gyroscope
+    /// The Gyroscope changed event arguments class is used for storing the data returned by a gyroscope.
     /// </summary>
     public class GyroscopeDataUpdatedEventArgs : EventArgs
     {
index 48c0238d40b06e4cc471f7d5f4e0ba1343eea1f6..88ded5b78665c1af02ee0f9e4ee9b39a868caa38 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// GyroscopeRotationVectorSensor changed event arguments. Class for storing the data returned by gyroscope rotation vector sensor
+    /// The GyroscopeRotationVectorSensor changed event arguments class is used for storing the data returned by the gyroscope rotation vector sensor.
     /// </summary>
     public class GyroscopeRotationVectorSensorDataUpdatedEventArgs : EventArgs
     {
index 68b9fe7260f12fe21da14b59d380509c0d2180ee..a51322727b302bb949a719e815d081d827c23a00 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// HeartRateMonitor changed event arguments. Class for storing the data returned by heart rate monitor
+    /// The HeartRateMonitor changed event arguments class is used for storing the data returned by a heart rate monitor.
     /// </summary>
     public class HeartRateMonitorDataUpdatedEventArgs : EventArgs
     {
@@ -29,10 +29,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Gets the value of the heartRate.
+        /// Gets the value of the heart rate.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Heart rate </value>
+        /// <value> The heart rate. </value>
         public int HeartRate { get; private set; }
     }
 }
\ No newline at end of file
index c8e7c3209aa455e1a02fccfde0aaf3b7d23c1793..f7687a5bf7d3aaa00d8074ce66c4589848f9c984 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// HumiditySensor changed event arguments. Class for storing the data returned by humidity sensor
+    /// The HumiditySensor changed event arguments class is used for storing the data returned by the humidity sensor.
     /// </summary>
     public class HumiditySensorDataUpdatedEventArgs : EventArgs
     {
index 4e6e8f004e5c7f26ba87716e02c34a59b761d117..6ecdb858ce8e80c1d22e3e9289262970a96387a6 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// InVehicleActivityDetector changed event arguments. Class for storing the data returned by in-vehicle activity detector
+    /// The InVehicleActivityDetector changed event arguments class is used for storing the data returned by the in-vehicle activity detector.
     /// </summary>
     public class InVehicleActivityDetectorDataUpdatedEventArgs : EventArgs
     {
@@ -32,7 +32,7 @@ namespace Tizen.Sensor
         /// Gets the in-vehicle state.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> In-vehicle state </value>
+        /// <value> The in-vehicle state. </value>
         public DetectorState InVehicle { get; private set; }
     }
 }
index dfcc8de860292f62b4bc105958cebe718b44665c..d952e1fa38d950eb7e1ff4b97db624332956c8ac 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// LightSensor changed event arguments. Class for storing the data returned by light sensor
+    /// The LightSensor changed event arguments class is used for storing the data returned by the light sensor.
     /// </summary>
     public class LightSensorDataUpdatedEventArgs : EventArgs
     {
@@ -32,7 +32,7 @@ namespace Tizen.Sensor
         /// Gets the level of the light.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Light level </value>
+        /// <value> The light level. </value>
         public float Level { get; private set; }
     }
 }
\ No newline at end of file
index 273c0a2e0f312d1905e9348b251771d066dd9d47..993a88d3221953ba0685a713d72b120aedfa02a4 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// LinearAccelerationSensor changed event arguments. Class for storing the data returned by linear acceleration sensor
+    /// The LinearAccelerationSensor changed event arguments class is used for storing the data returned by the linear acceleration sensor.
     /// </summary>
     public class LinearAccelerationSensorDataUpdatedEventArgs : EventArgs
     {
index eb1803dd2f671e34b4c56fd80bfd3f44b1bf9983..2ff8aa660e75925d59cb8613e1c77d069e62c91c 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// Magnetometer changed event arguments. Class for storing the data returned by magnetometer sensor
+    /// The Magnetometer changed event arguments class is used for storing the data returned by the magnetometer sensor.
     /// </summary>
     public class MagnetometerDataUpdatedEventArgs : EventArgs
     {
index 7ac6ba3df105693ffaa000f46ed2da1d4d5a471d..2b3a3cadf548e40fdcd5dde206604e4e6641cf25 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// MagnetometerRotationVectorSensor changed event arguments. Class for storing the data returned by magnetometer rotation vector sensor
+    /// The MagnetometerRotationVectorSensor changed event arguments class is used for storing the data returned by the magnetometer rotation vector sensor.
     /// </summary>
     public class MagnetometerRotationVectorSensorDataUpdatedEventArgs : EventArgs
     {
index 4fc4b6a1572e4ef2435e65f25bf39be77b010756..269b48a40bc90e10b5dd2459952c07fca5d31f6a 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// OrientationSensor changed event arguments. Class for storing the data returned by orientation sensor
+    /// The OrientationSensor changed event arguments class is used for storing the data returned by the orientation sensor.
     /// </summary>
     public class OrientationSensorDataUpdatedEventArgs : EventArgs
     {
index f4865ac3992e6ed4dab777eb27393d646a7b7b66..bf7455a7730f1a72d4ca96ebb63101fc62d8db21 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// Pedometer changed event arguments. Class for storing the data returned by pedometer
+    /// The Pedometer changed event arguments class is used for storing the data returned by the pedometer.
     /// </summary>
     public class PedometerDataUpdatedEventArgs : EventArgs
     {
@@ -36,59 +36,59 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Gets the step count
+        /// Gets the step count.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Step count </value>
+        /// <value> The step count. </value>
         public uint StepCount { get; private set; }
 
         /// <summary>
-        /// Gets the walking step count
+        /// Gets the walking step count.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Walk step count </value>
+        /// <value> The walk step count. </value>
         public uint WalkStepCount { get; private set; }
 
         /// <summary>
-        /// Gets the running step count
+        /// Gets the running step count.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Run step count</value>
+        /// <value> The run step count.</value>
         public uint RunStepCount { get; private set; }
 
         /// <summary>
-        /// Gets the moving distance
+        /// Gets the moving distance.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Moving distance </value>
+        /// <value> The moving distance.</value>
         public float MovingDistance { get; private set; }
 
         /// <summary>
-        /// Gets the calorie burned
+        /// Gets the calorie burned.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Calorie burned </value>
+        /// <value> The calorie burned.</value>
         public float CalorieBurned { get; private set; }
 
         /// <summary>
-        /// Gets the last speed
+        /// Gets the last speed.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Last speed </value>
+        /// <value> The last speed. </value>
         public float LastSpeed { get; private set; }
 
         /// <summary>
-        /// Gets the last stepping frequency
+        /// Gets the last stepping frequency.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Last stepping frequency </value>
+        /// <value> The last stepping frequency.</value>
         public float LastSteppingFrequency { get; private set; }
 
         /// <summary>
-        /// Gets the last step status
+        /// Gets the last step status.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Last stepping status </value>
+        /// <value> The last stepping status. </value>
         public PedometerState LastStepStatus { get; private set; }
     }
 }
index a5fee5825190e3e6e2d5b17186f19ddff34f1d3c..ed5f3e20192aa5d7e84e1f8ebc68b61dcc16cc56 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// PickUpGestureDetector changed event arguments. Class for storing the data returned by pick up gesture detector
+    /// The PickUpGestureDetector changed event arguments class is used for storing the data returned by the pickup gesture detector.
     /// </summary>
     public class PickUpGestureDetectorDataUpdatedEventArgs : EventArgs
     {
@@ -32,7 +32,7 @@ namespace Tizen.Sensor
         /// Gets the pick up state.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Pick up state </value>
+        /// <value> The pick up state. </value>
         public DetectorState PickUp { get; private set; }
     }
 }
index 0cf7b73a06bfd32ac8b0d4f5fe8ecaa5c383638e..f5b1604ce97dc3b8bcb76b1812979c9f33c47a33 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// PressureSensor changed event arguments. Class for storing the data returned by pressure sensor
+    /// The PressureSensor changed event arguments class is used for storing the data returned by the pressure sensor.
     /// </summary>
     public class PressureSensorDataUpdatedEventArgs : EventArgs
     {
index 2dc8847faec90203d063a3ce93cdadfbd393b79e..76391e2b10c2a77d92bfbad3ec3cb7ee018cc8cd 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// ProximitySensor changed event arguments. Class for storing the data returned by proximity sensor
+    /// The ProximitySensor changed event arguments class is used for storing the data returned by the proximity sensor.
     /// </summary>
     public class ProximitySensorDataUpdatedEventArgs : EventArgs
     {
@@ -32,7 +32,7 @@ namespace Tizen.Sensor
         /// Gets the proximity state.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Proximity state </value>
+        /// <value> The proximity state. </value>
         public ProximitySensorState Proximity { get; private set; }
     }
 }
\ No newline at end of file
index 29ddccd67ecfcda29b121eccc9fdd526451582a9..0439ef1f7b5ed92ad581503e6ba6aa667e4001e5 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// RotationVectorSensor changed event arguments. Class for storing the data returned by rotation vector sensor
+    /// The RotationVectorSensor changed event arguments class is used for storing the data returned by the rotation vector sensor.
     /// </summary>
     public class RotationVectorSensorDataUpdatedEventArgs : EventArgs
     {
index 309ad7dc9e7786a663466cfb6b324ab4414138e2..c84b68454bec1d40dc5a1ebcb4c3b1c44619e123 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// RunningActivityDetector changed event arguments. Class for storing the data returned by running activity detector
+    /// The RunningActivityDetector changed event arguments class is used for storing the data returned by the running activity detector.
     /// </summary>
     public class RunningActivityDetectorDataUpdatedEventArgs : EventArgs
     {
@@ -32,7 +32,7 @@ namespace Tizen.Sensor
         /// Gets the running state.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Running state </value>
+        /// <value> The running state. </value>
         public DetectorState Running { get; private set; }
     }
 }
index 8479600084c11f074b81c2b97f825cd2abd50cec..3735cc0db1eb75275b8fbcb43ce22085cdcaee51 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// Sensor accuracy changed event arguments Class. Contains the parameters to be returned through accuracy callback
+    /// The sensor accuracy changed event arguments class contains the parameters to be returned through the accuracy callback.
     /// </summary>
     public class SensorAccuracyChangedEventArgs : EventArgs
     {
@@ -33,7 +33,7 @@ namespace Tizen.Sensor
         /// Gets the time stamp.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Time span </value>
+        /// <value> The time span. </value>
         public TimeSpan TimeSpan { get; private set; }
 
         /// <summary>
index fe631ed21a2696ec940ce5758720f37ebbb712b2..c6f24fa1905c096671e8de8ff8a502dc84f4a693 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// SleepMonitor changed event arguments. Class for storing the data returned by sleep monitor
+    /// The SleepMonitor changed event arguments class is used for storing the data returned by the sleep monitor.
     /// </summary>
     public class SleepMonitorDataUpdatedEventArgs : EventArgs
     {
@@ -32,7 +32,7 @@ namespace Tizen.Sensor
         /// Gets the value of the sleep state.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Sleep state </value>
+        /// <value> The sleep state. </value>
         public SleepMonitorState SleepState { get; private set; }
     }
 }
\ No newline at end of file
index 2ad9a1d146ad639b6237a05a31314a9367e02d47..49e10d1bf143fb843486e2b164528cd86cd14f27 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// StationaryActivityDetector changed event arguments. Class for storing the data returned by stationary activity detector
+    /// The StationaryActivityDetector changed event arguments class is used for storing the data returned by the stationary activity detector.
     /// </summary>
     public class StationaryActivityDetectorDataUpdatedEventArgs : EventArgs
     {
@@ -32,7 +32,7 @@ namespace Tizen.Sensor
         /// Gets the stationary state.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Stationary state </value>
+        /// <value> The stationary state. </value>
         public DetectorState Stationary { get; private set; }
     }
 }
index 127c725fe62b08beeb89fea16d1aa50544118a75..bfed77797bc0fe2fc16d2dc62b38c3917a03888b 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// TemperatureSensor changed event arguments. Class for storing the data returned by temperature sensor
+    /// The TemperatureSensor changed event arguments class is used for storing the data returned by the temperature sensor.
     /// </summary>
     public class TemperatureSensorDataUpdatedEventArgs : EventArgs
     {
index 1a025f9069d8fd36f4073b00e5b867b361bcf9be..1b80eb545d968016d03065294bd68c148487a864 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// UltravioletSensor changed event arguments. Class for storing the data returned by ultraviolet sensor
+    /// The UltravioletSensor changed event arguments class is used for storing the data returned by the ultraviolet sensor.
     /// </summary>
     public class UltravioletSensorDataUpdatedEventArgs : EventArgs
     {
@@ -32,7 +32,7 @@ namespace Tizen.Sensor
         /// Gets the value of the ultraviolet index.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Ultraviolet index </value>
+        /// <value> The ultraviolet index. </value>
         public float UltravioletIndex { get; private set; }
     }
 }
\ No newline at end of file
index 9475bc0fbff45aeb15263d7ad684799ba8b21123..6004451cf76d824f40df32da3eeacab14183e202 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// UncalibratedGyroscope changed event arguments. Class for storing the data returned by uncalibrated gyroscope
+    /// The UncalibratedGyroscope changed event arguments class is used for storing the data returned by the uncalibrated gyroscope.
     /// </summary>
     public class UncalibratedGyroscopeDataUpdatedEventArgs : EventArgs
     {
@@ -58,21 +58,21 @@ namespace Tizen.Sensor
         /// Gets the BiasX component of the uncalibrated gyroscope data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> X bias </value>
+        /// <value> The X bias. </value>
         public float BiasX { get; private set; }
 
         /// <summary>
         /// Gets the BiasY component of the uncalibrated gyroscope data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Y bias </value>
+        /// <value> The Y bias. </value>
         public float BiasY { get; private set; }
 
         /// <summary>
         /// Gets the BiasZ component of the uncalibrated gyroscope data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Z bias </value>
+        /// <value> The Z bias. </value>
         public float BiasZ { get; private set; }
     }
 }
\ No newline at end of file
index b9cfc9cadcaf8589182b0a87acfbd4588f914ec4..a45683437ed35179a92cff78190574dfe163216e 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// UncalibratedMagnetometer changed event arguments. Class for storing the data returned by uncalibrated magnetometer
+    /// The UncalibratedMagnetometer changed event arguments class is used for storing the data returned by the uncalibrated magnetometer.
     /// </summary>
     public class UncalibratedMagnetometerDataUpdatedEventArgs : EventArgs
     {
@@ -58,21 +58,21 @@ namespace Tizen.Sensor
         /// Gets the BiasX component of the uncalibrated magnetometer data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> X bias </value>
+        /// <value> The X bias. </value>
         public float BiasX { get; private set; }
 
         /// <summary>
         /// Gets the BiasY component of the uncalibrated magnetometer data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Y bias </value>
+        /// <value> The Y bias. </value>
         public float BiasY { get; private set; }
 
         /// <summary>
         /// Gets the BiasZ component of the uncalibrated magnetometer data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Z bias </value>
+        /// <value> The Z bias. </value>
         public float BiasZ { get; private set; }
     }
 }
\ No newline at end of file
index 0de9fc7f9d88c1d37d0c4b9f5e4da23425a1ecf8..1f3b8a012061c4bc3e6ce37ee17aba7778be8292 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// WalkingActivityDetector changed event arguments. Class for storing the data returned by walking activity detector
+    /// The WalkingActivityDetector changed event arguments class is used for storing the data returned by the walking activity detector.
     /// </summary>
     public class WalkingActivityDetectorDataUpdatedEventArgs : EventArgs
     {
@@ -32,7 +32,7 @@ namespace Tizen.Sensor
         /// Gets the walking state.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Walking state </value>
+        /// <value> The walking state. </value>
         public DetectorState Walking { get; private set; }
     }
 }
index 811862f99a95bfe73360ebd2b59d3f2dffbb4086..551010d2547eaa1f905f396ba1aca88cd187ae28 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// WristUpGestureDetector changed event arguments. Class for storing the data returned by wrist up gesture detector
+    /// The WristUpGestureDetector changed event arguments class is used for storing the data returned by the wrist up gesture detector.
     /// </summary>
     public class WristUpGestureDetectorDataUpdatedEventArgs : EventArgs
     {
@@ -32,7 +32,7 @@ namespace Tizen.Sensor
         /// Gets the wrist up state.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Wrist up state </value>
+        /// <value> The wrist up state. </value>
         public DetectorState WristUp { get; private set; }
     }
 }
index 1651eb2f21529767d22afe499730cfea1f9a79db..3c0867fa9649aebc43bf36b49dfbda08d14173f4 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// Accelerometer Sensor Class. Used for registering callbacks for accelerometer and getting accelerometer data
+    /// The Accelerometer Sensor class is used for registering callbacks for the accelerometer and getting the accelerometer data.
     /// </summary>
     public sealed class Accelerometer : Sensor
     {
@@ -46,10 +46,10 @@ namespace Tizen.Sensor
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Returns true or false based on whether accelerometer sensor is supported by device.
+        /// Returns true or false based on whether accelerometer sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -63,8 +63,8 @@ namespace Tizen.Sensor
         /// Returns the number of accelerometer sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of accelerometer sensors </value>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <value> The count of accelerometer sensors. </value>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         public static int Count
         {
             get
@@ -79,11 +79,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.accelerometer</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular accelerometer sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular accelerometer sensor in case of multiple sensors.
         /// </param>
         public Accelerometer(uint index = 0) : base(index)
         {
@@ -96,7 +96,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in accelerometer sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the accelerometer sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<AccelerometerDataUpdatedEventArgs> DataUpdated;
index e9eff3b67c808d40940ce97a582311178bd3bfa0..061557d34c879dc151179a915b950ed840c1d048 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// Activity Detector class for storing common activity information
+    /// The Activity Detector class is used for storing the common activity information.
     /// </summary>
     public abstract class ActivityDetector : Sensor
     {
@@ -36,10 +36,10 @@ namespace Tizen.Sensor
         };
 
         /// <summary>
-        /// Gets the activity accuracy of activity detector
+        /// Gets the activity accuracy of the activity detector.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Activity accuracy </value>
+        /// <value> The activity accuracy. </value>
         public SensorDataAccuracy ActivityAccuracy { get; protected set; }
 
         internal ActivityDetector(uint index) : base(index)
index 40362d25c7dd1d5f467378a1d896d2e64702a4a7..734012486203ceb95f46db807711ffa6914d9fa6 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// FaceDownGestureDetector Class. Used for registering callbacks for face down gesture detector and getting the face down state
+    /// The FaceDownGestureDetector class is used for registering callbacks for the face down gesture detector and getting the face down state.
     /// </summary>
     public sealed class FaceDownGestureDetector : Sensor
     {
@@ -29,14 +29,14 @@ namespace Tizen.Sensor
         /// Gets the state of the face down gesture.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Face down state </value>
+        /// <value> The face down state. </value>
         public DetectorState FaceDown { get; private set; } = DetectorState.Unknown;
 
         /// <summary>
-        /// Returns true or false based on whether face down gesture detector is supported by device.
+        /// Returns true or false based on whether the face down gesture detector is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -50,7 +50,7 @@ namespace Tizen.Sensor
         /// Returns the number of face down gesture detectors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of face down gesture detectors </value>
+        /// <value> The count of face down gesture detectors. </value>
         public static int Count
         {
             get
@@ -65,9 +65,9 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.gesture_recognition</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular face down gesture detector in case of multiple sensors.
         /// </param>
@@ -97,7 +97,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in face down gesture detector data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the face down gesture detector data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<FaceDownGestureDetectorDataUpdatedEventArgs> DataUpdated;
index c2a38c0a496e4430cca3e54c647a1351fa1278d6..746fef8a455c5521ddb1d684bbcbd9bdc1984242 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// GravitySensor Class. Used for registering callbacks for gravity sensor and getting gravity data
+    /// The GravitySensor class is used for registering callbacks for the gravity sensor and getting the gravity data.
     /// </summary>
     public sealed class GravitySensor : Sensor
     {
@@ -48,10 +48,10 @@ namespace Tizen.Sensor
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Returns true or false based on whether gravity sensor is supported by device.
+        /// Returns true or false based on whether the gravity sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -65,7 +65,7 @@ namespace Tizen.Sensor
         /// Returns the number of gravity sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of gravity sensors </value>
+        /// <value> The count of gravity sensors. </value>
         public static int Count
         {
             get
@@ -80,11 +80,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.gravity</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular gravity sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular gravity sensor in case of multiple sensors.
         /// </param>
         public GravitySensor (uint index = 0) : base(index)
         {
@@ -97,14 +97,14 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in gravity sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the gravity sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<GravitySensorDataUpdatedEventArgs> DataUpdated;
 
         /// <summary>
-        /// Event handler for accuracy changed events.
+        /// An event handler for accuracy changed events.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<SensorAccuracyChangedEventArgs> AccuracyChanged
index 192f07620aac9aa51a79c9e6b0777c0dea1f1f52..2045448becb948e9ca5d30c0f0e3abd2aa3aeb7b 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// Gyroscope Sensor Class. Used for registering callbacks for gyroscope and getting gyroscope data
+    /// The Gyroscope Sensor class is used for registering callbacks for the gyroscope and getting the gyroscope data.
     /// </summary>
     public sealed class Gyroscope : Sensor
     {
@@ -47,10 +47,10 @@ namespace Tizen.Sensor
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Returns true or false based on whether gyroscope sensor is supported by device.
+        /// Returns true or false based on whether the gyroscope sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -61,10 +61,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Returns the number of gyroscope sensors available on the device.
+        /// Returns the number of the gyroscope sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of gyroscope sensors </value>
+        /// <value> The count of the gyroscope sensors. </value>
         public static int Count
         {
             get
@@ -79,11 +79,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.gyroscope</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular gyroscope sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular gyroscope sensor in case of multiple sensors.
         /// </param>
         public Gyroscope(uint index = 0) : base(index)
         {
@@ -96,7 +96,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in gyroscope sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the gyroscope sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
index 2f52a1d4854cf33c4c9be4aab3e4f204bcbbed00..0ab13a9722f9e5baa6a383c84c1d00b0fdf518fd 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// GyroscopeRotationVectorSensor Class. Used for registering callbacks for gyroscope rotation vector sensor and getting gyroscope rotation vector data
+    /// The GyroscopeRotationVectorSensor class is used for registering callbacks for the gyroscope rotation vector sensor and getting the gyroscope rotation vector data.
     /// </summary>
     public sealed class GyroscopeRotationVectorSensor : Sensor
     {
@@ -54,17 +54,17 @@ namespace Tizen.Sensor
         public float W { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Gets the Accuracy of the gyroscope rotation vector data.
+        /// Gets the accuracy of the gyroscope rotation vector data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value> Accuracy </value>
         public SensorDataAccuracy Accuracy { get; private set; }
 
         /// <summary>
-        /// Returns true or false based on whether gyroscope rotation vector sensor is supported by device.
+        /// Returns true or false based on whether the gyroscope rotation vector sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -75,10 +75,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Returns the number of gyroscope rotation vector sensors available on the device.
+        /// Returns the number of the gyroscope rotation vector sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of accelerometer rotation vector sensors </value>
+        /// <value> The count of accelerometer rotation vector sensors. </value>
         public static int Count
         {
             get
@@ -93,11 +93,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.gyroscope_rotation_vector</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular gyroscope rotation vector sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular gyroscope rotation vector sensor in case of multiple sensors.
         /// </param>
         public GyroscopeRotationVectorSensor(uint index = 0) : base(index)
         {
@@ -110,7 +110,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in gyroscope rotation vector sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the gyroscope rotation vector sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
index 0e254ea98e6a2698a24698dae1fa7711161a104b..e6c6f48599f56ebdd9d373170adb44dd394a1b0b 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// HeartRateMonitor Class. Used for registering callbacks for heart rate monitor and getting heart rate data
+    /// The HeartRateMonitor class is used for registering callbacks for the heart rate monitor and getting the heart rate data.
     /// </summary>
     public sealed class HeartRateMonitor : Sensor
     {
@@ -29,14 +29,14 @@ namespace Tizen.Sensor
         /// Gets the value of the heart rate monitor.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Heart rate </value>
+        /// <value> The heart rate. </value>
         public int HeartRate { get; private set; } = int.MinValue;
 
         /// <summary>
-        /// Returns true or false based on whether heart rate monitor is supported by device.
+        /// Returns true or false based on whether the heart rate monitor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -50,7 +50,7 @@ namespace Tizen.Sensor
         /// Returns the number of heart rate monitors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of heart rate monitors </value>
+        /// <value> The count of heart rate monitors. </value>
         public static int Count
         {
             get
@@ -67,12 +67,12 @@ namespace Tizen.Sensor
         /// <privilege>http://tizen.org/privilege/healthinfo</privilege>
         /// <privlevel>public</privlevel>
         /// <feature>http://tizen.org/feature/sensor.heart_rate_monitor</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="UnauthroizedAccessException">Thrown when the app has no privilege to use the sensor</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="UnauthroizedAccessException">Thrown when the application has no privilege to use the sensor.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular heart rate monitor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular heart rate monitor in case of multiple sensors.
         /// </param>
         public HeartRateMonitor(uint index = 0) : base(index)
         {
@@ -85,7 +85,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in heart rate monitor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the heart rate monitor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<HeartRateMonitorDataUpdatedEventArgs> DataUpdated;
index 3ef6def713f92c821255279171f358419bf14c46..d2abaf3ae57ff42629e803ff61610e8b754f707e 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// HumiditySensor Class. Used for registering callbacks for humidity sensor and getting humidity data
+    /// The HumiditySensor class is used for registering callbacks for the humidity sensor and getting the humidity data.
     /// </summary>
     public sealed class HumiditySensor : Sensor
     {
@@ -33,10 +33,10 @@ namespace Tizen.Sensor
         public float Humidity { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Returns true or false based on whether humidity sensor is supported by device.
+        /// Returns true or false based on whether the humidity sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -50,7 +50,7 @@ namespace Tizen.Sensor
         /// Returns the number of humidity sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of humidity sensors </value>
+        /// <value> The count of humidity sensors. </value>
         public static int Count
         {
             get
@@ -65,11 +65,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.humidity</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular humidity sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular humidity sensor in case of multiple sensors.
         /// </param>
         public HumiditySensor(uint index = 0) : base(index)
         {
@@ -82,7 +82,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in humidity sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the humidity sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
index 0d6aa55173092fbf26be0e794f0a8341918257c9..787d2d63ebd0edc72104027195774e80776b6287 100755 (executable)
@@ -19,24 +19,24 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// InVehicleActivityDetector Class. Used for registering callbacks for in vehicle activity detector and getting the in vehicle state
+    /// The InVehicleActivityDetector class is used for registering callbacks for the in-vehicle activity detector and getting the in-vehicle state.
     /// </summary>
     public sealed class InVehicleActivityDetector : ActivityDetector
     {
         private const string ActivityDetectorKey = "http://tizen.org/feature/sensor.activity_recognition";
 
         /// <summary>
-        /// Gets the state of in-vehicle activity detector
+        /// Gets the state of the in-vehicle activity detector.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> In-vehicle state </value>
+        /// <value> The in-vehicle state. </value>
         public DetectorState InVehicle { get; private set; } = DetectorState.Unknown;
 
         /// <summary>
-        /// Returns true or false based on whether in-vehicle activity detector is supported by device.
+        /// Returns true or false based on whether the in-vehicle activity detector is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -50,7 +50,7 @@ namespace Tizen.Sensor
         /// Returns the number of in-vehicle activity detectors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of in-vehicle activity detectors </value>
+        /// <value> The count of in-vehicle activity detectors. </value>
         public static int Count
         {
             get
@@ -65,9 +65,9 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.activity_recognition</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular in-vehicle activity detector in case of multiple sensors.
         /// </param>
@@ -93,7 +93,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in in-vehicle activity detector data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the in-vehicle activity detector data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<InVehicleActivityDetectorDataUpdatedEventArgs> DataUpdated;
index 2ec7c4318bcc95befdd0889d423291b657d9981a..16d7615b5be3fcad5291507dd8ff7b011996225a 100755 (executable)
@@ -19,24 +19,24 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// LightSensor Class. Used for registering callbacks for light sensor and getting light data
+    /// The LightSensor class is used for registering callbacks for the light sensor and getting the light data.
     /// </summary>
     public sealed class LightSensor : Sensor
     {
         private const string LightSensorKey = "http://tizen.org/feature/sensor.photometer";
 
         /// <summary>
-        /// Gets the Level of the light.
+        /// Gets the level of the light.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Light level </value>
+        /// <value> The light level. </value>
         public float Level { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Returns true or false based on whether light sensor is supported by device.
+        /// Returns true or false based on whether the light sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -50,7 +50,7 @@ namespace Tizen.Sensor
         /// Returns the number of light sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of light sensors </value>
+        /// <value> The count of light sensors. </value>
         public static int Count
         {
             get
@@ -65,11 +65,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.photometer</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular light sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular light sensor in case of multiple sensors.
         /// </param>
         public LightSensor(uint index = 0) : base(index)
         {
@@ -82,7 +82,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in light sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the light sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
index 6fbf056bfa5e6c7c988169caf701285f7d04cef9..b75a2de3ed964aa62e41cc542b05ed029bb1ba32 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// LinearAccelerationSensor Class. Used for registering callbacks for linear acceleration sensor and getting linear acceleration data
+    /// The LinearAccelerationSensor class is used for registering callbacks for the linear acceleration sensor and getting the linear acceleration data.
     /// </summary>
     public sealed class LinearAccelerationSensor : Sensor
     {
@@ -48,10 +48,10 @@ namespace Tizen.Sensor
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Returns true or false based on whether linear acceleration sensor is supported by device.
+        /// Returns true or false based on whether the linear acceleration sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -65,7 +65,7 @@ namespace Tizen.Sensor
         /// Returns the number of linear acceleration sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of linear acceleration sensors </value>
+        /// <value> The count of linear acceleration sensors. </value>
         public static int Count
         {
             get
@@ -80,11 +80,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.linear_acceleration</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular linear acceleration sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular linear acceleration sensor in case of multiple sensors.
         /// </param>
         public LinearAccelerationSensor(uint index = 0) : base(index)
         {
@@ -97,14 +97,14 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in linear acceleration sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the linear acceleration sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<LinearAccelerationSensorDataUpdatedEventArgs> DataUpdated;
 
         /// <summary>
-        /// Event handler for accuracy changed events.
+        /// An event handler for accuracy changed events.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<SensorAccuracyChangedEventArgs> AccuracyChanged
index 83dd226c148aab7f7d179ac09bf1ffe2ddc32382..9845eaeb8761ce5189cb4af1f255cea933d8eee8 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// Magnetometer Class. Used for registering callbacks for magnetometer and getting magnetometer data
+    /// The Magnetometer class is used for registering callbacks for the magnetometer and getting the magnetometer data.
     /// </summary>
     public sealed class Magnetometer : Sensor
     {
@@ -48,10 +48,10 @@ namespace Tizen.Sensor
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Returns true or false based on whether magnetometer is supported by device.
+        /// Returns true or false based on whether magnetometer is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -65,7 +65,7 @@ namespace Tizen.Sensor
         /// Returns the number of magnetometers available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of magnetometers </value>
+        /// <value> The count of magnetometers. </value>
         public static int Count
         {
             get
@@ -80,11 +80,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.magnetometer</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular magnetometer in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular magnetometer in case of multiple sensors.
         /// </param>
         public Magnetometer(uint index = 0) : base(index)
         {
@@ -97,14 +97,14 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in magnetometer data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the magnetometer data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<MagnetometerDataUpdatedEventArgs> DataUpdated;
 
         /// <summary>
-        /// Event handler for accuracy changed events.
+        /// An event handler for accuracy changed events.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<SensorAccuracyChangedEventArgs> AccuracyChanged
index 02afa13fdb33580f4d30fa0bb827102304ce49c2..2a103d3a9056e99f9c6e42cf150a81b247a676f4 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// MagnetometerRotationVectorSensor Class. Used for registering callbacks for magnetometer rotation vector sensor and getting magnetometer rotation vector data
+    /// The MagnetometerRotationVectorSensor class is used for registering callbacks for the magnetometer rotation vector sensor and getting the magnetometer rotation vector data.
     /// </summary>
     public sealed class MagnetometerRotationVectorSensor : Sensor
     {
@@ -55,17 +55,17 @@ namespace Tizen.Sensor
         public float W { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Gets the Accuracy of the magnetometer rotation vector data.
+        /// Gets the accuracy of the magnetometer rotation vector data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value> Accuracy </value>
         public SensorDataAccuracy Accuracy { get; private set; }
 
         /// <summary>
-        /// Returns true or false based on whether magnetometer rotation vector sensor is supported by device.
+        /// Returns true or false based on whether the magnetometer rotation vector sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -79,7 +79,7 @@ namespace Tizen.Sensor
         /// Returns the number of magnetometer rotation vector sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of magnetometer rotation vector sensors </value>
+        /// <value> The count of magnetometer rotation vector sensors. </value>
         public static int Count
         {
             get
@@ -94,11 +94,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.geomagnetic_rotation_vector</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular magnetometer rotation vector sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular magnetometer rotation vector sensor in case of multiple sensors.
         /// </param>
         public MagnetometerRotationVectorSensor(uint index = 0) : base(index)
         {
@@ -111,14 +111,14 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in magnetometer rotation vector sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the magnetometer rotation vector sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<MagnetometerRotationVectorSensorDataUpdatedEventArgs> DataUpdated;
 
         /// <summary>
-        /// Event handler for accuracy changed events.
+        /// An event handler for accuracy changed events.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<SensorAccuracyChangedEventArgs> AccuracyChanged
index 2bba50ac47d58314f49dfd2c261f239a47094994..de58ddc103481ff556494f3acde6908871756f6b 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// OrientationSensor Class. Used for registering callbacks for orientation sensor and getting orientation data
+    /// The OrientationSensor class is used for registering callbacks for the orientation sensor and getting the orientation data.
     /// </summary>
     public sealed class OrientationSensor : Sensor
     {
@@ -27,31 +27,31 @@ namespace Tizen.Sensor
 
         private event EventHandler<SensorAccuracyChangedEventArgs> _accuracyChanged;
         /// <summary>
-        /// Gets the Azimuth component of the orientation.
+        /// Gets the azimuth component of the orientation.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value> Azimuth </value>
         public float Azimuth { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Gets the Pitch component of the orientation.
+        /// Gets the pitch component of the orientation.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value> Pitch </value>
         public float Pitch { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Gets the Roll component of the orientation.
+        /// Gets the roll component of the orientation.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value> Roll </value>
         public float Roll { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Returns true or false based on whether orientation sensor is supported by device.
+        /// Returns true or false based on whether the orientation sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -65,7 +65,7 @@ namespace Tizen.Sensor
         /// Returns the number of orientation sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of orientation sensors </value>
+        /// <value> The count of orientation sensors. </value>
         public static int Count
         {
             get
@@ -80,11 +80,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.tiltmeter</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular orientation sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular orientation sensor in case of multiple sensors.
         /// </param>
         public OrientationSensor(uint index = 0) : base(index)
         {
@@ -97,14 +97,14 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in orientation sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the orientation sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<OrientationSensorDataUpdatedEventArgs> DataUpdated;
 
         /// <summary>
-        /// Event handler for accuracy changed events.
+        /// An event handler for accuracy changed events.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<SensorAccuracyChangedEventArgs> AccuracyChanged
index 8f39050484aa0d88c2cb347876ab02785b5d4fe6..2f778f3e53f82e9b5bd462cf195b65b35c9c66b9 100755 (executable)
@@ -19,73 +19,73 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// Pedometer Sensor Class. Used for registering callbacks for pedometer and getting pedometer data
+    /// The Pedometer Sensor class is used for registering callbacks for the pedometer and getting the pedometer data.
     /// </summary>
     public sealed class Pedometer : Sensor
     {
         private static string PedometerKey = "http://tizen.org/feature/sensor.pedometer";
 
         /// <summary>
-        /// Gets the step count
+        /// Gets the step count.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Step count </value>
+        /// <value> The step count. </value>
         public uint StepCount { get; private set; } = 0;
 
         /// <summary>
-        /// Gets the walking step count
+        /// Gets the walking step count.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Walk step count </value>
+        /// <value> The walk step count. </value>
         public uint WalkStepCount { get; private set; } = 0;
 
         /// <summary>
-        /// Gets the running step count
+        /// Gets the running step count.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Run step count </value>
+        /// <value> The run step count. </value>
         public uint RunStepCount { get; private set; } = 0;
 
         /// <summary>
-        /// Gets the moving distance
+        /// Gets the moving distance.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Moving distance </value>
+        /// <value> The moving distance. </value>
         public float MovingDistance { get; private set; } = 0;
 
         /// <summary>
-        /// Gets the calorie burned
+        /// Gets the calorie burned.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Calorie Burned </value>
+        /// <value> The calorie burned. </value>
         public float CalorieBurned { get; private set; } = 0;
 
         /// <summary>
-        /// Gets the last speed
+        /// Gets the last speed.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Last speed </value>
+        /// <value> The last speed. </value>
         public float LastSpeed { get; private set; } = 0;
 
         /// <summary>
-        /// Gets the last stepping frequency
+        /// Gets the last stepping frequency.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Last stepping frequency </value>
+        /// <value> The last stepping frequency. </value>
         public float LastSteppingFrequency { get; private set; } = 0;
 
         /// <summary>
-        /// Gets the last step status
+        /// Gets the last step status.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Last step status </value>
+        /// <value> The last step status. </value>
         public PedometerState LastStepStatus { get; private set; } = PedometerState.Unknown;
 
         /// <summary>
-        /// Returns true or false based on whether pedometer sensor is supported by device.
+        /// Returns true or false based on whether the pedometer sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -99,7 +99,7 @@ namespace Tizen.Sensor
         /// Returns the number of pedometer sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of pedometer sensors </value>
+        /// <value> The count of pedometer sensors. </value>
         public static int Count
         {
             get
@@ -116,12 +116,12 @@ namespace Tizen.Sensor
         /// <privilege>http://tizen.org/privilege/healthinfo</privilege>
         /// <privlevel>public</privlevel>
         /// <feature>http://tizen.org/feature/sensor.pedometer</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="UnauthroizedAccessException">Thrown when the app has no privilege to use the sensor</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="UnauthroizedAccessException">Thrown when the application has no privilege to use the sensor.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular pedometer sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular pedometer sensor in case of multiple sensors.
         /// </param>
         public Pedometer(uint index = 0) : base(index)
         {
@@ -134,7 +134,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in pedometer sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the pedometer sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
index f0a870bdca61b42874e7679a16ba3e8048dcf668..115afc108d89fcf2ff5b682a8502016be74b0a99 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// PickUpGestureDetector Class. Used for registering callbacks for pick up activity detector and getting the pick up state
+    /// The PickUpGestureDetector class is used for registering callbacks for the pick up activity detector and getting the pick up state.
     /// </summary>
     public sealed class PickUpGestureDetector : Sensor
     {
@@ -29,14 +29,14 @@ namespace Tizen.Sensor
         /// Gets the state of the pick up gesture.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Pick up state </value>
+        /// <value> The pick up state. </value>
         public DetectorState PickUp { get; private set; } = DetectorState.Unknown;
 
         /// <summary>
-        /// Returns true or false based on whether pick up gesture detector is supported by device.
+        /// Returns true or false based on whether the pick up gesture detector is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -50,7 +50,7 @@ namespace Tizen.Sensor
         /// Returns the number of pick up gesture detectors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of pick up gesture detectors </value>
+        /// <value> The count of pick up gesture detectors. </value>
         public static int Count
         {
             get
@@ -65,9 +65,9 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.gesture_recognition</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular pick up gesture detector in case of multiple sensors.
         /// </param>
@@ -109,7 +109,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in pick up gesture detector data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the pick up gesture detector data.        
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<PickUpGestureDetectorDataUpdatedEventArgs> DataUpdated;
index f17c5901cb235abecc4b44d83a93886262ff9691..e8fc7eb4b6413a4aa62216d0f727be292d47ddbd 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// PressureSensor Class. Used for registering callbacks for pressure sensor and getting pressure data
+    /// The PressureSensor class is used for registering callbacks for the pressure sensor and getting the pressure data.
     /// </summary>
     public sealed class PressureSensor : Sensor
     {
@@ -33,10 +33,10 @@ namespace Tizen.Sensor
         public float Pressure { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Returns true or false based on whether pressure sensor is supported by device.
+        /// Returns true or false based on whether the pressure sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -50,7 +50,7 @@ namespace Tizen.Sensor
         /// Returns the number of pressure sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of pressure sensors </value>
+        /// <value> The count of pressure sensors. </value>
         public static int Count
         {
             get
@@ -65,11 +65,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.barometer</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular pressure sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular pressure sensor in case of multiple sensors.
         /// </param>
         public PressureSensor(uint index = 0) : base(index)
         {
@@ -82,7 +82,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in pressure sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the pressure sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
index 927087a3b1d854b87bee3da6b88007f1d55b4595..9d2d8f8b49a1c1564f63f37c112b60243791b0ce 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// ProximitySensor Class. Used for registering callbacks for proximity sensor and getting proximity data
+    /// The ProximitySensor class is used for registering callbacks for the proximity sensor and getting the proximity data.
     /// </summary>
     public sealed class ProximitySensor : Sensor
     {
@@ -29,14 +29,14 @@ namespace Tizen.Sensor
         /// Gets the proximity state.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Proximity state </value>
+        /// <value> The proximity state. </value>
         public ProximitySensorState Proximity { get; private set; } = ProximitySensorState.Unknown;
 
         /// <summary>
-        /// Returns true or false based on whether proximity sensor is supported by device.
+        /// Returns true or false based on whether the proximity sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -50,7 +50,7 @@ namespace Tizen.Sensor
         /// Returns the number of proximity sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of proximity sensors </value>
+        /// <value> The count of proximity sensors. </value>
         public static int Count
         {
             get
@@ -65,11 +65,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.proximity</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular proximity sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular proximity sensor in case of multiple sensors.
         /// </param>
         public ProximitySensor(uint index = 0) : base(index)
         {
@@ -82,7 +82,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in proximity sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the proximity sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
index 8489d11413c025e41ec4c178a11e52cab2d0956d..a07e058ef2fc28eb16cee38876553abe038334d9 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// RotationVectorSensor Class. Used for registering callbacks for rotation vector sensor and getting rotation vector data
+    /// The RotationVectorSensor class is used for registering callbacks for the rotation vector sensor and getting the rotation vector data.
     /// </summary>
     public sealed class RotationVectorSensor : Sensor
     {
@@ -55,17 +55,17 @@ namespace Tizen.Sensor
         public float W { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Gets the Accuracy of the rotation vector data.
+        /// Gets the accuracy of the rotation vector data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <value> Accuracy </value>
         public SensorDataAccuracy Accuracy { get; private set; } = SensorDataAccuracy.Undefined;
 
         /// <summary>
-        /// Returns true or false based on whether rotation vector sensor is supported by device.
+        /// Returns true or false based on whether the rotation vector sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -79,7 +79,7 @@ namespace Tizen.Sensor
         /// Returns the number of rotation vector sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of rotation vector sensors </value>
+        /// <value> The count of rotation vector sensors. </value>
         public static int Count
         {
             get
@@ -94,11 +94,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.rotation_vector</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular rotation vector sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular rotation vector sensor in case of multiple sensors.
         /// </param>
         public RotationVectorSensor(uint index = 0) : base(index)
         {
@@ -111,14 +111,14 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in rotation vector sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the rotation vector sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<RotationVectorSensorDataUpdatedEventArgs> DataUpdated;
 
         /// <summary>
-        /// Event handler for accuracy changed events.
+        /// An event handler for accuracy changed events.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<SensorAccuracyChangedEventArgs> AccuracyChanged
index fc2ec5bb0ddc81a91f88b19053eb81932ce61bdf..f2a3be7d06fa3bd3b05a266831cd58f22107e214 100755 (executable)
@@ -19,24 +19,24 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// RunningActivityDetector Class. Used for registering callbacks for running activity detector and getting the running state
+    /// The RunningActivityDetector class is used for registering callbacks for running the activity detector and getting the running state.
     /// </summary>
     public sealed class RunningActivityDetector : ActivityDetector
     {
         private static string ActivityDetectorKey = "http://tizen.org/feature/sensor.activity_recognition";
 
         /// <summary>
-        /// Gets the state of running activity detector
+        /// Gets the state of the running activity detector.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Running state </value>
+        /// <value> The running state. </value>
         public DetectorState Running { get; private set; } = DetectorState.Unknown;
 
         /// <summary>
-        /// Returns true or false based on whether running activity detector is supported by device.
+        /// Returns true or false based on whether the running activity detector is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -47,10 +47,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Returns the number of running activity detector available on the device.
+        /// Returns the number of running activity detectors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of running activity detectors </value>
+        /// <value> The count of running activity detectors. </value>
         public static int Count
         {
             get
@@ -65,9 +65,9 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.activity_recognition</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular running activity detector in case of multiple sensors.
         /// </param>
@@ -93,7 +93,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in running activity detector data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in running the activity detector data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<RunningActivityDetectorDataUpdatedEventArgs> DataUpdated;
index 8291cfafce7fed14e6ab5ce94f90576be6fbe158..e9c857862b06820189f1f77a693514f9dc0d6fe1 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// SleepMonitor Class. Used for registering callbacks for sleep monitor and getting sleep data
+    /// The SleepMonitor class is used for registering callbacks for the sleep monitor and getting the sleep data.
     /// </summary>
     public sealed class SleepMonitor : Sensor
     {
@@ -29,14 +29,14 @@ namespace Tizen.Sensor
         /// Gets the value of the sleep state.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Sleep state </value>
+        /// <value> The sleep state. </value>
         public SleepMonitorState SleepState { get; private set; } = SleepMonitorState.Unknown;
 
         /// <summary>
-        /// Returns true or false based on whether sleep monitor is supported by device.
+        /// Returns true or false based on whether the sleep monitor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -50,7 +50,7 @@ namespace Tizen.Sensor
         /// Returns the number of sleep monitors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of sleep monitors </value>
+        /// <value> The count of sleep monitors. </value>
         public static int Count
         {
             get
@@ -67,12 +67,12 @@ namespace Tizen.Sensor
         /// <privilege>http://tizen.org/privilege/healthinfo</privilege>
         /// <privlevel>public</privlevel>
         /// <feature>http://tizen.org/feature/sensor.sleep_monitor</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="UnauthroizedAccessException">Thrown when the app has no privilege to use the sensor</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="UnauthroizedAccessException">Thrown when the application has no privilege to use the sensor.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular sleep monitor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular sleep monitor in case of multiple sensors.
         /// </param>
         public SleepMonitor(uint index = 0) : base(index)
         {
@@ -85,7 +85,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in sleep monitor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the sleep monitor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
index c8b0251698b6ffea61975e62a99fa53975229dc1..74d88c158cc26bae31f0bc2b1ddb2f33f3259da9 100755 (executable)
@@ -19,24 +19,24 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// StationaryActivityDetector Class. Used for registering callbacks for stationary activity detector and getting the stationary state
+    /// The StationaryActivityDetector class is used for registering callbacks for the stationary activity detector and getting the stationary state.
     /// </summary>
     public sealed class StationaryActivityDetector : ActivityDetector
     {
         private static string ActivityDetectorKey = "http://tizen.org/feature/sensor.activity_recognition";
 
         /// <summary>
-        /// Gets the state of stationary activity detector
+        /// Gets the state of the stationary activity detector.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Stationary state </value>
+        /// <value> The stationary state. </value>
         public DetectorState Stationary { get; private set; } = DetectorState.Unknown;
 
         /// <summary>
-        /// Returns true or false based on whether stationary activity detector is supported by device.
+        /// Returns true or false based on whether the stationary activity detector is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -50,7 +50,7 @@ namespace Tizen.Sensor
         /// Returns the number of stationary activity detectors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of stationary activity detectors </value>
+        /// <value> The count of stationary activity detectors. </value>
         public static int Count
         {
             get
@@ -65,9 +65,9 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.activity_recognition</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular stationary activity detector in case of multiple sensors.
         /// </param>
@@ -93,7 +93,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in stationary activity detector data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the stationary activity detector data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<StationaryActivityDetectorDataUpdatedEventArgs> DataUpdated;
index b90b1bce15970527136b8fc37917aa460a3a2917..b7dcfb8927c271826e04a5c153f85153bc21be8f 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// TemperatureSensor Class. Used for registering callbacks for temperature sensor and getting temperature data
+    /// The TemperatureSensor class is used for registering callbacks for the temperature sensor and getting the temperature data.
     /// </summary>
     public sealed class TemperatureSensor : Sensor
     {
@@ -33,10 +33,10 @@ namespace Tizen.Sensor
         public float Temperature { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Returns true or false based on whether temperature sensor is supported by device.
+        /// Returns true or false based on whether the temperature sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -50,7 +50,7 @@ namespace Tizen.Sensor
         /// Returns the number of temperature sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of temperature sensors </value>
+        /// <value> The count of temperature sensors. </value>
         public static int Count
         {
             get
@@ -65,11 +65,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.temperature</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular temperature sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular temperature sensor in case of multiple sensors.
         /// </param>
         public TemperatureSensor(uint index = 0) : base(index)
         {
@@ -82,7 +82,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in temperature sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the temperature sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
index 07c3d2e1f74835f0654e54cbd4a989c41edb411c..491716ab235c2daefd9cb992ce116a3d0c9cf8ed 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// UltravioletSensor Class. Used for registering callbacks for ultraviolet sensor and getting ultraviolet data
+    /// The UltravioletSensor class is used for registering callbacks for the ultraviolet sensor and getting the ultraviolet data.
     /// </summary>
     public sealed class UltravioletSensor : Sensor
     {
@@ -29,14 +29,14 @@ namespace Tizen.Sensor
         /// Gets the value of the ultraviolet sensor.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Ultraviolet index </value>
+        /// <value> The ultraviolet index. </value>
         public float UltravioletIndex { get; private set; } = float.MinValue;
 
         /// <summary>
-        /// Returns true or false based on whether ultraviolet sensor is supported by device.
+        /// Returns true or false based on whether the ultraviolet sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -50,7 +50,7 @@ namespace Tizen.Sensor
         /// Returns the number of ultraviolet sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of ultraviolet sensors </value>
+        /// <value> The count of ultraviolet sensors. </value>
         public static int Count
         {
             get
@@ -65,11 +65,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.ultraviolet</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular ultraviolet sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular ultraviolet sensor in case of multiple sensors.
         /// </param>
         public UltravioletSensor(uint index = 0) : base(index)
         {
@@ -82,7 +82,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in ultraviolet sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the ultraviolet sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
index 18900d52d352ad7589e1c300c3659f02d5abebc5..58d90ae4fe98e06c2d4e66a7fae4e7f414585df9 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// UncalibratedGyroscope Sensor Class. Used for registering callbacks for uncalibrated gyroscope and getting uncalibrated gyroscope data
+    /// The UncalibratedGyroscope sensor class is used for registering callbacks for the uncalibrated gyroscope and getting the uncalibrated gyroscope data.
     /// </summary>
     public sealed class UncalibratedGyroscope : Sensor
     {
@@ -50,28 +50,28 @@ namespace Tizen.Sensor
         /// Gets the BiasX component of the uncalibrated gyroscope data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> X bias </value>
+        /// <value> The X bias. </value>
         public float BiasX { get; private set; } = 0;
 
         /// <summary>
         /// Gets the BiasY component of the uncalibrated gyroscope data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Y bias </value>
+        /// <value> The Y bias. </value>
         public float BiasY { get; private set; } = 0;
 
         /// <summary>
         /// Gets the BiasZ component of the uncalibrated gyroscope data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Z bias </value>
+        /// <value> The Z bias. </value>
         public float BiasZ { get; private set; } = 0;
 
         /// <summary>
-        /// Returns true or false based on whether uncalibrated gyroscope sensor is supported by device.
+        /// Returns true or false based on whether the uncalibrated gyroscope sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -82,10 +82,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Returns the number of uncalibrated gyroscope sensors available on the device.
+        /// Returns the number of the uncalibrated gyroscope sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of uncalibrated gyroscope sensors </value>
+        /// <value> The count of the uncalibrated gyroscope sensors. </value>
         public static int Count
         {
             get
@@ -100,11 +100,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.gyroscope.uncalibrated</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular uncalibrated gyroscope sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular uncalibrated gyroscope sensor in case of multiple sensors.
         /// </param>
         public UncalibratedGyroscope(uint index = 0) : base(index)
         {
@@ -117,7 +117,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in uncalibrated gyroscope sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the uncalibrated gyroscope sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
index 04709e7fdc5dc581eb36b980c3b7953e10d0689f..8eb53e91dcea4dbb951bf9ebc9af49a485fdf48d 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// UncalibratedMagnetometer Sensor Class. Used for registering callbacks for uncalibrated magnetometer and getting uncalibrated magnetometer data
+    /// The UncalibratedMagnetometer sensor class is used for registering callbacks for the uncalibrated magnetometer and getting the uncalibrated magnetometer data.
     /// </summary>
     public sealed class UncalibratedMagnetometer : Sensor
     {
@@ -51,28 +51,28 @@ namespace Tizen.Sensor
         /// Gets the BiasX component of the uncalibrated magnetometer data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> X bias </value>
+        /// <value> The X bias. </value>
         public float BiasX { get; private set; } = 0;
 
         /// <summary>
         /// Gets the BiasY component of the uncalibrated magnetometer data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Y bias </value>
+        /// <value> The Y bias. </value>
         public float BiasY { get; private set; } = 0;
 
         /// <summary>
         /// Gets the BiasZ component of the uncalibrated magnetometer data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Z bias </value>
+        /// <value> The Z bias. </value>
         public float BiasZ { get; private set; } = 0;
 
         /// <summary>
-        /// Returns true or false based on whether uncalibrated magnetometer sensor is supported by device.
+        /// Returns true or false based on whether the uncalibrated magnetometer sensor is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -86,7 +86,7 @@ namespace Tizen.Sensor
         /// Returns the number of uncalibrated magnetometer sensors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of uncalibrated magnetometer sensors </value>
+        /// <value> The count of uncalibrated magnetometer sensors. </value>
         public static int Count
         {
             get
@@ -101,11 +101,11 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.magnetometer.uncalibrated</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
-        /// Index. Default value for this is 0. Index refers to a particular uncalibrated magnetometer sensor in case of multiple sensors
+        /// Index. Default value for this is 0. Index refers to a particular uncalibrated magnetometer sensor in case of multiple sensors.
         /// </param>
         public UncalibratedMagnetometer(uint index = 0) : base(index)
         {
@@ -118,14 +118,14 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in uncalibrated magnetometer sensor data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the uncalibrated magnetometer sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<UncalibratedMagnetometerDataUpdatedEventArgs> DataUpdated;
 
         /// <summary>
-        /// Event handler for accuracy changed events.
+        /// An event handler for accuracy changed events.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<SensorAccuracyChangedEventArgs> AccuracyChanged
index 8fd596065e7b372616dd6bf5cccf956466c7b808..6e5c16280cf2d60a4732aaa146e007828994dab7 100755 (executable)
@@ -19,24 +19,24 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// WalkingActivityDetector Class. Used for registering callbacks for walking activity detector and getting the walking state
+    /// The WalkingActivityDetector class is used for registering callbacks for the walking activity detector and getting the walking state.
     /// </summary>
     public sealed class WalkingActivityDetector : ActivityDetector
     {
         private static string ActivityDetectorKey = "http://tizen.org/feature/sensor.activity_recognition";
 
         /// <summary>
-        /// Gets the state of walking activity detector
+        /// Gets the state of the walking activity detector.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Walking state </value>
+        /// <value> The walking state. </value>
         public DetectorState Walking { get; private set; } = DetectorState.Unknown;
 
         /// <summary>
-        /// Returns true or false based on whether walking activity detector is supported by device.
+        /// Returns true or false based on whether the walking activity detector is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -50,7 +50,7 @@ namespace Tizen.Sensor
         /// Returns the number of walking activity detectors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of walking activity detectors </value>
+        /// <value> The count of walking activity detectors. </value>
         public static int Count
         {
             get
@@ -65,9 +65,9 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.activity_recognition</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular walking activity detector in case of multiple sensors.
         /// </param>
@@ -93,7 +93,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in walking activity gesture detector data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the walking activity gesture detector data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<WalkingActivityDetectorDataUpdatedEventArgs> DataUpdated;
index 761e3741373e1712e43feed1d168de1ae7c58a4a..b4a3636bdf81e1fba3c122b0a1b0d118e5181df1 100755 (executable)
@@ -19,7 +19,7 @@ using System;
 namespace Tizen.Sensor
 {
     /// <summary>
-    /// WristUpGestureDetector Class. Used for registering callbacks for wrist up gesture detector and getting the wrist up state
+    /// The WristUpGestureDetector class is used for registering callbacks for the wrist up gesture detector and getting the wrist up state.
     /// </summary>
     public sealed class WristUpGestureDetector : Sensor
     {
@@ -29,14 +29,14 @@ namespace Tizen.Sensor
         /// Gets the state of the wrist up gesture.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> Wrist up state </value>
+        /// <value> The wrist up state. </value>
         public DetectorState WristUp { get; private set; } = DetectorState.Unknown;
 
         /// <summary>
-        /// Returns true or false based on whether wrist up gesture detector is supported by device.
+        /// Returns true or false based on whether the wrist up gesture detector is supported by the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if supported; otherwise <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -50,7 +50,7 @@ namespace Tizen.Sensor
         /// Returns the number of wrist up gesture detectors available on the device.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The count of wrist up gesture detectors </value>
+        /// <value> The count of wrist up gesture detectors. </value>
         public static int Count
         {
             get
@@ -65,9 +65,9 @@ namespace Tizen.Sensor
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.wrist_up</feature>
-        /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
-        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="ArgumentException">Thrown when an invalid argument is used.</exception>
+        /// <exception cref="NotSupportedException">Thrown when the sensor is not supported.</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular wrist up gesture detector in case of multiple sensors.
         /// </param>
@@ -97,7 +97,7 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Event Handler for storing the callback functions for event corresponding to change in wrist up gesture detector data.
+        /// An event handler for storing the callback functions for the event corresponding to the change in the wrist up gesture detector data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public event EventHandler<WristUpGestureDetectorDataUpdatedEventArgs> DataUpdated;
index fa512c2edcaa750e55de3a942be2ef679f1d05b6..9b48dee631c7492cc87d8b1080f7118843eb85af 100755 (executable)
@@ -25,7 +25,7 @@ namespace Tizen.Sensor
     }
 
     /// <summary>
-    /// Sensor class for storing hardware information about a particular sensor
+    /// The Sensor class is used for storing the hardware information about a particular sensor.
     /// </summary>
     public abstract class Sensor : IDisposable
     {
@@ -67,10 +67,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Property: For getting the name of the sensor
+        /// Property: Gets the name of the sensor.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The name of sensor </value>
+        /// <value> The name of the sensor. </value>
         public string Name
         {
             get
@@ -84,7 +84,7 @@ namespace Tizen.Sensor
         /// Property: Gets the vendor.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The vendor name of sensor </value>
+        /// <value> The vendor name of the sensor. </value>
         public string Vendor
         {
             get
@@ -95,10 +95,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Property: Gets the minimum value of range of sensor data.
+        /// Property: Gets the minimum value of the range of the sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The lower bound of range of sensor reading </value>
+        /// <value> The lower bound of the range of the sensor reading. </value>
         public float MinValue
         {
             get
@@ -109,10 +109,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Property: Gets the maximum value of range of sensor data.
+        /// Property: Gets the maximum value of the range of the sensor data.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The upper bound of range of sensor reading </value>
+        /// <value> The upper bound of the range of the sensor reading. </value>
         public float MaxValue
         {
             get
@@ -126,7 +126,7 @@ namespace Tizen.Sensor
         /// Property: Gets the resolution.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The resolution </value>
+        /// <value> The resolution. </value>
         public float Resolution
         {
             get
@@ -140,7 +140,7 @@ namespace Tizen.Sensor
         /// Property: Gets the minimum interval.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The minimum update interval </value>
+        /// <value> The minimum update interval. </value>
         public int MinInterval
         {
             get
@@ -151,10 +151,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Property: Gets the fifo count.
+        /// Property: Gets the FIFO count.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The size of the hardware FIFO </value>
+        /// <value> The size of the hardware FIFO. </value>
         public int FifoCount
         {
             get
@@ -168,7 +168,7 @@ namespace Tizen.Sensor
         /// Property: Gets the maximum batch count.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The maximum batch count </value>
+        /// <value> The maximum batch count. </value>
         public int MaxBatchCount
         {
             get
@@ -179,12 +179,12 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Sets the interval of the sensor for sensor data event
-        /// Callbacks will be called at frequency of this interval
+        /// Sets the interval of the sensor for the sensor data event.
+        /// Callbacks will be called at the frequency of this interval.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
-        /// <value> The interval of the sensor </value>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
+        /// <value> The interval of the sensor. </value>
         public uint Interval
         {
             set
@@ -201,11 +201,11 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Sets the max batch latency for the sensor corresponding to the sensor data event.
+        /// Sets the maximum batch latency for the sensor corresponding to the sensor data event.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
-        /// <value> The max batch latency </value>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
+        /// <value> The maximum batch latency. </value>
         public uint MaxBatchLatency
         {
             set
@@ -225,9 +225,9 @@ namespace Tizen.Sensor
         /// Sets the pause policy of the sensor.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value>The pause policy</value>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
-        /// <value> The pause policy </value>
+        /// <value>The pause policy.</value>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
+        /// <value> The pause policy. </value>
         public SensorPausePolicy PausePolicy
         {
             set
@@ -247,7 +247,7 @@ namespace Tizen.Sensor
         /// Gets or sets the time span.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value> The time span </value>
+        /// <value> The time span. </value>
         public TimeSpan TimeSpan
         {
             set
@@ -266,7 +266,7 @@ namespace Tizen.Sensor
         /// Indicates whether this sensor is sensing.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <value><c>true</c> if this sensor is sensing; otherwise, <c>false</c>.</value>
+        /// <value><c>true</c> if this sensor is sensing; otherwise <c>false</c>.</value>
         public bool IsSensing
         {
             get
@@ -307,10 +307,10 @@ namespace Tizen.Sensor
 
         /// <summary>
         /// Starts the sensor.
-        /// After this the event handlers will start receiving events.
+        /// After this, event handlers will start receiving events.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         public void Start()
         {
             Log.Info(Globals.LogTag, "Starting the sensor");
@@ -329,11 +329,11 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Stop the sensor.
-        /// After this the event handlers will stop receiving the events
+        /// Stops the sensor.
+        /// After this, event handlers will stop receiving events.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state.</exception>
         public void Stop()
         {
             Log.Info(Globals.LogTag, "Stopping the sensor");
index 84e2571adce35c9d82364415f3d6129250c228a1..dc1c7d16793f501c44e45b4ca10fe9c490abc038 100755 (executable)
@@ -24,7 +24,7 @@ namespace Tizen.Sensor
     internal enum SensorType
     {
         /// <summary>
-        /// All sensors. This can be used to retrieve Sensor class object for all available sensors.
+        /// All sensors. This can be used to retrieve the Sensor class object for all available sensors.
         /// </summary>
         All = -1,
         /// <summary>
@@ -52,7 +52,7 @@ namespace Tizen.Sensor
         /// </summary>
         OrientationSensor = 5,
         /// <summary>
-        /// Gyroscope sensor.
+        /// The Gyroscope sensor.
         /// </summary>
         Gyroscope = 6,
         /// <summary>
@@ -84,7 +84,7 @@ namespace Tizen.Sensor
         /// </summary>
         HeartRateMonitor = 13,
         /// <summary>
-        /// Uncalibrated Gyroscope sensor.
+        /// The Uncalibrated Gyroscope sensor.
         /// </summary>
         UncalibratedGyroscope = 17,
         /// <summary>
@@ -92,7 +92,7 @@ namespace Tizen.Sensor
         /// </summary>
         UncalibratedMagnetometer = 18,
         /// <summary>
-        /// Gyroscope-based rotation vector sensor.
+        /// The Gyroscope-based rotation vector sensor.
         /// </summary>
         GyroscopeRotationVectorSensor = 19,
         /// <summary>
@@ -138,7 +138,7 @@ namespace Tizen.Sensor
     }
 
     /// <summary>
-    /// Sensor attribute.
+    /// The sensor attribute.
     /// </summary>
     internal enum SensorAttribute
     {
@@ -154,7 +154,7 @@ namespace Tizen.Sensor
     }
 
     /// <summary>
-    /// SensorDataAccuracy Enum definition for all possible sensor data accuracy Values.
+    /// The SensorDataAccuracy Enum definition for all possible sensor data accuracy values.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum SensorDataAccuracy
@@ -187,7 +187,7 @@ namespace Tizen.Sensor
     }
 
     /// <summary>
-    /// Sensor Option Enum definition for sensor option Values
+    /// The Sensor Option Enum definition for sensor option values.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum SensorPausePolicy
@@ -215,7 +215,7 @@ namespace Tizen.Sensor
     }
 
     /// <summary>
-    /// Pedometer state.
+    /// The pedometer state.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum PedometerState
@@ -246,7 +246,7 @@ namespace Tizen.Sensor
     }
 
     /// <summary>
-    /// Sleep monitor state.
+    /// The sleep monitor state.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum SleepMonitorState
@@ -271,7 +271,7 @@ namespace Tizen.Sensor
     }
 
     /// <summary>
-    /// Proximity sensor state.
+    /// The proximity sensor state.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum ProximitySensorState
@@ -296,7 +296,7 @@ namespace Tizen.Sensor
     }
 
     /// <summary>
-    /// Detector sensor state.
+    /// The detector sensor state.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public enum DetectorState