1 instantiation of PersonWithBindExclusion
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (1)
833
var model = new
PersonWithBindExclusion
12 references to PersonWithBindExclusion
Microsoft.AspNetCore.Mvc.Core.Test (12)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (12)
458
[InlineData(nameof(
PersonWithBindExclusion
.FirstName))]
459
[InlineData(nameof(
PersonWithBindExclusion
.LastName))]
463
var metadata = GetMetadataForProperty(typeof(
PersonWithBindExclusion
), property);
473
ModelMetadata = GetMetadataForType(typeof(
PersonWithBindExclusion
)),
486
[InlineData(nameof(
PersonWithBindExclusion
.NonUpdateableProperty))]
490
var metadata = GetMetadataForProperty(typeof(
PersonWithBindExclusion
), property);
500
ModelMetadata = GetMetadataForType(typeof(
PersonWithBindExclusion
)),
513
[InlineData(nameof(
PersonWithBindExclusion
.DateOfBirth))]
514
[InlineData(nameof(
PersonWithBindExclusion
.DateOfDeath))]
518
var metadata = GetMetadataForProperty(typeof(
PersonWithBindExclusion
), property);
525
ModelMetadata = GetMetadataForType(typeof(
PersonWithBindExclusion
)),
833
var
model = new PersonWithBindExclusion