Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Applications.WidgetApplication.xml
index ad852d5..1df0275 100644 (file)
-<?xml version="1.0"?>
-<doc>
-    <assembly>
-        <name>Tizen.Applications.WidgetApplication</name>
-    </assembly>
-    <members>
-        <member name="T:Tizen.Applications.WidgetApplication">
-            <summary>
-            Represents a widget application.
-            </summary>
-        </member>
-        <member name="M:Tizen.Applications.WidgetApplication.#ctor(System.Collections.Generic.IDictionary{System.Type,System.String})">
-            <summary>
-            Initializes the WidgetApplication class with the type and application ID.
-            </summary>
-            <param name="typeInfo">Map structure for the derived class type and widget ID.</param>
-        </member>
-        <member name="M:Tizen.Applications.WidgetApplication.#ctor(System.Type)">
-            <summary>
-            Initializes the WidgetApplication class with the type.
-            </summary>
-            <remarks>Widget ID will be replaced as the application ID.</remarks>
-            <param name="type">Derived class type.</param>
-        </member>
-        <member name="M:Tizen.Applications.WidgetApplication.GetInstances(System.Type)">
-            <summary>
-            Gets all instances of the widget associated with the type.
-            </summary>
-            <param name="type">Class type for the widget.</param>
-        </member>
-        <member name="M:Tizen.Applications.WidgetApplication.Run(System.String[])">
-            <summary>
-            Runs the widget application's main loop.
-            </summary>
-            <param name="args">Arguments from the commandline.</param>
-        </member>
-        <member name="T:Tizen.Applications.WidgetBase">
-            <summary>
-            The abstract class for widget instances.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.WidgetBase.Window">
-            <summary>
-            Window object for this widget instance.
-            It will be created after OnCreate method is invoked.
-            </summary>
-        </member>
-        <member name="T:Tizen.Applications.WidgetBase.WidgetDestroyType">
-            <summary>
-            Delete type.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.WidgetBase.WidgetDestroyType.Permanent">
-            <summary>
-            User deleted this widget from the viewer.
-            </summary>
-        </member>
-        <member name="F:Tizen.Applications.WidgetBase.WidgetDestroyType.Temporary">
-            <summary>
-            Widget is deleted because of other reasons. (For example, widget process is terminated temporarily by the system)
-            </summary>
-        </member>
-        <member name="M:Tizen.Applications.WidgetBase.#ctor">
-            <summary>
-            Constructor.
-            </summary>
-        </member>
-        <member name="M:Tizen.Applications.WidgetBase.SetContent(Tizen.Applications.Bundle)">
-            <summary>
-            Sets the content information to the widget.
-            </summary>
-            <param name="info">The data set to save.</param>
-            <exception cref="T:System.ArgumentException">Thrown when failed because of an invalid argument.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when the API is not supported in this device.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown in case of an unrecoverable error.</exception>
-        </member>
-        <member name="M:Tizen.Applications.WidgetBase.SetTitle(System.String)">
-            <summary>
-            Sends the title to the widget.
-            </summary>
-            <param name="title">When an accessibility mode is turned on, this string will be read.</param>
-            <exception cref="T:System.ArgumentException">Thrown when failed because of an invalid argument.</exception>
-            <exception cref="T:System.NotSupportedException">Thrown when the API is not supported in this device.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown in case of an unrecoverable error.</exception>
-        </member>
-        <member name="M:Tizen.Applications.WidgetBase.Exit">
-            <summary>
-            Finishes the context for the widget instance.
-            </summary>
-            <exception cref="T:System.NotSupportedException">Thrown when the API is not supported in this device.</exception>
-            <exception cref="T:System.InvalidOperationException">Thrown in case of an unrecoverable error.</exception>
-        </member>
-        <member name="M:Tizen.Applications.WidgetBase.OnCreate(Tizen.Applications.Bundle,System.Int32,System.Int32)">
-            <summary>
-            Overrides this method if want to handle the behavior when the widget instance is started.
-            </summary>
-            <param name="content">The data set for the previous status.</param>
-            <param name="w">The pixel value for the widget width.</param>
-            <param name="h">The pixel value for the widget height.</param>
-        </member>
-        <member name="M:Tizen.Applications.WidgetBase.OnDestroy(Tizen.Applications.WidgetBase.WidgetDestroyType,Tizen.Applications.Bundle)">
-            <summary>
-            Overrides this method if want to handle the behavior when the widget instance is destroyed.
-            </summary>
-            <param name="reason">The reason for destruction.</param>
-            <param name="content">The data set to save.</param>
-        </member>
-        <member name="M:Tizen.Applications.WidgetBase.OnPause">
-            <summary>
-            Overrides this method if want to handle the behavior when the widget instance is paused.
-            </summary>
-        </member>
-        <member name="M:Tizen.Applications.WidgetBase.OnResume">
-            <summary>
-            Overrides this method if want to handle the behavior when the widget instance is resumed.
-            </summary>
-        </member>
-        <member name="M:Tizen.Applications.WidgetBase.OnResize(System.Int32,System.Int32)">
-            <summary>
-            Overrides this method if want to handle the behavior when the widget instance is resized.
-            </summary>
-            <param name="w">Widget width.</param>
-            <param name="h">Widget height.</param>
-        </member>
-        <member name="M:Tizen.Applications.WidgetBase.OnUpdate(Tizen.Applications.Bundle,System.Boolean)">
-            <summary>
-            Overrides this method if want to handle the behavior when the widget instance is updated.
-            </summary>
-            <param name="content">The data set for updating this widget will be provided by the requester.</param>
-            <param name="isForce">Although the widget is paused, if it is true, the widget can be updated.</param>
-        </member>
-    </members>
-</doc>
+<?xml version="1.0"?>\r
+<doc>\r
+    <assembly>\r
+        <name>Tizen.Applications.WidgetApplication</name>\r
+    </assembly>\r
+    <members>\r
+        <member name="T:Tizen.Applications.WidgetApplication">\r
+            <summary>\r
+            Represents a widget application.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Applications.WidgetApplication.#ctor(System.Collections.Generic.IDictionary{System.Type,System.String})">\r
+            <summary>\r
+            Initializes the WidgetApplication class with the type and application ID.\r
+            </summary>\r
+            <param name="typeInfo">Map structure for the derived class type and widget ID.</param>\r
+        </member>\r
+        <member name="M:Tizen.Applications.WidgetApplication.#ctor(System.Type)">\r
+            <summary>\r
+            Initializes the WidgetApplication class with the type.\r
+            </summary>\r
+            <remarks>Widget ID will be replaced as the application ID.</remarks>\r
+            <param name="type">Derived class type.</param>\r
+        </member>\r
+        <member name="M:Tizen.Applications.WidgetApplication.GetInstances(System.Type)">\r
+            <summary>\r
+            Gets all instances of the widget associated with the type.\r
+            </summary>\r
+            <param name="type">Class type for the widget.</param>\r
+        </member>\r
+        <member name="M:Tizen.Applications.WidgetApplication.Run(System.String[])">\r
+            <summary>\r
+            Runs the widget application's main loop.\r
+            </summary>\r
+            <param name="args">Arguments from the commandline.</param>\r
+        </member>\r
+        <member name="T:Tizen.Applications.WidgetBase">\r
+            <summary>\r
+            The abstract class for widget instances.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.WidgetBase.Window">\r
+            <summary>\r
+            Window object for this widget instance.\r
+            It will be created after OnCreate method is invoked.\r
+            </summary>\r
+        </member>\r
+        <member name="T:Tizen.Applications.WidgetBase.WidgetDestroyType">\r
+            <summary>\r
+            Delete type.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.WidgetBase.WidgetDestroyType.Permanent">\r
+            <summary>\r
+            User deleted this widget from the viewer.\r
+            </summary>\r
+        </member>\r
+        <member name="F:Tizen.Applications.WidgetBase.WidgetDestroyType.Temporary">\r
+            <summary>\r
+            Widget is deleted because of other reasons. (For example, widget process is terminated temporarily by the system)\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Applications.WidgetBase.#ctor">\r
+            <summary>\r
+            Constructor.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Applications.WidgetBase.SetContent(Tizen.Applications.Bundle)">\r
+            <summary>\r
+            Sets the content information to the widget.\r
+            </summary>\r
+            <param name="info">The data set to save.</param>\r
+            <exception cref="T:System.ArgumentException">Thrown when failed because of an invalid argument.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the API is not supported in this device.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown in case of an unrecoverable error.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Applications.WidgetBase.SetTitle(System.String)">\r
+            <summary>\r
+            Sends the title to the widget.\r
+            </summary>\r
+            <param name="title">When an accessibility mode is turned on, this string will be read.</param>\r
+            <exception cref="T:System.ArgumentException">Thrown when failed because of an invalid argument.</exception>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the API is not supported in this device.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown in case of an unrecoverable error.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Applications.WidgetBase.Exit">\r
+            <summary>\r
+            Finishes the context for the widget instance.\r
+            </summary>\r
+            <exception cref="T:System.NotSupportedException">Thrown when the API is not supported in this device.</exception>\r
+            <exception cref="T:System.InvalidOperationException">Thrown in case of an unrecoverable error.</exception>\r
+        </member>\r
+        <member name="M:Tizen.Applications.WidgetBase.OnCreate(Tizen.Applications.Bundle,System.Int32,System.Int32)">\r
+            <summary>\r
+            Overrides this method if want to handle the behavior when the widget instance is started.\r
+            </summary>\r
+            <param name="content">The data set for the previous status.</param>\r
+            <param name="w">The pixel value for the widget width.</param>\r
+            <param name="h">The pixel value for the widget height.</param>\r
+        </member>\r
+        <member name="M:Tizen.Applications.WidgetBase.OnDestroy(Tizen.Applications.WidgetBase.WidgetDestroyType,Tizen.Applications.Bundle)">\r
+            <summary>\r
+            Overrides this method if want to handle the behavior when the widget instance is destroyed.\r
+            </summary>\r
+            <param name="reason">The reason for destruction.</param>\r
+            <param name="content">The data set to save.</param>\r
+        </member>\r
+        <member name="M:Tizen.Applications.WidgetBase.OnPause">\r
+            <summary>\r
+            Overrides this method if want to handle the behavior when the widget instance is paused.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Applications.WidgetBase.OnResume">\r
+            <summary>\r
+            Overrides this method if want to handle the behavior when the widget instance is resumed.\r
+            </summary>\r
+        </member>\r
+        <member name="M:Tizen.Applications.WidgetBase.OnResize(System.Int32,System.Int32)">\r
+            <summary>\r
+            Overrides this method if want to handle the behavior when the widget instance is resized.\r
+            </summary>\r
+            <param name="w">Widget width.</param>\r
+            <param name="h">Widget height.</param>\r
+        </member>\r
+        <member name="M:Tizen.Applications.WidgetBase.OnUpdate(Tizen.Applications.Bundle,System.Boolean)">\r
+            <summary>\r
+            Overrides this method if want to handle the behavior when the widget instance is updated.\r
+            </summary>\r
+            <param name="content">The data set for updating this widget will be provided by the requester.</param>\r
+            <param name="isForce">Although the widget is paused, if it is true, the widget can be updated.</param>\r
+        </member>\r
+    </members>\r
+</doc>\r