CustomControlsDoc.XML 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>CustomControls</name>
  5. </assembly>
  6. <members>
  7. <member name="M:CustomControls.CollectionEditor.CustomCollectionEditorForm.InitializeComponent">
  8. <summary>
  9. Required method for Designer support - do not modify
  10. the contents of this method with the code editor.
  11. </summary>
  12. </member>
  13. <member name="M:CustomControls.CollectionEditor.CustomCollectionEditorForm.GetItemType(System.Collections.IList)">
  14. <summary>
  15. Gets the data type of each item in the collection.
  16. </summary>
  17. <param name="coll"> The collection for which to get the item's type</param>
  18. <returns>The data type of the collection items.</returns>
  19. </member>
  20. <member name="M:CustomControls.CollectionEditor.CustomCollectionEditorForm.CreateNewItemTypes(System.Collections.IList)">
  21. <summary>
  22. Gets the data types that this collection editor can contain
  23. </summary>
  24. <param name="coll">The collection for which to return the available types</param>
  25. <returns>An array of data types that this collection can contain.</returns>
  26. </member>
  27. <member name="M:CustomControls.CollectionEditor.CustomCollectionEditorForm.CreateInstance(System.Type)">
  28. <summary>
  29. Creates a new instance of the specified collection item type.
  30. </summary>
  31. <param name="itemType">The type of item to create. </param>
  32. <returns>A new instance of the specified object.</returns>
  33. </member>
  34. <member name="M:CustomControls.CollectionEditor.CustomCollectionEditorForm.DestroyInstance(System.Object)">
  35. <summary>
  36. Destroys the specified instance of the object.
  37. </summary>
  38. <param name="instance">The object to destroy. </param>
  39. </member>
  40. <member name="M:CustomControls.CollectionEditor.CustomCollectionEditorForm.CreateTItem(System.Object)">
  41. <summary>
  42. Creates a new TItem objectfor a collection item.
  43. </summary>
  44. <param name="reffObject">The collection item for wich to create an TItem object.</param>
  45. <returns>A TItem object referencing the collection item received as parameter.</returns>
  46. </member>
  47. <member name="M:CustomControls.CollectionEditor.CustomCollectionEditorForm.SetProperties(CustomControls.CollectionEditor.TItem,System.Object)">
  48. <summary>
  49. When implemented by a class, customize a TItem object in respect to it's corresponding collection item.
  50. </summary>
  51. <param name="titem">The TItem object to be customized in respect to it's corresponding collection item.</param>
  52. <param name="reffObject">The collection item for which it customizes the TItem object.</param>
  53. </member>
  54. <member name="M:CustomControls.CollectionEditor.CustomCollectionEditorForm.SetDisplayName(CustomControls.CollectionEditor.TItem)">
  55. <summary>
  56. Sets the Name for a TItem object.
  57. </summary>
  58. <param name="ti">The TItem object for which to set the Name.</param>
  59. </member>
  60. </members>
  61. </doc>