SerializableBinaryExpression Members
A binary and XML serializable representation of a LINQ binary expression
The following tables list the members exposed by the SerializableBinaryExpression type.
Public Constructors
Name | Description | |
---|---|---|
SerializableBinaryExpression |
Top
Public Properties
Name | Description | |
---|---|---|
Key | Allows to attach a key to an expression. Maybe present or not. (Inherited from SerializableExpression) | |
Left | The left operand. | |
NodeType | The node type (Inherited from SerializableExpression) | |
Right | The right operand. | |
Type | The type of expression. (Inherited from SerializableExpression) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToExpression | Overridden. Convert to LINQ expression. | |
ToExpression | Overloaded. (Inherited from SerializableExpression) | |
ToString | Overridden. Convert to string. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
SerializableBinaryExpression Class
Microsoft.SpecExplorer.ObjectModel Namespace