EFCoreWebAPI.WeatherEvent.Create C# (CSharp) Метод

Create() публичный статический Метод

public static Create ( System.DateTime date, WeatherType type, System.Boolean hooray ) : WeatherEvent
date System.DateTime
type WeatherType
hooray System.Boolean
Результат WeatherEvent
        public static WeatherEvent Create(DateTime date, WeatherType type, Boolean hooray)
        {
            return new WeatherEvent(date, type, hooray);
        }

Same methods

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