다음을 통해 공유


ModelBoundQuerySettings 클래스

정의

이 클래스는 쿼리 컴퍼지션 중에 사용할 모델 바인딩된 설정에 대해 설명합니다.

public class ModelBoundQuerySettings
type ModelBoundQuerySettings = class
Public Class ModelBoundQuerySettings
상속
ModelBoundQuerySettings

생성자

ModelBoundQuerySettings()

클래스의 ModelBoundQuerySettings 새 인스턴스 인스턴스화

ModelBoundQuerySettings(ModelBoundQuerySettings)

클래스의 ModelBoundQuerySettings 새 인스턴스 복사 및 만들기

속성

Countable

적용할 수 있는 $count 나타냅니다.

DefaultEnableFilter

속성이 기본적으로 $filter 적용할 수 있는지 여부를 가져오거나 설정합니다.

DefaultEnableOrderBy

속성이 기본적으로 $orderby 적용할 수 있는지 여부를 가져오거나 설정합니다.

DefaultExpandType

탐색 속성의 기본값 SelectExpandType 을 가져오거나 설정합니다.

DefaultMaxDepth

탐색 속성의 기본 maxDepth를 가져오거나 설정합니다.

DefaultSelectType

속성이 기본적으로 $select 적용할 수 있는지 여부를 가져오거나 설정합니다.

ExpandConfigurations

ExpandConfiguration탐색 속성의 을 가져옵니다.

FilterConfigurations

속성의 $filter 구성을 가져옵니다.

MaxTop

클라이언트가 요청할 수 있는 $top의 최대값을 가져오거나 설정합니다.

OrderByConfigurations

속성의 $orderby 구성을 가져옵니다.

PageSize

반환할 최대 쿼리 결과 수를 가져오거나 설정합니다.

SelectConfigurations

속성의 $select 구성을 가져옵니다.

적용 대상