C# 클래스 Geekhub.Modules.Meetings.ViewModels.RssViewModel.RssViewItemModel

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

공개 프로퍼티들

프로퍼티 타입 설명
Description System.Web.HtmlString
Guid string
Link string
Title string

공개 메소드들

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

메소드 상세

RssViewItemModel() 공개 메소드

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

프로퍼티 상세

Description 공개적으로 프로퍼티

public HtmlString,System.Web Description
리턴 System.Web.HtmlString

Guid 공개적으로 프로퍼티

public string Guid
리턴 string

Link 공개적으로 프로퍼티

public string Link
리턴 string

Title 공개적으로 프로퍼티

public string Title
리턴 string