C# Class Rebel.Framework.Linq.CriteriaGeneration.StructureMetadata.BindingSignatureSupport

Provides metadata to an expression tree binder in order to identify which types of methods or members are denoted by which ValuePredicateType by returning a SignatureSupportType.
Show file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
BindingSignatureSupport ( SignatureSupportType signatureSupportType, ValuePredicateType nodeType ) : Rebel.Framework.Linq.CriteriaGeneration.Expressions

Initializes a new instance of the BindingSignatureSupport class.

Method Details

BindingSignatureSupport() public method

Initializes a new instance of the BindingSignatureSupport class.
public BindingSignatureSupport ( SignatureSupportType signatureSupportType, ValuePredicateType nodeType ) : Rebel.Framework.Linq.CriteriaGeneration.Expressions
signatureSupportType SignatureSupportType Type of the signature support.
nodeType ValuePredicateType Type of the node.
return Rebel.Framework.Linq.CriteriaGeneration.Expressions