다음을 통해 공유


ODataConventionModelBuilder.Ignore 메서드

정의

오버로드

Ignore(Type[])

모델에서 형식을 제외합니다. 초기 모델 검색을 수행하는 동안 규칙에 의해 추가된 모델에서 형식을 제거하는 데 사용됩니다.

Ignore<T>()

모델에서 형식을 제외합니다. 초기 모델 검색을 수행하는 동안 규칙에 의해 추가된 모델에서 형식을 제거하는 데 사용됩니다.

Ignore(Type[])

모델에서 형식을 제외합니다. 초기 모델 검색을 수행하는 동안 규칙에 의해 추가된 모델에서 형식을 제거하는 데 사용됩니다.

public Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder Ignore (params Type[] types);
member this.Ignore : Type[] -> Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder
Public Function Ignore (ParamArray types As Type()) As ODataConventionModelBuilder

매개 변수

types
Type[]

모델에서 제외할 형식입니다.

반환

여러 호출을 연결할 수 있도록 합니다 .

적용 대상

Ignore<T>()

모델에서 형식을 제외합니다. 초기 모델 검색을 수행하는 동안 규칙에 의해 추가된 모델에서 형식을 제거하는 데 사용됩니다.

public Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder Ignore<T> ();
member this.Ignore : unit -> Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder
Public Function Ignore(Of T) () As ODataConventionModelBuilder

형식 매개 변수

T

반환

여러 호출을 연결할 수 있도록 합니다 .

적용 대상