home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / Sharp / SharpDevelop_1.0.3.1761_Setup.exe / NAnt.NUnit.xml < prev    next >
Extensible Markup Language  |  2004-11-30  |  20KB  |  355 lines

  1. <?xml version="1.0"?>
  2. <doc>
  3.     <assembly>
  4.         <name>NAnt.NUnit</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="T:NAnt.NUnit.Types.FormatterData">
  8.             <summary>
  9.             Carries data specified through the formatter element.
  10.             </summary>
  11.         </member>
  12.         <member name="P:NAnt.NUnit.Types.FormatterData.Type">
  13.             <summary>
  14.             Gets or sets the type of the formatter.
  15.             </summary>
  16.             <value>The type of the formatter.</value>
  17.         </member>
  18.         <member name="P:NAnt.NUnit.Types.FormatterData.UseFile">
  19.             <summary>
  20.             Gets or sets a value indicating whether output should be persisted 
  21.             to a file. 
  22.             </summary>
  23.             <value>
  24.             <see langword="true" /> if output should be written to a file; otherwise, 
  25.             <see langword="false" />. The default is <see langword="false" />.
  26.             </value>
  27.         </member>
  28.         <member name="P:NAnt.NUnit.Types.FormatterData.Extension">
  29.             <summary>
  30.             Gets or sets the extension to append to the output filename.
  31.             </summary>
  32.             <value>The extension to append to the output filename.</value>
  33.         </member>
  34.         <member name="P:NAnt.NUnit.Types.FormatterData.OutputDirectory">
  35.             <summary>
  36.             Gets or sets the directory where the output file should be written 
  37.             to, if <see cref="P:NAnt.NUnit.Types.FormatterData.UseFile"/> is <see langword="true"/>.
  38.             </summary> 
  39.             <value>
  40.             The directory where the output file should be written to.
  41.             </value>
  42.         </member>
  43.         <member name="T:NAnt.NUnit.Types.FormatterDataCollection">
  44.             <summary>
  45.             Contains a strongly typed collection of <see cref="T:NAnt.NUnit.Types.FormatterData"/> objects.
  46.             </summary>
  47.         </member>
  48.         <member name="M:NAnt.NUnit.Types.FormatterDataCollection.#ctor">
  49.             <summary>
  50.             Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/> class.
  51.             </summary>
  52.         </member>
  53.         <member name="M:NAnt.NUnit.Types.FormatterDataCollection.#ctor(NAnt.NUnit.Types.FormatterDataCollection)">
  54.             <summary>
  55.             Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/> class
  56.             with the specified <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/> instance.
  57.             </summary>
  58.         </member>
  59.         <member name="M:NAnt.NUnit.Types.FormatterDataCollection.#ctor(NAnt.NUnit.Types.FormatterData[])">
  60.             <summary>
  61.             Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/> class
  62.             with the specified array of <see cref="T:NAnt.NUnit.Types.FormatterData"/> instances.
  63.             </summary>
  64.         </member>
  65.         <member name="M:NAnt.NUnit.Types.FormatterDataCollection.Add(NAnt.NUnit.Types.FormatterData)">
  66.             <summary>
  67.             Adds a <see cref="T:NAnt.NUnit.Types.FormatterData"/> to the end of the collection.
  68.             </summary>
  69.             <param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterData"/> to be added to the end of the collection.</param> 
  70.             <returns>The position into which the new element was inserted.</returns>
  71.         </member>
  72.         <member name="M:NAnt.NUnit.Types.FormatterDataCollection.AddRange(NAnt.NUnit.Types.FormatterData[])">
  73.             <summary>
  74.             Adds the elements of a <see cref="T:NAnt.NUnit.Types.FormatterData"/> array to the end of the collection.
  75.             </summary>
  76.             <param name="items">The array of <see cref="T:NAnt.NUnit.Types.FormatterData"/> elements to be added to the end of the collection.</param> 
  77.         </member>
  78.         <member name="M:NAnt.NUnit.Types.FormatterDataCollection.AddRange(NAnt.NUnit.Types.FormatterDataCollection)">
  79.             <summary>
  80.             Adds the elements of a <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/> to the end of the collection.
  81.             </summary>
  82.             <param name="items">The <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/> to be added to the end of the collection.</param> 
  83.         </member>
  84.         <member name="M:NAnt.NUnit.Types.FormatterDataCollection.Contains(NAnt.NUnit.Types.FormatterData)">
  85.             <summary>
  86.             Determines whether a <see cref="T:NAnt.NUnit.Types.FormatterData"/> is in the collection.
  87.             </summary>
  88.             <param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterData"/> to locate in the collection.</param> 
  89.             <returns>
  90.             <see langword="true"/> if <paramref name="item"/> is found in the 
  91.             collection; otherwise, <see langword="false"/>.
  92.             </returns>
  93.         </member>
  94.         <member name="M:NAnt.NUnit.Types.FormatterDataCollection.CopyTo(NAnt.NUnit.Types.FormatterData[],System.Int32)">
  95.             <summary>
  96.             Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.        
  97.             </summary>
  98.             <param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param> 
  99.             <param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
  100.         </member>
  101.         <member name="M:NAnt.NUnit.Types.FormatterDataCollection.IndexOf(NAnt.NUnit.Types.FormatterData)">
  102.             <summary>
  103.             Retrieves the index of a specified <see cref="T:NAnt.NUnit.Types.FormatterData"/> object in the collection.
  104.             </summary>
  105.             <param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterData"/> object for which the index is returned.</param> 
  106.             <returns>
  107.             The index of the specified <see cref="T:NAnt.NUnit.Types.FormatterData"/>. If the <see cref="T:NAnt.NUnit.Types.FormatterData"/> is not currently a member of the collection, it returns -1.
  108.             </returns>
  109.         </member>
  110.         <member name="M:NAnt.NUnit.Types.FormatterDataCollection.Insert(System.Int32,NAnt.NUnit.Types.FormatterData)">
  111.             <summary>
  112.             Inserts a <see cref="T:NAnt.NUnit.Types.FormatterData"/> into the collection at the specified index.
  113.             </summary>
  114.             <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
  115.             <param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterData"/> to insert.</param>
  116.         </member>
  117.         <member name="M:NAnt.NUnit.Types.FormatterDataCollection.GetEnumerator">
  118.             <summary>
  119.             Returns an enumerator that can iterate through the collection.
  120.             </summary>
  121.             <returns>
  122.             A <see cref="T:NAnt.NUnit.Types.FormatterDataEnumerator"/> for the entire collection.
  123.             </returns>
  124.         </member>
  125.         <member name="M:NAnt.NUnit.Types.FormatterDataCollection.Remove(NAnt.NUnit.Types.FormatterData)">
  126.             <summary>
  127.             Removes a member from the collection.
  128.             </summary>
  129.             <param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterData"/> to remove from the collection.</param>
  130.         </member>
  131.         <member name="P:NAnt.NUnit.Types.FormatterDataCollection.Item(System.Int32)">
  132.             <summary>
  133.             Gets or sets the element at the specified index.
  134.             </summary>
  135.             <param name="index">The zero-based index of the element to get or set.</param>
  136.         </member>
  137.         <member name="T:NAnt.NUnit.Types.FormatterDataEnumerator">
  138.             <summary>
  139.             Enumerates the <see cref="T:NAnt.NUnit.Types.FormatterData"/> elements of a <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/>.
  140.             </summary>
  141.         </member>
  142.         <member name="M:NAnt.NUnit.Types.FormatterDataEnumerator.#ctor(NAnt.NUnit.Types.FormatterDataCollection)">
  143.             <summary>
  144.             Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterDataEnumerator"/> class
  145.             with the specified <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/>.
  146.             </summary>
  147.             <param name="arguments">The collection that should be enumerated.</param>
  148.         </member>
  149.         <member name="M:NAnt.NUnit.Types.FormatterDataEnumerator.MoveNext">
  150.             <summary>
  151.             Advances the enumerator to the next element of the collection.
  152.             </summary>
  153.             <returns>
  154.             <see langword="true" /> if the enumerator was successfully advanced 
  155.             to the next element; <see langword="false" /> if the enumerator has 
  156.             passed the end of the collection.
  157.             </returns>
  158.         </member>
  159.         <member name="M:NAnt.NUnit.Types.FormatterDataEnumerator.Reset">
  160.             <summary>
  161.             Sets the enumerator to its initial position, which is before the 
  162.             first element in the collection.
  163.             </summary>
  164.         </member>
  165.         <member name="P:NAnt.NUnit.Types.FormatterDataEnumerator.Current">
  166.             <summary>
  167.             Gets the current element in the collection.
  168.             </summary>
  169.             <returns>
  170.             The current element in the collection.
  171.             </returns>
  172.         </member>
  173.         <member name="T:NAnt.NUnit.Types.FormatterType">
  174.             <summary>
  175.             The built-in formatter types.
  176.             </summary>
  177.         </member>
  178.         <member name="F:NAnt.NUnit.Types.FormatterType.Plain">
  179.             <summary>
  180.             A plaintext formatter.
  181.             </summary>
  182.         </member>
  183.         <member name="F:NAnt.NUnit.Types.FormatterType.Xml">
  184.             <summary>
  185.             An XML formatter.
  186.             </summary>
  187.         </member>
  188.         <member name="T:NAnt.NUnit.Types.FormatterElement">
  189.             <summary>
  190.             Represents the FormatterElement of the NUnit task.
  191.             </summary>
  192.         </member>
  193.         <member name="P:NAnt.NUnit.Types.FormatterElement.Type">
  194.             <summary>
  195.             Type of formatter - either <see cref="F:NAnt.NUnit.Types.FormatterType.Plain"/> or
  196.             <see cref="F:NAnt.NUnit.Types.FormatterType.Xml"/>. 
  197.             </summary>
  198.         </member>
  199.         <member name="P:NAnt.NUnit.Types.FormatterElement.Extension">
  200.             <summary>
  201.             Extension to append to the output filename.
  202.             </summary> 
  203.         </member>
  204.         <member name="P:NAnt.NUnit.Types.FormatterElement.UseFile">
  205.             <summary>
  206.             Determines whether output should be persisted to a file. The default 
  207.             is <see langword="false" />.
  208.             </summary> 
  209.         </member>
  210.         <member name="P:NAnt.NUnit.Types.FormatterElement.OutputDirectory">
  211.             <summary>
  212.             Specifies the directory where the output file should be written to,
  213.             if <see cref="P:NAnt.NUnit.Types.FormatterElement.UseFile"/> is <see langword="true"/>.  If not 
  214.             specified, the output file will be written to the directory where
  215.             the test module is located.
  216.             </summary> 
  217.         </member>
  218.         <member name="P:NAnt.NUnit.Types.FormatterElement.Data">
  219.             <summary>
  220.             Gets the underlying <see cref="T:NAnt.NUnit.Types.FormatterData"/> for the element.
  221.             </summary>
  222.         </member>
  223.         <member name="T:NAnt.NUnit.Types.FormatterElementCollection">
  224.             <summary>
  225.             Contains a strongly typed collection of <see cref="T:NAnt.NUnit.Types.FormatterElement"/> objects.
  226.             </summary>
  227.         </member>
  228.         <member name="M:NAnt.NUnit.Types.FormatterElementCollection.#ctor">
  229.             <summary>
  230.             Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/> class.
  231.             </summary>
  232.         </member>
  233.         <member name="M:NAnt.NUnit.Types.FormatterElementCollection.#ctor(NAnt.NUnit.Types.FormatterElementCollection)">
  234.             <summary>
  235.             Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/> class
  236.             with the specified <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/> instance.
  237.             </summary>
  238.         </member>
  239.         <member name="M:NAnt.NUnit.Types.FormatterElementCollection.#ctor(NAnt.NUnit.Types.FormatterElement[])">
  240.             <summary>
  241.             Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/> class
  242.             with the specified array of <see cref="T:NAnt.NUnit.Types.FormatterElement"/> instances.
  243.             </summary>
  244.         </member>
  245.         <member name="M:NAnt.NUnit.Types.FormatterElementCollection.Add(NAnt.NUnit.Types.FormatterElement)">
  246.             <summary>
  247.             Adds a <see cref="T:NAnt.NUnit.Types.FormatterElement"/> to the end of the collection.
  248.             </summary>
  249.             <param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterElement"/> to be added to the end of the collection.</param> 
  250.             <returns>The position into which the new element was inserted.</returns>
  251.         </member>
  252.         <member name="M:NAnt.NUnit.Types.FormatterElementCollection.AddRange(NAnt.NUnit.Types.FormatterElement[])">
  253.             <summary>
  254.             Adds the elements of a <see cref="T:NAnt.NUnit.Types.FormatterElement"/> array to the end of the collection.
  255.             </summary>
  256.             <param name="items">The array of <see cref="T:NAnt.NUnit.Types.FormatterElement"/> elements to be added to the end of the collection.</param> 
  257.         </member>
  258.         <member name="M:NAnt.NUnit.Types.FormatterElementCollection.AddRange(NAnt.NUnit.Types.FormatterElementCollection)">
  259.             <summary>
  260.             Adds the elements of a <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/> to the end of the collection.
  261.             </summary>
  262.             <param name="items">The <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/> to be added to the end of the collection.</param> 
  263.         </member>
  264.         <member name="M:NAnt.NUnit.Types.FormatterElementCollection.Contains(NAnt.NUnit.Types.FormatterElement)">
  265.             <summary>
  266.             Determines whether a <see cref="T:NAnt.NUnit.Types.FormatterElement"/> is in the collection.
  267.             </summary>
  268.             <param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterElement"/> to locate in the collection.</param> 
  269.             <returns>
  270.             <see langword="true"/> if <paramref name="item"/> is found in the 
  271.             collection; otherwise, <see langword="false"/>.
  272.             </returns>
  273.         </member>
  274.         <member name="M:NAnt.NUnit.Types.FormatterElementCollection.CopyTo(NAnt.NUnit.Types.FormatterElement[],System.Int32)">
  275.             <summary>
  276.             Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.        
  277.             </summary>
  278.             <param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param> 
  279.             <param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
  280.         </member>
  281.         <member name="M:NAnt.NUnit.Types.FormatterElementCollection.IndexOf(NAnt.NUnit.Types.FormatterElement)">
  282.             <summary>
  283.             Retrieves the index of a specified <see cref="T:NAnt.NUnit.Types.FormatterElement"/> object in the collection.
  284.             </summary>
  285.             <param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterElement"/> object for which the index is returned.</param> 
  286.             <returns>
  287.             The index of the specified <see cref="T:NAnt.NUnit.Types.FormatterElement"/>. If the <see cref="T:NAnt.NUnit.Types.FormatterElement"/> is not currently a member of the collection, it returns -1.
  288.             </returns>
  289.         </member>
  290.         <member name="M:NAnt.NUnit.Types.FormatterElementCollection.Insert(System.Int32,NAnt.NUnit.Types.FormatterElement)">
  291.             <summary>
  292.             Inserts a <see cref="T:NAnt.NUnit.Types.FormatterElement"/> into the collection at the specified index.
  293.             </summary>
  294.             <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
  295.             <param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterElement"/> to insert.</param>
  296.         </member>
  297.         <member name="M:NAnt.NUnit.Types.FormatterElementCollection.GetEnumerator">
  298.             <summary>
  299.             Returns an enumerator that can iterate through the collection.
  300.             </summary>
  301.             <returns>
  302.             A <see cref="T:NAnt.NUnit.Types.FormatterElementEnumerator"/> for the entire collection.
  303.             </returns>
  304.         </member>
  305.         <member name="M:NAnt.NUnit.Types.FormatterElementCollection.Remove(NAnt.NUnit.Types.FormatterElement)">
  306.             <summary>
  307.             Removes a member from the collection.
  308.             </summary>
  309.             <param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterElement"/> to remove from the collection.</param>
  310.         </member>
  311.         <member name="P:NAnt.NUnit.Types.FormatterElementCollection.Item(System.Int32)">
  312.             <summary>
  313.             Gets or sets the element at the specified index.
  314.             </summary>
  315.             <param name="index">The zero-based index of the element to get or set.</param>
  316.         </member>
  317.         <member name="T:NAnt.NUnit.Types.FormatterElementEnumerator">
  318.             <summary>
  319.             Enumerates the <see cref="T:NAnt.NUnit.Types.FormatterElement"/> elements of a <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/>.
  320.             </summary>
  321.         </member>
  322.         <member name="M:NAnt.NUnit.Types.FormatterElementEnumerator.#ctor(NAnt.NUnit.Types.FormatterElementCollection)">
  323.             <summary>
  324.             Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterElementEnumerator"/> class
  325.             with the specified <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/>.
  326.             </summary>
  327.             <param name="arguments">The collection that should be enumerated.</param>
  328.         </member>
  329.         <member name="M:NAnt.NUnit.Types.FormatterElementEnumerator.MoveNext">
  330.             <summary>
  331.             Advances the enumerator to the next element of the collection.
  332.             </summary>
  333.             <returns>
  334.             <see langword="true" /> if the enumerator was successfully advanced 
  335.             to the next element; <see langword="false" /> if the enumerator has 
  336.             passed the end of the collection.
  337.             </returns>
  338.         </member>
  339.         <member name="M:NAnt.NUnit.Types.FormatterElementEnumerator.Reset">
  340.             <summary>
  341.             Sets the enumerator to its initial position, which is before the 
  342.             first element in the collection.
  343.             </summary>
  344.         </member>
  345.         <member name="P:NAnt.NUnit.Types.FormatterElementEnumerator.Current">
  346.             <summary>
  347.             Gets the current element in the collection.
  348.             </summary>
  349.             <returns>
  350.             The current element in the collection.
  351.             </returns>
  352.         </member>
  353.     </members>
  354. </doc>
  355.