XmlDocumentation Methods |
The XmlDocumentation type exposes the following members.
| Name | Description | |
|---|---|---|
| GetFullUrl |
Get full url, combined of baseUrl and urlLocalTypePart
| |
| GetTypeFromText |
Get type for the specified type text
| |
| GetXmlDocumentation(ParameterInfo, String) |
Returns the XML documentation (returns/param tag) for the specified parameter.
| |
| GetXmlDocumentation(MemberInfo, String, String) |
Returns the XML documentation (summary tag) for the specified member.
| |
| GetXmlDocumentation(MemberInfo, XDocument, String) |
Returns the XML documentation (summary tag) for the specified member.
| |
| GetXmlDocumentation(ParameterInfo, String, String) |
Returns the XML documentation (returns/param tag) for the specified parameter.
| |
| GetXmlDocumentation(ParameterInfo, XDocument, String) |
Returns the XML documentation (returns/param tag) for the specified parameter.
| |
| GetXmlDocumentationAsHtmlRow |
Returns the XML documentation for the summary tag and the remarks tag for the specified member. The tags are returned as columns in a html table row.
| |
| GetXmlDocumentationAsText |
Returns the XML documentation for the summary tag and the remarks tag for the specified member. The tags are combined into one text.
| |
| GetXmlDocumentationPropertiesAsHtml |
Returns the XML documentation for properties for the specified type as a html page.
|