C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BindingSignatureSupport ( SignatureSupportType signatureSupportType, ValuePredicateType nodeType ) : Rebel.Framework.Linq.CriteriaGeneration.Expressions

Initializes a new instance of the BindingSignatureSupport class.

Описание методов

BindingSignatureSupport() публичный Метод

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.
Результат Rebel.Framework.Linq.CriteriaGeneration.Expressions