SerializableEnumExpression Members
A binary and XML serializable representation of a LINQ enum expression
The following tables list the members exposed by the SerializableEnumExpression type.
Public Constructors
Name | Description | |
---|---|---|
SerializableEnumExpression |
Top
Public Properties
Name | Description | |
---|---|---|
Key | Allows to attach a key to an expression. Maybe present or not. (Inherited from SerializableExpression) | |
NodeType | The node type (Inherited from SerializableExpression) | |
Type | The type of expression. (Inherited from SerializableExpression) | |
Value | The constant value represented as a string. | |
ValueType | The constant value's type |
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
SerializableEnumExpression Class
Microsoft.SpecExplorer.ObjectModel Namespace