C# Class EventApp.Common.ScheduleItem

Mostrar archivo Open project: BobStolk/EventApp Class Usage Examples

Public Methods

Method Description
ScheduleItem ( string name, string desc, System.DateTime dateTime, Location location, Speaker speaker, Category category, string images ) : System

Method Details

ScheduleItem() public method

public ScheduleItem ( string name, string desc, System.DateTime dateTime, Location location, Speaker speaker, Category category, string images ) : System
name string
desc string
dateTime System.DateTime
location Location
speaker Speaker
category Category
images string
return System