Click or drag to resize

XmlDocumentationGetXmlDocumentationAsHtmlRow Method

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.

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetXmlDocumentationAsHtmlRow(
	MemberInfo member,
	XDocument xml,
	string baseUrl
)

Parameters

member
Type: System.ReflectionMemberInfo
The reflected member.
xml
Type: System.Xml.LinqXDocument
XML documentation.
baseUrl
Type: SystemString

[Missing <param name="baseUrl"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.XmlDocumentation.GetXmlDocumentationAsHtmlRow(System.Reflection.MemberInfo,System.Xml.Linq.XDocument,System.String)"]

Return Value

Type: String
The contents of the summary tag for the member.
See Also