Click or drag to resize
ExpressionFieldElement Class
ExpressionFieldElement class, definition for field elements contained in an expression
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesExpressionElementIEntityFieldCore
    SD.LLBLGen.Pro.ORMSupportClassesExpressionFieldElement

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
[SerializableAttribute]
public class ExpressionFieldElement : ExpressionElement<IEntityFieldCore>, 
	IExpressionFieldElement, IExpressionElement

The ExpressionFieldElement type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIXmlSerializableGetSchema
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
(Inherited from ExpressionElementT.)
Explicit interface implementationPrivate methodIXmlSerializableReadXml
Generates an object from its XML representation.
(Inherited from ExpressionElementT.)
Explicit interface implementationPrivate methodIXmlSerializableWriteXml
Converts an object into its XML representation.
(Inherited from ExpressionElementT.)
Explicit interface implementationPrivate propertyIExpressionElementContents
The contents of the element
(Inherited from ExpressionElementT.)
Explicit interface implementationPrivate methodIExpressionElementReadXml
Deserializes the data on the xml reader into an expression element instance
(Inherited from ExpressionElementT.)
Explicit interface implementationPrivate methodIExpressionElementWriteXml
Serializes object as xml to the writer specified.
(Inherited from ExpressionElementT.)
Top
See Also