FilterConditionReadFromXml Method |
Reads the filter condition from XML input.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic static FilterCondition ReadFromXml(
XElement xCondition,
IMetadataProvider metadata
)
Public Shared Function ReadFromXml (
xCondition As XElement,
metadata As IMetadataProvider
) As FilterCondition
public:
static FilterCondition^ ReadFromXml(
XElement^ xCondition,
IMetadataProvider^ metadata
)
static member ReadFromXml :
xCondition : XElement *
metadata : IMetadataProvider -> FilterCondition
Parameters
- xCondition
- Type: System.Xml.LinqXElement
The XML element for the condition. - metadata
- Type: Aloe.SystemFrameworks.Domain.DataAccessIMetadataProvider
The meta-data provider. Required for transformation of type-specific serializations like dates, booleans, etc.
Return Value
Type:
FilterCondition
The read filter condition.
Exceptions
See Also