Share via


SerializableConditionalExpression Members

A binary and XML serializable representation of a LINQ conditional expression

The following tables list the members exposed by the SerializableConditionalExpression type.

Public Constructors

  Name Description
  SerializableConditionalExpression  

Top

Public Properties

  Name Description
public property IfFalse The value of the test is false.
public property IfTrue The value of the test is true.
public property Key  Allows to attach a key to an expression. Maybe present or not. (Inherited from SerializableExpression)
public property NodeType  The node type (Inherited from SerializableExpression)
public property Test The test expression.
public property Type  The type of expression. (Inherited from SerializableExpression)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToExpression Overridden. Convert to LINQ expression.
public method ToExpression  Overloaded. (Inherited from SerializableExpression)
public method ToString Overridden. Convert to string.

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

SerializableConditionalExpression Class
Microsoft.SpecExplorer.ObjectModel Namespace