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

プロパティ値

適用対象