copyright and headers updated #2230
Annotations
10 warnings
Analyze (csharp):
COMETwebapp/Components/EngineeringModel/CommonFileStoresTable.razor.cs#L83
'CommonFileStoresTable.OnSelectedDataItemChanged(CommonFileStoreRowViewModel)' hides inherited member 'SelectedDataItemBase<CommonFileStore, CommonFileStoreRowViewModel>.OnSelectedDataItemChanged(CommonFileStoreRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Analyze (csharp):
COMETwebapp/Components/SiteDirectory/EngineeringModel/EngineeringModelsTable.razor.cs#L111
'EngineeringModelsTable.OnSelectedDataItemChanged(EngineeringModelRowViewModel)' hides inherited member 'SelectedDataItemBase<EngineeringModelSetup, EngineeringModelRowViewModel>.OnSelectedDataItemChanged(EngineeringModelRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Analyze (csharp):
COMETwebapp/Components/SiteDirectory/OrganizationsTable.razor.cs#L76
'OrganizationsTable.OnSelectedDataItemChanged(OrganizationRowViewModel)' hides inherited member 'SelectedDataItemBase<Organization, OrganizationRowViewModel>.OnSelectedDataItemChanged(OrganizationRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Analyze (csharp):
COMETwebapp/Components/SiteDirectory/Roles/ParticipantRolesTable.razor.cs#L83
'ParticipantRolesTable.OnSelectedDataItemChanged(ParticipantRoleRowViewModel)' hides inherited member 'SelectedDataItemBase<ParticipantRole, ParticipantRoleRowViewModel>.OnSelectedDataItemChanged(ParticipantRoleRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Analyze (csharp):
COMETwebapp/Components/EngineeringModel/OptionsTable.razor.cs#L78
'OptionsTable.OnSelectedDataItemChanged(OptionRowViewModel)' hides inherited member 'SelectedDataItemBase<Option, OptionRowViewModel>.OnSelectedDataItemChanged(OptionRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Analyze (csharp):
COMETwebapp/Components/EngineeringModel/PublicationsTable.razor.cs#L73
'PublicationsTable.OnSelectedDataItemChanged(PublicationRowViewModel)' hides inherited member 'SelectedDataItemBase<Publication, PublicationRowViewModel>.OnSelectedDataItemChanged(PublicationRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Analyze (csharp):
COMETwebapp/Components/SiteDirectory/Roles/PersonRolesTable.razor.cs#L83
'PersonRolesTable.OnSelectedDataItemChanged(PersonRoleRowViewModel)' hides inherited member 'SelectedDataItemBase<PersonRole, PersonRoleRowViewModel>.OnSelectedDataItemChanged(PersonRoleRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Analyze (csharp):
COMETwebapp/Components/EngineeringModel/CommonFileStoresTable.razor.cs#L83
'CommonFileStoresTable.OnSelectedDataItemChanged(CommonFileStoreRowViewModel)' hides inherited member 'SelectedDataItemBase<CommonFileStore, CommonFileStoreRowViewModel>.OnSelectedDataItemChanged(CommonFileStoreRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Analyze (csharp):
COMETwebapp/Components/SiteDirectory/EngineeringModel/EngineeringModelsTable.razor.cs#L111
'EngineeringModelsTable.OnSelectedDataItemChanged(EngineeringModelRowViewModel)' hides inherited member 'SelectedDataItemBase<EngineeringModelSetup, EngineeringModelRowViewModel>.OnSelectedDataItemChanged(EngineeringModelRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Analyze (csharp):
COMETwebapp/Components/SiteDirectory/OrganizationsTable.razor.cs#L76
'OrganizationsTable.OnSelectedDataItemChanged(OrganizationRowViewModel)' hides inherited member 'SelectedDataItemBase<Organization, OrganizationRowViewModel>.OnSelectedDataItemChanged(OrganizationRowViewModel)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|