Click or drag to resize
IPredicateExpressionElement Interface
Interface used for the elements which are physically stored in a PredicateExpression. Generic

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface IPredicateExpressionElement

The IPredicateExpressionElement 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 object data on the xml reader into this instance
Public methodWriteXml
Serializes the object as xml to the writer specified.
Top
See Also