Click or drag to resize

FilterConditionGetXml Method

Gets the contents of the filter condition as XElements.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IEnumerable<XElement> GetXml(
	IMetadataProvider metadata
)

Parameters

metadata
Type: Aloe.SystemFrameworks.Domain.DataAccessIMetadataProvider
The meta-data provider. Required for transformation of type-specific serializations like dates, booleans, etc.

Return Value

Type: IEnumerableXElement
See Also