[ImageUtil] Fix crash issue (#923)
[platform/core/csapi/tizenfx.git] / pkg / build / tizen50 / ref / System.ComponentModel.xml
1 <?xml version="1.0" encoding="utf-8"?><doc>
2   <assembly>
3     <name>System.ComponentModel</name>
4   </assembly>
5   <members>
6     <member name="T:System.ComponentModel.IEditableObject">
7       <summary>Provides functionality to commit or rollback changes to an object that is used as a data source.</summary>
8     </member>
9     <member name="M:System.ComponentModel.IEditableObject.BeginEdit">
10       <summary>Begins an edit on an object.</summary>
11     </member>
12     <member name="M:System.ComponentModel.IEditableObject.CancelEdit">
13       <summary>Discards changes since the last <see cref="M:System.ComponentModel.IEditableObject.BeginEdit"></see> call.</summary>
14     </member>
15     <member name="M:System.ComponentModel.IEditableObject.EndEdit">
16       <summary>Pushes changes since the last <see cref="M:System.ComponentModel.IEditableObject.BeginEdit"></see> or <see cref="M:System.ComponentModel.IBindingList.AddNew"></see> call into the underlying object.</summary>
17     </member>
18     <member name="T:System.ComponentModel.IRevertibleChangeTracking">
19       <summary>Provides support for rolling back the changes</summary>
20     </member>
21     <member name="M:System.ComponentModel.IRevertibleChangeTracking.RejectChanges">
22       <summary>Resets the object’s state to unchanged by rejecting the modifications.</summary>
23     </member>
24     <member name="T:System.IServiceProvider">
25       <summary>Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.</summary>
26     </member>
27     <member name="M:System.IServiceProvider.GetService(System.Type)">
28       <summary>Gets the service object of the specified type.</summary>
29       <param name="serviceType">An object that specifies the type of service object to get.</param>
30       <returns>A service object of type <paramref name="serviceType">serviceType</paramref>.  
31  -or-  
32  null if there is no service object of type <paramref name="serviceType">serviceType</paramref>.</returns>
33     </member>
34     <member name="T:System.ComponentModel.CancelEventArgs">
35       <summary>Provides data for a cancelable event.</summary>
36     </member>
37     <member name="M:System.ComponentModel.CancelEventArgs.#ctor">
38       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CancelEventArgs"></see> class with the <see cref="P:System.ComponentModel.CancelEventArgs.Cancel"></see> property set to false.</summary>
39     </member>
40     <member name="M:System.ComponentModel.CancelEventArgs.#ctor(System.Boolean)">
41       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CancelEventArgs"></see> class with the <see cref="P:System.ComponentModel.CancelEventArgs.Cancel"></see> property set to the given value.</summary>
42       <param name="cancel">true to cancel the event; otherwise, false.</param>
43     </member>
44     <member name="P:System.ComponentModel.CancelEventArgs.Cancel">
45       <summary>Gets or sets a value indicating whether the event should be canceled.</summary>
46       <returns>true if the event should be canceled; otherwise, false.</returns>
47     </member>
48     <member name="T:System.ComponentModel.IChangeTracking">
49       <summary>Defines the mechanism for querying the object for changes and resetting of the changed status.</summary>
50     </member>
51     <member name="M:System.ComponentModel.IChangeTracking.AcceptChanges">
52       <summary>Resets the object’s state to unchanged by accepting the modifications.</summary>
53     </member>
54     <member name="P:System.ComponentModel.IChangeTracking.IsChanged">
55       <summary>Gets the object&amp;#39;s changed status.</summary>
56       <returns>true if the object’s content has changed since the last call to <see cref="System.ComponentModel.IChangeTracking.AcceptChanges"></see>; otherwise, false.</returns>
57     </member>
58   </members>
59 </doc>