1 instantiation of PersonWithBindExclusion
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (1)
965
var model = new
PersonWithBindExclusion
12 references to PersonWithBindExclusion
Microsoft.AspNetCore.Mvc.Core.Test (12)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (12)
639
[InlineData(nameof(
PersonWithBindExclusion
.FirstName))]
640
[InlineData(nameof(
PersonWithBindExclusion
.LastName))]
644
var metadata = GetMetadataForProperty(typeof(
PersonWithBindExclusion
), property);
654
ModelMetadata = GetMetadataForType(typeof(
PersonWithBindExclusion
)),
667
[InlineData(nameof(
PersonWithBindExclusion
.NonUpdateableProperty))]
671
var metadata = GetMetadataForProperty(typeof(
PersonWithBindExclusion
), property);
681
ModelMetadata = GetMetadataForType(typeof(
PersonWithBindExclusion
)),
694
[InlineData(nameof(
PersonWithBindExclusion
.DateOfBirth))]
695
[InlineData(nameof(
PersonWithBindExclusion
.DateOfDeath))]
699
var metadata = GetMetadataForProperty(typeof(
PersonWithBindExclusion
), property);
706
ModelMetadata = GetMetadataForType(typeof(
PersonWithBindExclusion
)),
965
var
model = new PersonWithBindExclusion