16 references to LifecycleProperty
Microsoft.AspNetCore.Mvc.ViewFeatures (16)
Filters\ControllerSaveTempDataPropertyFilterFactory.cs (2)
11
public ControllerSaveTempDataPropertyFilterFactory(IReadOnlyList<
LifecycleProperty
> properties)
16
public IReadOnlyList<
LifecycleProperty
> TempDataProperties { get; }
Filters\ControllerViewDataAttributeFilter.cs (3)
10
public ControllerViewDataAttributeFilter(IReadOnlyList<
LifecycleProperty
> properties)
17
public IReadOnlyList<
LifecycleProperty
> Properties { get; }
33
var
property = Properties[i];
Filters\ControllerViewDataAttributeFilterFactory.cs (2)
10
public ControllerViewDataAttributeFilterFactory(IReadOnlyList<
LifecycleProperty
> properties)
15
public IReadOnlyList<
LifecycleProperty
> Properties { get; }
Filters\SaveTempDataPropertyFilterBase.cs (6)
23
public IReadOnlyList<
LifecycleProperty
> Properties { get; set; }
48
var
property = Properties[i];
74
var
property = Properties[i];
82
public static IReadOnlyList<
LifecycleProperty
> GetTempDataProperties(
86
List<
LifecycleProperty
> results = null;
99
results = new List<
LifecycleProperty
>();
Filters\ViewDataAttributePropertyProvider.cs (3)
11
public static IReadOnlyList<
LifecycleProperty
> GetViewDataProperties(Type type)
13
List<
LifecycleProperty
> results = null;
26
results = new List<
LifecycleProperty
>();