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.
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
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