Click or drag to resize

Document  Conversion (XElement to Document)

Cast the value of [T:T:System.XElement] to the Document.

Namespace:  Resto.Front.Api.Data.Print
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public static implicit operator Document (
	XElement markup
)

Parameters

markup
Type: System.Xml.LinqXElement

Return Value

Type: Document
See Also