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

Inheritance: Expression
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
WriteXml ( System writer ) : void

Method Details

BinaryExpression() public méthode

public BinaryExpression ( NodeAttribute property, Operator op, NodeAttribute value ) : System
property NodeAttribute
op Operator
value NodeAttribute
Résultat System

BinaryExpression() public méthode

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

BinaryExpression() public méthode

public BinaryExpression ( NodeAttribute property, Operator op, object value ) : System
property NodeAttribute
op Operator
value object
Résultat System

BinaryExpression() public méthode

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

BinaryExpression() public méthode

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

BinaryExpression() public méthode

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

GetNodeAttribute() public static méthode

public static GetNodeAttribute ( DateTimeAttribute attr ) : NodeAttribute
attr DateTimeAttribute
Résultat NodeAttribute

GetNodeAttribute() public static méthode

public static GetNodeAttribute ( IntAttribute attr ) : NodeAttribute
attr IntAttribute
Résultat NodeAttribute

GetNodeAttribute() public static méthode

public static GetNodeAttribute ( ReferenceAttribute attr ) : NodeAttribute
attr ReferenceAttribute
Résultat NodeAttribute

GetNodeAttribute() public static méthode

public static GetNodeAttribute ( StringAttribute attr ) : NodeAttribute
attr StringAttribute
Résultat NodeAttribute

GetOperator() public static méthode

public static GetOperator ( StringOperator op ) : Operator
op StringOperator
Résultat Operator

GetOperator() public static méthode

public static GetOperator ( ValueOperator op ) : Operator
op ValueOperator
Résultat Operator