C# Class BgEngine.Domain.EntityModel.Subscription

Datei anzeigen Open project: yagopv/BgEngine Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddNewsletterTask ( NewsletterTask newslettertask ) : void

Add a NewsletterTask to the NewsletterTask Collection

AddPost ( Post post ) : void

Add a Post to the Posts Collection

DeleteNewsletterTask ( NewsletterTask newslettertask ) : void

Remove NewsletterTask from the NewsletterTasks Collection

DeletePost ( Post post ) : void

Remove a Post from the Post Collection

Subscription ( ) : System

ctor

Method Details

AddNewsletterTask() public method

Add a NewsletterTask to the NewsletterTask Collection
public AddNewsletterTask ( NewsletterTask newslettertask ) : void
newslettertask NewsletterTask
return void

AddPost() public method

Add a Post to the Posts Collection
public AddPost ( Post post ) : void
post Post
return void

DeleteNewsletterTask() public method

Remove NewsletterTask from the NewsletterTasks Collection
public DeleteNewsletterTask ( NewsletterTask newslettertask ) : void
newslettertask NewsletterTask
return void

DeletePost() public method

Remove a Post from the Post Collection
public DeletePost ( Post post ) : void
post Post
return void

Subscription() public method

ctor
public Subscription ( ) : System
return System