C# Class SenseNet.ContentRepository.Storage.Search.Internal.BinaryExpression

Inheritance: Expression
Mostra file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
BinaryExpression ( NodeAttribute property, Operator op, NodeAttribute value ) : System
BinaryExpression ( NodeAttribute property, Operator op, PropertyType value ) : System
BinaryExpression ( NodeAttribute property, Operator op, object value ) : System
BinaryExpression ( PropertyType property, Operator op, NodeAttribute value ) : System
BinaryExpression ( PropertyType property, Operator op, PropertyType value ) : System
BinaryExpression ( PropertyType property, Operator op, object value ) : System
GetNodeAttribute ( DateTimeAttribute attr ) : NodeAttribute
GetNodeAttribute ( IntAttribute attr ) : NodeAttribute
GetNodeAttribute ( ReferenceAttribute attr ) : NodeAttribute
GetNodeAttribute ( StringAttribute attr ) : NodeAttribute
GetOperator ( StringOperator op ) : Operator
GetOperator ( ValueOperator op ) : Operator

Private Methods

Method Description
WriteXml ( System writer ) : void

Method Details

BinaryExpression() public method

public BinaryExpression ( NodeAttribute property, Operator op, NodeAttribute value ) : System
property NodeAttribute
op Operator
value NodeAttribute
return System

BinaryExpression() public method

public BinaryExpression ( NodeAttribute property, Operator op, PropertyType value ) : System
property NodeAttribute
op Operator
value SenseNet.ContentRepository.Storage.Schema.PropertyType
return System

BinaryExpression() public method

public BinaryExpression ( NodeAttribute property, Operator op, object value ) : System
property NodeAttribute
op Operator
value object
return System

BinaryExpression() public method

public BinaryExpression ( PropertyType property, Operator op, NodeAttribute value ) : System
property SenseNet.ContentRepository.Storage.Schema.PropertyType
op Operator
value NodeAttribute
return System

BinaryExpression() public method

public BinaryExpression ( PropertyType property, Operator op, PropertyType value ) : System
property SenseNet.ContentRepository.Storage.Schema.PropertyType
op Operator
value SenseNet.ContentRepository.Storage.Schema.PropertyType
return System

BinaryExpression() public method

public BinaryExpression ( PropertyType property, Operator op, object value ) : System
property SenseNet.ContentRepository.Storage.Schema.PropertyType
op Operator
value object
return System

GetNodeAttribute() public static method

public static GetNodeAttribute ( DateTimeAttribute attr ) : NodeAttribute
attr DateTimeAttribute
return NodeAttribute

GetNodeAttribute() public static method

public static GetNodeAttribute ( IntAttribute attr ) : NodeAttribute
attr IntAttribute
return NodeAttribute

GetNodeAttribute() public static method

public static GetNodeAttribute ( ReferenceAttribute attr ) : NodeAttribute
attr ReferenceAttribute
return NodeAttribute

GetNodeAttribute() public static method

public static GetNodeAttribute ( StringAttribute attr ) : NodeAttribute
attr StringAttribute
return NodeAttribute

GetOperator() public static method

public static GetOperator ( StringOperator op ) : Operator
op StringOperator
return Operator

GetOperator() public static method

public static GetOperator ( ValueOperator op ) : Operator
op ValueOperator
return Operator