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

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

공개 프로퍼티들

프로퍼티 타입 설명
Description string
Items IEnumerable
Link string
Title string

공개 메소드들

메소드 설명
RssViewModel ( IEnumerable meetings ) : System.Collections.Generic

메소드 상세

RssViewModel() 공개 메소드

public RssViewModel ( IEnumerable meetings ) : System.Collections.Generic
meetings IEnumerable
리턴 System.Collections.Generic

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

Items 공개적으로 프로퍼티

public IEnumerable Items
리턴 IEnumerable

Link 공개적으로 프로퍼티

public string Link
리턴 string

Title 공개적으로 프로퍼티

public string Title
리턴 string