System.ComponentModel.xml 3.7 KB

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