C# 클래스 Geekhub.Modules.Meetings.ViewModels.WidgetViewModel.WidgetMeetingViewModel

파일 보기 프로젝트 열기: geekhubdk/geekhub

공개 프로퍼티들

프로퍼티 타입 설명
Day string
Link string
Location string
Month string
Organizers string
Tags IEnumerable
Title string
Tooltip string

공개 메소드들

메소드 설명
WidgetMeetingViewModel ( Meeting meeting ) : System.Collections.Generic

메소드 상세

WidgetMeetingViewModel() 공개 메소드

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

프로퍼티 상세

Day 공개적으로 프로퍼티

public string Day
리턴 string

Link 공개적으로 프로퍼티

public string Link
리턴 string

Location 공개적으로 프로퍼티

public string Location
리턴 string

Month 공개적으로 프로퍼티

public string Month
리턴 string

Organizers 공개적으로 프로퍼티

public string Organizers
리턴 string

Tags 공개적으로 프로퍼티

public IEnumerable Tags
리턴 IEnumerable

Title 공개적으로 프로퍼티

public string Title
리턴 string

Tooltip 공개적으로 프로퍼티

public string Tooltip
리턴 string