C# Class Geekhub.Modules.Meetings.ViewModels.RssViewModel

Show file Open project: geekhubdk/geekhub

Public Properties

Property Type Description
Description string
Items IEnumerable
Link string
Title string

Public Methods

Method Description
RssViewModel ( IEnumerable meetings ) : System.Collections.Generic

Method Details

RssViewModel() public method

public RssViewModel ( IEnumerable meetings ) : System.Collections.Generic
meetings IEnumerable
return System.Collections.Generic

Property Details

Description public property

public string Description
return string

Items public property

public IEnumerable Items
return IEnumerable

Link public property

public string Link
return string

Title public property

public string Title
return string