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.4.0.0 (5.4.0)
Syntaxpublic interface IPredicateExpressionElement
Public Interface IPredicateExpressionElement
The IPredicateExpressionElement type exposes the following members.
Properties
| Name | Description |
---|
![Public property Public property](../icons/pubproperty.gif) | Contents |
The contents of the Element
|
![Public property Public property](../icons/pubproperty.gif) | Type |
The type of the Element.
|
Top
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | ReadXml |
Deserializes the object data on the xml reader into this instance
|
![Public method Public method](../icons/pubmethod.gif) | WriteXml |
Serializes the object as xml to the writer specified.
|
Top
See Also