DefaultPropertyFilterProvider<TModel>.PropertyIncludeExpressions 속성

정의

모델 속성을 필터링할 수 있는 속성 필터를 생성하는 데 사용할 수 있는 식입니다.

public:
 virtual property System::Collections::Generic::IEnumerable<System::Linq::Expressions::Expression<Func<TModel, System::Object ^> ^> ^> ^ PropertyIncludeExpressions { System::Collections::Generic::IEnumerable<System::Linq::Expressions::Expression<Func<TModel, System::Object ^> ^> ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression<Func<TModel,object>>> PropertyIncludeExpressions { get; }
public virtual System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression<Func<TModel,object>>>? PropertyIncludeExpressions { get; }
public virtual System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression<Func<TModel,object?>>>? PropertyIncludeExpressions { get; }
member this.PropertyIncludeExpressions : seq<System.Linq.Expressions.Expression<Func<'Model, obj>>>
Public Overridable ReadOnly Property PropertyIncludeExpressions As IEnumerable(Of Expression(Of Func(Of TModel, Object)))

속성 값

적용 대상