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)))

属性值

适用于