BuildMaster SDK Reference
Version:

Deserialize(System.Xml.Linq.XElement element) Method

Reads configuration for this instance from the specified XML element.

Syntax

public abstract object Deserialize(System.Xml.Linq.XElement element)

Parameters

element
Type: System.Xml.Linq.XElement

The XML element to read from.

Returns

Instance deserialized from the element.