C# 클래스 BgEngine.Domain.EntityModel.Subscription

파일 보기 프로젝트 열기: yagopv/BgEngine 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

AddNewsletterTask() 공개 메소드

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

AddPost() 공개 메소드

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

DeleteNewsletterTask() 공개 메소드

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

DeletePost() 공개 메소드

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

Subscription() 공개 메소드

ctor
public Subscription ( ) : System
리턴 System