aspnetcore/test/WebSites/ModelBindingWebSite/Models
Doug Bunting 6df288bce7 Correct StyleCop violations
- StyleCop working again (handles C# 6.0 additions) though only locally for me
- disable some new rules:
 - ConstFieldNamesMustBeginWithUpperCaseLetter
 - InstanceReadonlyElementsMustAppearBeforeInstanceNonReadonlyElements
 - StaticReadonlyElementsMustAppearBeforeStaticNonReadonlyElements
 - StaticReadonlyFieldsMustBeginWithUpperCaseLetter
 - PrefixCallsCorrectly
- correct remaining violations
 - lots of long lines for example
 - use more `var`; some manual updates since StyleCop doesn't check seemingly-unused blocks

nit: remove new trailing whitespace (was paranoid about adding it w/ fixes)
2015-01-06 16:23:57 -08:00
..
Address.cs Adding Support for TryUpdateModel using include expressions and predicate. 2014-11-26 17:44:50 -08:00
Company.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
Country.cs Adding Support for TryUpdateModel using include expressions and predicate. 2014-11-26 17:44:50 -08:00
Customer.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
Department.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
Document.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
Employee.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
EmployeeWithBinderMetadata.cs matched classnames with filenames 2014-11-25 11:21:17 -08:00
LargeModelWithValidation.cs
MixedUser_FromBody.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
MixedUser_FromForm.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
ModelWithValidation.cs
Person.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
User.cs Adding Support for TryUpdateModel using include expressions and predicate. 2014-11-26 17:44:50 -08:00