C# Class BgEngine.Domain.EntityModel.Subscription

Afficher le fichier Open project: yagopv/BgEngine Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Add a NewsletterTask to the NewsletterTask Collection
public AddNewsletterTask ( NewsletterTask newslettertask ) : void
newslettertask NewsletterTask
Résultat void

AddPost() public méthode

Add a Post to the Posts Collection
public AddPost ( Post post ) : void
post Post
Résultat void

DeleteNewsletterTask() public méthode

Remove NewsletterTask from the NewsletterTasks Collection
public DeleteNewsletterTask ( NewsletterTask newslettertask ) : void
newslettertask NewsletterTask
Résultat void

DeletePost() public méthode

Remove a Post from the Post Collection
public DeletePost ( Post post ) : void
post Post
Résultat void

Subscription() public méthode

ctor
public Subscription ( ) : System
Résultat System