Click or drag to resize

IExpressionElement Interface

Interface definition for elements contained in an expression.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public interface IExpressionElement

The IExpressionElement type exposes the following members.

Properties
  NameDescription
Public propertyContents
The contents of the element
Public propertyType
The type of the element
Top
Methods
  NameDescription
Public methodReadXml
Deserializes the data on the xml reader into an expression element instance
Public methodWriteXml
Serializes object as xml to the writer specified.
Top
See Also