다음을 통해 공유


FilterAttribute 클래스

정의

Attribute OData의 $filter 쿼리 옵션 설정과 상관 관계가 있는 클래스 또는 속성에 배치할 수 있는 을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=true)]
public sealed class FilterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=true)>]
type FilterAttribute = class
    inherit Attribute
Public NotInheritable Class FilterAttribute
Inherits Attribute
상속
FilterAttribute
특성

생성자

FilterAttribute()

FilterAttribute 클래스의 새 인스턴스를 초기화합니다.

FilterAttribute(String[])

허용되는 $filter 속성의 이름을 사용하여 클래스의 새 인스턴스 FilterAttribute 를 초기화합니다.

속성

Disabled

이러한 속성에 $filter 적용할 수 있는지 여부를 나타냅니다.

FilterConfigurations

속성의 $filter 구성을 가져오거나 설정합니다.

적용 대상