Add tag and document to Tizen.NUI.
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / WidgetViewManager.cs
index b77dcde..62b67de 100755 (executable)
@@ -77,6 +77,10 @@ namespace Tizen.NUI
             base.Dispose(type);
         }
 
+        /// <summary>
+        /// Creates a new widgetView manager object.
+        /// </summary>
+        /// <since_tizen> 4 </since_tizen>
         public WidgetViewManager(NUIApplication nuiApplication, string appId) : this(NDalicManualPINVOKE.WidgetViewManager_New(Application.getCPtr(nuiApplication.ApplicationHandle), appId), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
@@ -104,12 +108,13 @@ namespace Tizen.NUI
         /// <summary>
         /// Creates a new widget view object.
         /// </summary>
-        /// <param name="widgetId">The widget id.</param>
+        /// <param name="widgetId">The widget ID.</param>
         /// <param name="contentInfo">Contents that will be given to the widget instance.</param>
         /// <param name="width">The widget width.</param>
         /// <param name="height">The widget height.</param>
         /// <param name="updatePeriod">The period of updating contents of the widget.</param>
         /// <returns>A handle to WidgetView.</returns>
+        /// <since_tizen> 4 </since_tizen>
         public WidgetView AddWidget(string widgetId, string contentInfo, int width, int height, float updatePeriod)
         {
             WidgetView ret = new WidgetView(NDalicManualPINVOKE.WidgetViewManager_AddWidget(swigCPtr, widgetId, contentInfo, width, height, updatePeriod), true);
@@ -119,4 +124,4 @@ namespace Tizen.NUI
 
     }
 
-}
+}
\ No newline at end of file