C# Class FrontendServices.Models.Event

Inheritance: IPaginable
Datei anzeigen Open project: LeagueOfDevelopers/LodCore

Public Methods

Method Description
Event ( int id, System.DateTime occuredOn, string eventType, string eventInfo, bool wasRead ) : System

Method Details

Event() public method

public Event ( int id, System.DateTime occuredOn, string eventType, string eventInfo, bool wasRead ) : System
id int
occuredOn System.DateTime
eventType string
eventInfo string
wasRead bool
return System