[JEDI.NET-commits] docs Jedi.IO.xml,NONE,1.1 Jedi.Strings.xml,NONE,1.1 Jedi.Collections.xml,1.4,1.5
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2004-11-26 10:00:12
|
Update of /cvsroot/jedidotnet/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6502/docs Modified Files: Jedi.Collections.xml Jedi.Drawing.xml Jedi.System.xml Added Files: Jedi.IO.xml Jedi.Strings.xml Log Message: * Regenerated skeletons * Updated documentation Index: Jedi.System.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.System.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Jedi.System.xml 25 Jun 2004 13:11:32 -0000 1.4 --- Jedi.System.xml 26 Nov 2004 09:59:58 -0000 1.5 *************** *** 1,11 **** <?xml version="1.0" encoding="utf-8"?> <doc> ! <!--most recent auto update: 2004-06-25 13:01 UTC--> <assembly> <name>Jedi.Core</name> </assembly> <members> ! <member name="T:Jedi.System.NamespaceDoc"> ! <summary>The <b>Jedi.System</b> namespace provides common services used throughout the JEDI library.</summary> </member> <member name="T:Jedi.System.AttributeCombineOperation"> --- 1,11 ---- <?xml version="1.0" encoding="utf-8"?> <doc> ! <!--most recent auto update: 2004-11-25 21:14 UTC--> <assembly> <name>Jedi.Core</name> </assembly> <members> ! <member name="T:Jedi.System.NamespaceDoc"> ! <summary>The <b>Jedi.System</b> namespace provides common services used throughout the JEDI>NET library.</summary> </member> <member name="T:Jedi.System.AttributeCombineOperation"> *************** *** 38,41 **** --- 38,44 ---- <summary>Provides methods to work with or manipulate arrays or collections of attributes.</summary> </member> + <member name="M:Jedi.System.AttributeUtils.#ctor"> + <exclude /> + </member> <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.Attribute[],System.Attribute[])"> <overloads> *************** *** 187,190 **** --- 190,267 ---- </returns> </member> + <member name="M:Jedi.System.AttributeUtils.GetAttribute(System.Attribute[],System.Attribute)"> + <overloads> + Retrieves an attribute. + </overloads> + <summary> + Retrieves an attribute from the specified Attribute array that is equal to the specified attribute instance. + </summary> + <param name="attributes"> + The attribute array to search. + </param> + <param name="attr"> + An attribute instance to locate. + </param> + <returns> + <para> + An Attribute instance from the Attribute array that is equal to the instance in the <paramref name="attr" /> + parameter or <see langword="null" /> if such an attribute does not exist in the array. + </para> + </returns> + </member> + <member name="M:Jedi.System.AttributeUtils.GetAttribute(System.Attribute[],System.Type)"> + <summary> + Retrieves an attribute from the specified Attribute array that is of the specified attribute type. + </summary> + <param name="attributes"> + The attribute array to search. + </param> + <param name="attrType"> + An attribute type to locate. + </param> + <returns> + <para> + An Attribute instance from the Attribute array that is of the exact same type as the specified type in the + <paramref name="attrType" /> parameter or <see langword="null" /> if such an attribute does not exist in the + array. + </para> + </returns> + </member> + <member name="M:Jedi.System.AttributeUtils.GetAttribute(System.ComponentModel.AttributeCollection,System.Attribute)"> + <summary> + Retrieves an attribute from the specified AttributeCollection that is equal to the specified attribute instance. + </summary> + <param name="attributes"> + The attribute collection to search. + </param> + <param name="attr"> + An attribute instance to locate. + </param> + <returns> + <para> + An Attribute instance from the AttributeCollection that is equal to the instance in the + <paramref name="attr" /> parameter or <see langword="null" /> if such an attribute does not exist in the + collection. + </para> + </returns> + </member> + <member name="M:Jedi.System.AttributeUtils.GetAttribute(System.ComponentModel.AttributeCollection,System.Type)"> + <summary> + Retrieves an attribute from the specified AttributeCollection that is of the specified attribute type. + </summary> + <param name="attributes"> + The attribute collection to search. + </param> + <param name="attrType"> + An attribute type to locate. + </param> + <returns> + <para> + An Attribute instance from the AttributeCollection that is of the exact same type as the specified type in the + <paramref name="attrType" /> parameter or <see langword="null" /> if such an attribute does not exist in the + collection. + </para> + </returns> + </member> <member name="M:Jedi.System.AttributeUtils.IndexOf(System.Collections.ArrayList,System.Object)"> <summary>Locates an attribute by instance or by type.</summary> *************** *** 198,201 **** --- 275,304 ---- </returns> </member> + <member name="M:Jedi.System.AttributeUtils.ToArrayList(System.Attribute[])"> + <overloads> + Converts the specified Attribute array or AttributeCollection into an ArrayList. + </overloads> + <summary> + Converts the specified Attribute array into an ArrayList. + </summary> + <param name="attrs"> + Attribute array to convert into an ArrayList. + </param> + <returns> + An ArrayList containing the same elements as in the array specified by the <paramref name="attrs" /> parameter. + </returns> + </member> + <member name="M:Jedi.System.AttributeUtils.ToArrayList(System.ComponentModel.AttributeCollection)"> + <summary> + Converts the specified AttributeCollection into an ArrayList. + </summary> + <param name="attrs"> + AttributeCollection to convert into an ArrayList. + </param> + <returns> + An ArrayList containing the same elements as in the collection specified by the <paramref name="attrs" /> + parameter. + </returns> + </member> </members> </doc> \ No newline at end of file Index: Jedi.Drawing.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.Drawing.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Jedi.Drawing.xml 24 Jun 2004 17:18:16 -0000 1.2 --- Jedi.Drawing.xml 26 Nov 2004 09:59:58 -0000 1.3 *************** *** 1,54 **** <?xml version="1.0" encoding="utf-8"?> <doc> ! <!--most recent auto update: 2004-06-24 16:54 UTC--> <assembly> ! <name>Jedi.Drawing</name> </assembly> <members> <member name="T:Jedi.Drawing.NamespaceDoc"> <summary> ! </summary> ! <remarks> ! </remarks> </member> <member name="T:Jedi.Drawing.ColorUtils"> <summary> </summary> </member> <member name="M:Jedi.Drawing.ColorUtils.#ctor"> ! <summary> ! </summary> </member> <member name="M:Jedi.Drawing.ColorUtils.Blend(System.Drawing.Color,System.Drawing.Color,System.Int32)"> <summary> ! </summary> <param name="firstColor"> ! </param> <param name="secondColor"> ! </param> <param name="percentage"> ! </param> <returns> ! </returns> </member> <member name="M:Jedi.Drawing.ColorUtils.Brighten(System.Drawing.Color,System.Int32)"> <summary> ! </summary> <param name="baseColor"> ! </param> <param name="percentage"> ! </param> <returns> ! </returns> </member> <member name="M:Jedi.Drawing.ColorUtils.Darken(System.Drawing.Color,System.Int32)"> <summary> ! </summary> <param name="baseColor"> ! </param> <param name="percentage"> ! </param> <returns> ! </returns> </member> </members> --- 1,105 ---- <?xml version="1.0" encoding="utf-8"?> <doc> ! <!--most recent auto update: 2004-11-25 21:14 UTC--> <assembly> ! <name>Jedi.Graphics</name> </assembly> <members> <member name="T:Jedi.Drawing.NamespaceDoc"> <summary> ! The <b>Jedi.Drawing</b> namespace extends the System.Drawing namespace and provides various utility classes ! to perform specific tasks on System.Drawing classes. ! </summary> </member> <member name="T:Jedi.Drawing.ColorUtils"> <summary> + Provides additional processing related to the Color type. </summary> </member> <member name="M:Jedi.Drawing.ColorUtils.#ctor"> ! <exclude /> </member> <member name="M:Jedi.Drawing.ColorUtils.Blend(System.Drawing.Color,System.Drawing.Color,System.Int32)"> <summary> ! Blends two colors. ! </summary> <param name="firstColor"> ! First color to use in the blending process. ! </param> <param name="secondColor"> ! Second color to use in the blending process. ! </param> <param name="percentage"> ! The percentage of the color in the <paramref name="secondColor" /> parameter to mix in with the color in the ! <paramref name="firstColor" />. ! </param> <returns> ! A Color instance that is a mixture of the two specified colors. ! </returns> ! <remarks> ! <para> ! The method will use the difference between two colors, take the specified percentage of it and add it to the ! first color. This will be done for each of the <b>Red</b>, <b>Green</b> and <b>Blue</b> components separately. ! </para> ! </remarks> </member> <member name="M:Jedi.Drawing.ColorUtils.Brighten(System.Drawing.Color,System.Int32)"> <summary> ! Brightens a color. ! </summary> <param name="baseColor"> ! Color to brighten. ! </param> <param name="percentage"> ! Percentage to brighten the color with. ! </param> <returns> ! A Color instance that is a brighter version of the color specified by the <paramref name="baseColor" /> ! parameter. ! </returns> ! <remarks> ! <para> ! The brightening is accomplished by blending the color specified by the <paramref name="baseColor" /> ! parameter with Color.White, using the percentage specified by the <paramref name="percentage" /> parameter. ! </para> ! <para> ! The following code: ! <code> ! ColorUtils.Brighten(myColor, myPercentage) ! </code> ! can be rewritten as: ! <code> ! ColorUtils.Blend(myColor, Color.White, myPercentage) ! </code></para> ! </remarks> </member> <member name="M:Jedi.Drawing.ColorUtils.Darken(System.Drawing.Color,System.Int32)"> <summary> ! Darkens a color. ! </summary> <param name="baseColor"> ! Color to darken. ! </param> <param name="percentage"> ! Percentage to darken the color with. ! </param> <returns> ! A Color instance that is a darker version of the color specified by the <paramref name="baseColor" /> parameter. ! </returns> ! <remarks> ! <para> ! The darkening is accomplished by blending the color specified by the <paramref name="baseColor" /> ! parameter with Color.Black, using the percentage specified by the <paramref name="percentage" /> parameter. ! </para> ! <para> ! The following code: ! <code> ! ColorUtils.Darken(myColor, myPercentage) ! </code> ! can be rewritten as: ! <code> ! ColorUtils.Blend(Color.Black, myColor, myPercentage) ! </code></para> ! </remarks> </member> </members> Index: Jedi.Collections.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.Collections.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Jedi.Collections.xml 25 Jun 2004 13:11:32 -0000 1.4 --- Jedi.Collections.xml 26 Nov 2004 09:59:58 -0000 1.5 *************** *** 1,5 **** <?xml version="1.0" encoding="utf-8"?> <doc> ! <!--most recent auto update: 2004-06-25 13:01 UTC--> <assembly> <name>Jedi.Core</name> --- 1,5 ---- <?xml version="1.0" encoding="utf-8"?> <doc> ! <!--most recent auto update: 2004-11-25 20:43 UTC--> <assembly> <name>Jedi.Core</name> *************** *** 334,338 **** </returns> </member> ! <member name="M:Jedi.Collections.InlineCollectionUtils.CreateItemProperty(System.Type,System.Attribute[],System.Object,System.String,System.String,System.Object,System.Object)"> <summary> </summary> --- 334,338 ---- </returns> </member> ! <member name="M:Jedi.Collections.InlineCollectionUtils.CreateItemProperty(System.Type,System.Attribute[],System.Object,System.String,System.String,System.Object,System.Object,System.Boolean)"> <summary> </summary> *************** *** 351,354 **** --- 351,356 ---- <param name="emptyValue"> </param> + <param name="ignoreDefaultProperty"> + </param> <returns> </returns> *************** *** 476,479 **** --- 478,571 ---- </returns> </member> + <member name="T:Jedi.Collections.ItemPropertyDescriptor.@MetaItemPropertyDescriptor"> + <summary> + </summary> + </member> + <member name="M:Jedi.Collections.ItemPropertyDescriptor+@MetaItemPropertyDescriptor.#ctor"> + <summary> + </summary> + </member> + <member name="M:Jedi.Collections.ItemPropertyDescriptor+@MetaItemPropertyDescriptor.@Create(System.Type,System.String,System.Type,System.Attribute[],System.Object,System.Object)"> + <summary> + </summary> + <param name="MetaItemPropertyDescriptor.@Create(System.Type,System.String,System.Type,System.Attribute[],System.Object,System.Object)@00componentType"> + </param> + <param name="MetaItemPropertyDescriptor.@Create(System.Type,System.String,System.Type,System.Attribute[],System.Object,System.Object)@01name"> + </param> + <param name="MetaItemPropertyDescriptor.@Create(System.Type,System.String,System.Type,System.Attribute[],System.Object,System.Object)@02propertyType"> + </param> + <param name="MetaItemPropertyDescriptor.@Create(System.Type,System.String,System.Type,System.Attribute[],System.Object,System.Object)@03attributes"> + </param> + <param name="MetaItemPropertyDescriptor.@Create(System.Type,System.String,System.Type,System.Attribute[],System.Object,System.Object)@04emptyValue"> + </param> + <param name="MetaItemPropertyDescriptor.@Create(System.Type,System.String,System.Type,System.Attribute[],System.Object,System.Object)@05index"> + </param> + <returns> + </returns> + </member> + <member name="F:Jedi.Collections.ItemPropertyDescriptor+@MetaItemPropertyDescriptor.@Instance"> + <summary> + </summary> + </member> + <member name="T:Jedi.Collections.ItemSubPropertyDescriptor.@MetaItemSubPropertyDescriptor"> + <summary> + </summary> + </member> + <member name="M:Jedi.Collections.ItemSubPropertyDescriptor+@MetaItemSubPropertyDescriptor.#ctor"> + <summary> + </summary> + </member> + <member name="M:Jedi.Collections.ItemSubPropertyDescriptor+@MetaItemSubPropertyDescriptor.@Create(System.Type,System.String,System.String,System.ComponentModel.PropertyDescriptor,System.Type,System.Object,System.Object)"> + <summary> + </summary> + <param name="MetaItemSubPropertyDescriptor.@Create(System.Type,System.String,System.String,System.ComponentModel.PropertyDescriptor,System.Type,System.Object,System.Object)@00componentType"> + </param> + <param name="MetaItemSubPropertyDescriptor.@Create(System.Type,System.String,System.String,System.ComponentModel.PropertyDescriptor,System.Type,System.Object,System.Object)@01name"> + </param> + <param name="MetaItemSubPropertyDescriptor.@Create(System.Type,System.String,System.String,System.ComponentModel.PropertyDescriptor,System.Type,System.Object,System.Object)@02description"> + </param> + <param name="MetaItemSubPropertyDescriptor.@Create(System.Type,System.String,System.String,System.ComponentModel.PropertyDescriptor,System.Type,System.Object,System.Object)@03property"> + </param> + <param name="MetaItemSubPropertyDescriptor.@Create(System.Type,System.String,System.String,System.ComponentModel.PropertyDescriptor,System.Type,System.Object,System.Object)@04itemType"> + </param> + <param name="MetaItemSubPropertyDescriptor.@Create(System.Type,System.String,System.String,System.ComponentModel.PropertyDescriptor,System.Type,System.Object,System.Object)@05emptyValue"> + </param> + <param name="MetaItemSubPropertyDescriptor.@Create(System.Type,System.String,System.String,System.ComponentModel.PropertyDescriptor,System.Type,System.Object,System.Object)@06index"> + </param> + <returns> + </returns> + </member> + <member name="F:Jedi.Collections.ItemSubPropertyDescriptor+@MetaItemSubPropertyDescriptor.@Instance"> + <summary> + </summary> + </member> + <member name="T:Jedi.Collections.NewItemPropertyDescriptor.@MetaNewItemPropertyDescriptor"> + <summary> + </summary> + </member> + <member name="M:Jedi.Collections.NewItemPropertyDescriptor+@MetaNewItemPropertyDescriptor.#ctor"> + <summary> + </summary> + </member> + <member name="M:Jedi.Collections.NewItemPropertyDescriptor+@MetaNewItemPropertyDescriptor.@Create(System.Type,System.String,System.Type,System.Attribute[],System.Object)"> + <summary> + </summary> + <param name="MetaNewItemPropertyDescriptor.@Create(System.Type,System.String,System.Type,System.Attribute[],System.Object)@0componentType"> + </param> + <param name="MetaNewItemPropertyDescriptor.@Create(System.Type,System.String,System.Type,System.Attribute[],System.Object)@1name"> + </param> + <param name="MetaNewItemPropertyDescriptor.@Create(System.Type,System.String,System.Type,System.Attribute[],System.Object)@2propertyType"> + </param> + <param name="MetaNewItemPropertyDescriptor.@Create(System.Type,System.String,System.Type,System.Attribute[],System.Object)@3attributes"> + </param> + <param name="MetaNewItemPropertyDescriptor.@Create(System.Type,System.String,System.Type,System.Attribute[],System.Object)@4propertyId"> + </param> + <returns> + </returns> + </member> + <member name="F:Jedi.Collections.NewItemPropertyDescriptor+@MetaNewItemPropertyDescriptor.@Instance"> + <summary> + </summary> + </member> </members> </doc> \ No newline at end of file --- NEW FILE: Jedi.IO.xml --- <?xml version="1.0" encoding="utf-8"?> <doc> <!--most recent auto update: 2004-11-25 20:27 UTC--> <assembly> <name>Jedi.Persistence</name> </assembly> <members> <member name="T:Jedi.IO.NamespaceDoc"> <summary> </summary> <remarks> </remarks> </member> <member name="T:Jedi.IO.Path"> <summary> </summary> </member> <member name="M:Jedi.IO.Path.#ctor"> <summary> </summary> </member> <member name="M:Jedi.IO.Path.Combine(System.String,System.String)"> <summary> </summary> <param name="path1"> </param> <param name="path2"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.Combine(System.String,System.String,Jedi.IO.Path+PathConfig)"> <summary> </summary> <param name="path1"> </param> <param name="path2"> </param> <param name="config"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.Combine(System.String[])"> <summary> </summary> <param name="paths"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.Combine(System.String[],Jedi.IO.Path+PathConfig)"> <summary> </summary> <param name="paths"> </param> <param name="config"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.EnsureEndingDirectorySeparator(System.String)"> <summary> </summary> <param name="path"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.EnsureEndingDirectorySeparator(System.String,Jedi.IO.Path+PathConfig)"> <summary> </summary> <param name="path"> </param> <param name="config"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.IsPathRooted(System.String)"> <summary> </summary> <param name="path"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.IsPathRooted(System.String,Jedi.IO.Path+PathConfig)"> <summary> </summary> <param name="path"> </param> <param name="config"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.IsValid(System.String)"> <summary> </summary> <param name="path"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.IsValid(System.String,Jedi.IO.Path+PathConfig)"> <summary> </summary> <param name="path"> </param> <param name="config"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.IsValid(System.String,System.Boolean)"> <summary> </summary> <param name="path"> </param> <param name="allowWildcards"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.IsValid(System.String,System.Boolean,Jedi.IO.Path+PathConfig)"> <summary> </summary> <param name="path"> </param> <param name="allowWildcards"> </param> <param name="config"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.IsVolumePath(System.String)"> <summary> </summary> <param name="path"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.IsVolumePath(System.String,Jedi.IO.Path+PathConfig)"> <summary> </summary> <param name="path"> </param> <param name="config"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.Normalize(System.String)"> <summary> </summary> <param name="path"> </param> <returns> </returns> </member> <member name="M:Jedi.IO.Path.Normalize(System.String,Jedi.IO.Path+PathConfig)"> <summary> </summary> <param name="path"> </param> <param name="config"> </param> <returns> </returns> </member> <member name="T:Jedi.IO.Path.PathConfig"> <summary> </summary> </member> <member name="F:Jedi.IO.Path.SysConfig"> <summary> </summary> </member> <member name="M:Jedi.IO.Path.SystemConfig"> <summary> </summary> <returns> </returns> </member> <member name="M:Jedi.IO.Path+PathConfig.#ctor"> <summary> </summary> </member> <member name="M:Jedi.IO.Path+PathConfig.#ctor(System.Char,System.Char,System.Char,System.Char[])"> <summary> </summary> <param name="directorySeparator"> </param> <param name="altDirectorySeparator"> </param> <param name="volumeSeparator"> </param> <param name="invalidPathChars"> </param> </member> <member name="M:Jedi.IO.Path+PathConfig.AltDirectorySeparator"> <summary> </summary> <returns> </returns> </member> <member name="M:Jedi.IO.Path+PathConfig.DirectorySeparator"> <summary> </summary> <returns> </returns> </member> <member name="M:Jedi.IO.Path+PathConfig.InvalidPathChars"> <summary> </summary> <returns> </returns> </member> <member name="M:Jedi.IO.Path+PathConfig.VolumeSeparator"> <summary> </summary> <returns> </returns> </member> <member name="T:Jedi.IO.PathException"> <summary> </summary> </member> <member name="M:Jedi.IO.PathException.#ctor"> <summary> </summary> </member> <member name="M:Jedi.IO.PathException.#ctor(System.String)"> <summary> </summary> <param name="message"> </param> </member> <member name="M:Jedi.IO.PathException.#ctor(System.String,System.Exception)"> <summary> </summary> <param name="message"> </param> <param name="innerException"> </param> </member> </members> </doc> --- NEW FILE: Jedi.Strings.xml --- <?xml version="1.0" encoding="utf-8"?> <doc> <!--most recent auto update: 2004-11-25 21:14 UTC--> <assembly> <name>Jedi.Text</name> </assembly> <members> <member name="T:Jedi.Strings.NamespaceDoc"> <summary> The <b>Jedi.Strings</b> namespace provides classes that perform tasks on strings. </summary> </member> <member name="T:Jedi.Strings.ExtractQuotedStringFlags"> <summary> Flags used in one of the ExtractQuotedString overloaded methods to specify the behavior. </summary> </member> <member name="F:Jedi.Strings.ExtractQuotedStringFlags.Default"> <summary> No exception will be thrown if the ending quote character is not specified, nor if there is additional text after the end quote. </summary> </member> <member name="F:Jedi.Strings.ExtractQuotedStringFlags.EndQuoteMandetory"> <summary> An exception will be thrown if the ending quote character is not specified. </summary> </member> <member name="F:Jedi.Strings.ExtractQuotedStringFlags.IgnoreGarbage"> <summary> An exception will be thrown if the there is additional text after the end quote. </summary> </member> <member name="T:Jedi.Strings.StringUtils"> <summary> Utility class containing <cref langword="static" /> methods that can perform manipulations on a string. </summary> </member> <member name="M:Jedi.Strings.StringUtils.#ctor"> <exclude /> </member> <member name="M:Jedi.Strings.StringUtils.After(System.String,System.Char)"> <summary> Returns the part of a string following a delimiter character. </summary> <param name="s"> Input string. </param> <param name="delimiter"> Character that acts as a delimiter. </param> <returns> <para> A <see cref="T:System.String" /> containing everything of the string in the <paramref name="s" /> parameter after the first occurance of the character specified in the <paramref name="delimiter" /> parameter. </para> <para> -or- </para> <para> An <see cref="M:System.String.Empty">Empty</see> string if that character was not found. </para> </returns> </member> <member name="M:Jedi.Strings.StringUtils.AfterAnyOf(System.String,System.Char[])"> <summary> Returns the part of a string following a delimiter character. </summary> <param name="s"> Input string. </param> <param name="delimiters"> Array of characters that act as delimiters. </param> <returns> <para> A <see cref="T:System.String" /> containing everything of the string in the <paramref name="s" /> parameter after the first occurance of any of the characters specified in the <paramref name="delimiters" /> parameter. </para> <para> -or- </para> <para> An <see cref="M:System.String.Empty">Empty</see> string if none of those character was found. </para> </returns> </member> <member name="M:Jedi.Strings.StringUtils.AfterLast(System.String,System.Char)"> <summary> Returns the part of a string following a delimiter character. </summary> <param name="s"> Input string. </param> <param name="delimiter"> Character that acts as a delimiter. </param> <returns> <para> A <see cref="T:System.String" /> containing everything of the string in the <paramref name="s" /> parameter after the last occurance of the character specified in the <paramref name="delimiter" /> parameter. </para> <para> -or- </para> <para> An <see cref="M:System.String.Empty">Empty</see> string if that character was not found. </para> </returns> </member> <member name="M:Jedi.Strings.StringUtils.AfterLastAnyOf(System.String,System.Char[])"> <summary> Returns the part of a string following a delimiter character. </summary> <param name="s"> Input string. </param> <param name="delimiters"> Array of characters that act as delimiters. </param> <returns> <para> A <see cref="T:System.String" /> containing everything of the string in the <paramref name="s" /> parameter after the last occurance of any of the characters specified in the <paramref name="delimiters" /> parameter. </para> <para> -or- </para> <para> An <see cref="M:System.String.Empty">Empty</see> string if none of those character was found. </para> </returns> </member> <member name="M:Jedi.Strings.StringUtils.Before(System.String,System.Char)"> <summary> Returns the part of a string preceeding a delimiter character. </summary> <param name="s"> Input string. </param> <param name="delimiter"> Character that acts as a delimiter. </param> <returns> <para> A <see cref="T:System.String" /> containing everything of the string in the <paramref name="s" /> parameter before the first occurance of the character specified in the <paramref name="delimiter" /> parameter. </para> <para> -or- </para> <para> A <see cref="T:System.String" /> equivalent to the one specified by the <paramref name="s" /> parameter if that character was not found. </para> </returns> </member> <member name="M:Jedi.Strings.StringUtils.BeforeAnyOf(System.String,System.Char[])"> <summary> Returns the part of a string preceeding a delimiter character. </summary> <param name="s"> Input string. </param> <param name="delimiters"> Array of characters that act as delimiters. </param> <returns> <para> A <see cref="T:System.String" /> containing everything of the string in the <paramref name="s" /> parameter before the first occurance of any of the characters specified in the <paramref name="delimiters" /> parameter. </para> <para> -or- </para> <para> A <see cref="T:System.String" /> equivalent to the one specified by the <paramref name="s" /> parameter if none of those characters was found. </para> </returns> </member> <member name="M:Jedi.Strings.StringUtils.BeforeLast(System.String,System.Char)"> <summary> Returns the part of a string preceeding a delimiter character. </summary> <param name="s"> Input string. </param> <param name="delimiter"> Character that acts as a delimiter. </param> <returns> <para> A <see cref="T:System.String" /> containing everything of the string in the <paramref name="s" /> parameter before the last occurance of the character specified in the <paramref name="delimiter" /> parameter. </para> <para> -or- </para> <para> A <see cref="T:System.String" /> equivalent to the one specified by the <paramref name="s" /> parameter if that character was not found. </para> </returns> </member> <member name="M:Jedi.Strings.StringUtils.BeforeLastAnyOf(System.String,System.Char[])"> <summary> Returns the part of a string preceeding a delimiter character. </summary> <param name="s"> Input string. </param> <param name="delimiters"> Array of characters that act as delimiters. </param> <returns> <para> A <see cref="T:System.String" /> containing everything of the string in the <paramref name="s" /> parameter before the last occurance of any of the characters specified in the <paramref name="delimiters" /> parameter. </para> <para> -or- </para> <para> A <see cref="T:System.String" /> equivalent to the one specified by the <paramref name="s" /> parameter if none of those characters was found. </para> </returns> </member> <member name="M:Jedi.Strings.StringUtils.ExpandTabs(System.String,Jedi.Strings.StringUtils.TabSet)"> <overloads> Expands the tab characters in a string into spaces. </overloads> <summary> Expands the tab characters in a string using a TabSet to specify the tabulation positions. </summary> <param name="s"> The string to expand the tabs in. </param> <param name="tabSet"> The TabSet specifying tabulation positions. </param> <returns> A <see cref="T:System.String" /> equivalent to the one specified by the <paramref name="s" /> parameter with all of the tab characters expanded into spaces following the settings of the <paramref name="tabSet" /> parameter. </returns> </member> <member name="M:Jedi.Strings.StringUtils.ExpandTabs(System.String,System.Int32[])"> <summary> Expands the tab characters in a string using the specified array of tabulation positions and a default tab width. </summary> <param name="s"> The string to expand the tabs in. </param> <param name="tabs"> Array containing tabulation positions. The array should not contain duplicate integers, but the order is not important. </param> <returns> A <see cref="T:System.String" /> equivalent to the one specified by the <paramref name="s" /> parameter with all of the tab characters expanded into spaces following the settings of the <paramref name="tabs" /> parameter. </returns> <remarks> <para> If the expansion process runs out of tabulation positions, new positions are calculated based on the difference between the last two positions. If only one position is given, that position is also used as the difference to use to the additional tabs. If no positions are specified (ie. an empty array is specified), the difference will be set to 2. </para> <para> This overloaded version will create a TabSet instance and use it to perform the expansion. A call to this overloaded version can therefore be rewritten as: <code lang="C#"> StringUtils.ExpandTabs(s, new StringUtils.TabSet(tabs)) </code> <code lang="Visual Basic,C++,JScript"> StringUtils.ExpandTabs(s, StringUtils.TabSet.Create(tabs)) </code> </para> </remarks> </member> <member name="M:Jedi.Strings.StringUtils.ExpandTabs(System.String,System.Int32[],System.Int32)"> <summary> Expands the tab characters in a string using the specified array of tabulation positions and a specified tab width. </summary> <param name="s"> The string to expand the tabs in. </param> <param name="tabs"> Array containing tabulation positions. The array should not contain duplicate integers, but the order is not important. </param> <param name="additionalTabsWidth"> The width to use for positions beyond the specified tab positions in the <paramref name="tabs" /> parameter. </param> <returns> A <see cref="T:System.String" /> equivalent to the one specified by the <paramref name="s" /> parameter with all of the tab characters expanded into spaces following the settings of the <paramref name="tabs" /> and <paramref name="additionalTabsWidth" /> parameters. </returns> </member> <member name="M:Jedi.Strings.StringUtils.ExtractQuotedString(System.String)"> <summary> </summary> <param name="s"> </param> <returns> </returns> </member> <member name="M:Jedi.Strings.StringUtils.ExtractQuotedString(System.String,Jedi.Strings.ExtractQuotedStringFlags)"> <summary> </summary> <param name="s"> </param> <param name="flags"> </param> <returns> </returns> </member> <member name="M:Jedi.Strings.StringUtils.ExtractQuotedString(System.String,System.Int32&)"> <summary> </summary> <param name="s"> </param> <param name="lastUsedChar"> </param> <returns> </returns> </member> <member name="M:Jedi.Strings.StringUtils.Left(System.String,System.Int32)"> <summary> </summary> <param name="s"> </param> <param name="length"> </param> <returns> </returns> </member> <member name="M:Jedi.Strings.StringUtils.Mid(System.String,System.Int32,System.Int32)"> <summary> </summary> <param name="s"> </param> <param name="from"> </param> <param name="to"> </param> <returns> </returns> </member> <member name="M:Jedi.Strings.StringUtils.QuoteString(System.String)"> <summary> </summary> <param name="s"> </param> <returns> </returns> </member> <member name="M:Jedi.Strings.StringUtils.QuoteString(System.String,System.Char)"> <summary> </summary> <param name="s"> </param> <param name="quoteChar"> </param> <returns> </returns> </member> <member name="M:Jedi.Strings.StringUtils.RemoveDuplicateChars(System.String,System.Char)"> <summary> </summary> <param name="s"> </param> <param name="char"> </param> <returns> </returns> </member> <member name="M:Jedi.Strings.StringUtils.RemoveDuplicateChars(System.String,System.Char[])"> <summary> </summary> <param name="s"> </param> <param name="chars"> </param> <returns> </returns> </member> <member name="M:Jedi.Strings.StringUtils.Repeat(System.String,System.Int32)"> <summary> </summary> <param name="s"> </param> <param name="count"> </param> <returns> </returns> </member> <member name="M:Jedi.Strings.StringUtils.Right(System.String,System.Int32)"> <summary> </summary> <param name="s"> </param> <param name="length"> </param> <returns> </returns> </member> <member name="T:Jedi.Strings.StringUtils.TabSet"> <summary> </summary> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.#ctor"> <summary> </summary> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.#ctor(System.Int32)"> <summary> </summary> <param name="defaultWidth"> </param> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.#ctor(System.Int32[])"> <summary> </summary> <param name="tabs"> </param> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.#ctor(System.Int32[],System.Int32)"> <summary> </summary> <param name="tabs"> </param> <param name="defaultWidth"> </param> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.Add(System.Int32)"> <summary> </summary> <param name="tabPosition"> </param> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.BeginUpdate"> <summary> </summary> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.Clear"> <summary> </summary> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.Clone"> <summary> </summary> <returns> </returns> </member> <member name="P:Jedi.Strings.StringUtils+TabSet.Count"> <summary> </summary> <value> </value> </member> <member name="P:Jedi.Strings.StringUtils+TabSet.DefaultWidth"> <summary> </summary> <value> </value> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.EndUpdate"> <summary> </summary> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.Equals(System.Object)"> <!-- this member is inherited and does not require documentation. <summary> </summary> <param name="obj"> </param> <returns> </returns>--> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.IsAutoWidth"> <summary> </summary> <returns> </returns> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.IsUpdating"> <summary> </summary> <returns> </returns> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.RealDefaultWidth"> <summary> </summary> <returns> </returns> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.RecalcDefaultWidth"> <summary> </summary> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.Remove(System.Int32,System.Boolean)"> <summary> </summary> <param name="tabPosition"> </param> <param name="includeFollowing"> </param> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.RemoveAt(System.Int32,System.Boolean)"> <summary> </summary> <param name="index"> </param> <param name="includeFollowing"> </param> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.TabFrom(System.Int32)"> <summary> </summary> <param name="pos"> </param> <returns> </returns> </member> <member name="P:Jedi.Strings.StringUtils+TabSet.Tabs(System.Int32)"> <summary> </summary> <param name="index"> </param> <value> </value> </member> <member name="M:Jedi.Strings.StringUtils+TabSet.ToString"> <!-- this member is inherited and does not require documentation. <summary> </summary> <returns> </returns>--> </member> </members> </doc> |