C# Class EFCoreWebAPI.Internal.WeatherDataRepository

Mostrar archivo Open project: julielerman/EFCore-ASPNetCore-WebAPI-RTM Class Usage Examples

Public Methods

Method Description
WeatherDataRepository ( WeatherContext context ) : EFCoreWebAPI.Data

Private Methods

Method Description
ConvertStateOfNode ( EntityEntryGraphNode node ) : void
ConvertToEFState ( ObjectState objectState ) : EntityState
GetAllEventsWithReactions ( ) : List
GetWeatherEventAndReactionsById ( int eventId ) : WeatherEvent
UpdateRandomStateWeatherEventGraphs ( List weatherEvents ) : int
UpdateWeatherEventOnly ( WeatherEvent weatherEvent ) : void

Method Details

WeatherDataRepository() public method

public WeatherDataRepository ( WeatherContext context ) : EFCoreWebAPI.Data
context EFCoreWebAPI.Data.WeatherContext
return EFCoreWebAPI.Data