DefaultPropertyFilterProvider<TModel>.PropertyIncludeExpressions Propriété

Définition

Expressions qui peuvent être utilisées pour générer un filtre de propriété qui peut filtrer les propriétés du modèle.

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

Valeur de propriété

S’applique à