Click or drag to resize

XmlDocumentationGetXmlDocumentationAsText Method

Returns the XML documentation for the summary tag and the remarks tag for the specified member. The tags are combined into one text.

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 GetXmlDocumentationAsText(
	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.GetXmlDocumentationAsText(System.Reflection.MemberInfo,System.Xml.Linq.XDocument,System.String)"]

Return Value

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