C# Class Jbe.NewsReader.Domain.FeedItem

Inheritance: System.Waf.Foundation.Model
Show file Open project: jbe2277/waf Class Usage Examples

Public Methods

Method Description
ApplyValuesFrom ( FeedItem item, bool excludeMarkAsRead = false ) : void
Clone ( ) : FeedItem
FeedItem ( Uri uri, DateTimeOffset date, string name, string description, string author ) : System

Method Details

ApplyValuesFrom() public method

public ApplyValuesFrom ( FeedItem item, bool excludeMarkAsRead = false ) : void
item FeedItem
excludeMarkAsRead bool
return void

Clone() public method

public Clone ( ) : FeedItem
return FeedItem

FeedItem() public method

public FeedItem ( Uri uri, DateTimeOffset date, string name, string description, string author ) : System
uri System.Uri
date DateTimeOffset
name string
description string
author string
return System