C# Class EFCoreWebAPI.WeatherEvent

显示文件 Open project: julielerman/EFCore-ASPNetCore-WebAPI-RTM Class Usage Examples

Public Methods

Method Description
Create ( System.DateTime date, WeatherType type, System.Boolean hooray ) : WeatherEvent
Create ( System.DateTime date, WeatherType type, System.Boolean hooray, List reactions ) : WeatherEvent
WeatherEvent ( ) : System

Private Methods

Method Description
WeatherEvent ( System.DateTime dateTime, WeatherType type, System.Boolean hooray ) : System

Method Details

Create() public static method

public static Create ( System.DateTime date, WeatherType type, System.Boolean hooray ) : WeatherEvent
date System.DateTime
type WeatherType
hooray System.Boolean
return WeatherEvent

Create() public static method

public static Create ( System.DateTime date, WeatherType type, System.Boolean hooray, List reactions ) : WeatherEvent
date System.DateTime
type WeatherType
hooray System.Boolean
reactions List
return WeatherEvent

WeatherEvent() public method

public WeatherEvent ( ) : System
return System