Implemented interface member:
property
Attributes
Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel.Attributes
8 references to Attributes
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\ApplicationModelConventions.cs (1)
89
var parameterBaseConventions = GetConventions<IParameterModelBaseConvention>(conventions, property.
Attributes
);
Microsoft.AspNetCore.Mvc.Core.Test (7)
ApplicationModels\DefaultApplicationModelProviderTest.cs (6)
85
var attribute = Assert.Single(property.
Attributes
);
94
Assert.Empty(property.
Attributes
);
102
var attribute = Assert.Single(property.
Attributes
);
137
var attribute = Assert.Single(property.
Attributes
);
146
Assert.Empty(property.
Attributes
);
154
var attribute = Assert.Single(property.
Attributes
);
ApplicationModels\PropertyModelTest.cs (1)
19
propertyModel.BindingInfo = BindingInfo.GetBindingInfo(propertyModel.
Attributes
);