C# Class Geekhub.Modules.Meetings.ViewModels.WidgetViewModel.WidgetMeetingViewModel

ファイルを表示 Open project: geekhubdk/geekhub

Public Properties

Property Type Description
Day string
Link string
Location string
Month string
Organizers string
Tags IEnumerable
Title string
Tooltip string

Public Methods

Method Description
WidgetMeetingViewModel ( Meeting meeting ) : System.Collections.Generic

Method Details

WidgetMeetingViewModel() public method

public WidgetMeetingViewModel ( Meeting meeting ) : System.Collections.Generic
meeting Geekhub.Modules.Meetings.Models.Meeting
return System.Collections.Generic

Property Details

Day public_oe property

public string Day
return string

Link public_oe property

public string Link
return string

Location public_oe property

public string Location
return string

Month public_oe property

public string Month
return string

Organizers public_oe property

public string Organizers
return string

Tags public_oe property

public IEnumerable Tags
return IEnumerable

Title public_oe property

public string Title
return string

Tooltip public_oe property

public string Tooltip
return string