English Review: NUI_BaseComponents (#422)
authorSurbhi Gupta <35525588+surbhig12@users.noreply.github.com>
Tue, 4 Sep 2018 00:37:52 +0000 (06:07 +0530)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 4 Sep 2018 00:37:52 +0000 (09:37 +0900)
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/TableView.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs

index b7fe237..ae2d0cc 100755 (executable)
@@ -400,7 +400,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Force reloading of the image, all visuals using this image will get the latest one.
+        /// Forcefully reloads the image. All the visuals using this image will reload to the latest image.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>        
         public void Reload()
@@ -409,7 +409,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Play the animated GIF. This is also Default playback mode.
+        /// Plays the animated GIF. This is also the default playback mode.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public void Play()
@@ -418,7 +418,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Pause the animated GIF.
+        /// Pauses the animated GIF.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public void Pause()
@@ -427,7 +427,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Stop the animated GIF.
+        /// Stops the animated GIF.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public void Stop()
@@ -606,7 +606,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Gets or sets whether to correct orientation of image automatically.<br />
+        /// Gets or sets whether to automatically correct the orientation of an image.<br />
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public bool OrientationCorrection
@@ -624,7 +624,7 @@ namespace Tizen.NUI.BaseComponents
 
 
         /// <summary>
-        /// Get the loading state of the visual resource.
+        /// Gets the loading state of the visual resource.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public ImageView.LoadingStatusType LoadingStatus
index a43c8d2..edfdb3b 100755 (executable)
@@ -366,7 +366,7 @@ namespace Tizen.NUI.BaseComponents
             }
 
             /// <summary>
-            /// The index of a row.
+            /// The index or position of a row.
             /// </summary>
             /// <since_tizen> 5 </since_tizen>
             /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
@@ -404,7 +404,7 @@ namespace Tizen.NUI.BaseComponents
             }
 
             /// <summary>
-            /// The index of a column.
+            /// The index or position of a column.
             /// </summary>
             /// <since_tizen> 5 </since_tizen>
             /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
index 103901e..8b8eddf 100755 (executable)
@@ -2293,7 +2293,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Enables Text selection using Shift key.
+        /// Enables selection of the text using the Shift key.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
index 5c067e0..1f6e3cb 100755 (executable)
@@ -1274,7 +1274,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// The text direction.
+        /// The direction of the text such as left to right or right to left.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
@@ -1290,7 +1290,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// The text vertical line alignment.
+        /// The vertical line alignment of the text.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
index a7aabe0..fc71eac 100755 (executable)
@@ -1239,7 +1239,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Event argument passed through ChildAdded event
+        /// Event argument passed through the ChildAdded event.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
@@ -1247,14 +1247,14 @@ namespace Tizen.NUI.BaseComponents
         public class ChildAddedEventArgs : EventArgs
         {
             /// <summary>
-            /// Added child View at moment
+            /// Added child view at moment.
             /// </summary>
             /// <since_tizen> 5 </since_tizen>
             public View Added { get; set; }
         }
 
         /// <summary>
-        /// Event when a child is added
+        /// Event when a child is added.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
@@ -1312,7 +1312,7 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Event argument passed through ChildRemoved event
+        /// Event argument passed through the ChildRemoved event.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
@@ -1320,14 +1320,14 @@ namespace Tizen.NUI.BaseComponents
         public class ChildRemovedEventArgs : EventArgs
         {
             /// <summary>
-            /// Removed child View at moment
+            /// Removed child view at moment.
             /// </summary>
             /// <since_tizen> 5 </since_tizen>
             public View Removed { get; set; }
         }
 
         /// <summary>
-        /// Event when a child is removed
+        /// Event when a child is removed.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
@@ -3687,10 +3687,10 @@ namespace Tizen.NUI.BaseComponents
         }
 
         /// <summary>
-        /// Gets the parent layer of this view.If a view has no parent, this method does nothing.
+        /// Gets the parent layer of this view.If a view has no parent, this method does not do anything.
         /// </summary>
         /// <pre>The view has been initialized. </pre>
-        /// <returns>the parent layer of view </returns>
+        /// <returns>The parent layer of view </returns>
         /// <since_tizen> 5 </since_tizen>
         public Layer GetLayer()
         {
@@ -5392,10 +5392,10 @@ namespace Tizen.NUI.BaseComponents
 
         /// <summary>
         /// Perform an action on a visual registered to this view. <br />
-        /// Visuals will have actions, this API is used to perform one of these actions with the given attributes.
+        /// Visuals will have actions. This API is used to perform one of these actions with the given attributes.
         /// </summary>
         /// <param name="propertyIndexOfVisual">The Property index of the visual.</param>
-        /// <param name="propertyIndexOfActionId">The action to perform.  See Visual to find supported actions.</param>
+        /// <param name="propertyIndexOfActionId">The action to perform. See Visual to find the supported actions.</param>
         /// <param name="attributes">Optional attributes for the action.</param>
         /// <since_tizen> 5 </since_tizen>
         public void DoAction(int propertyIndexOfVisual, int propertyIndexOfActionId, PropertyValue attributes)