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.
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the BindingSignatureSupport class.

Method Details

BindingSignatureSupport() public méthode

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.
Résultat Rebel.Framework.Linq.CriteriaGeneration.Expressions