Esempio n. 1
0
 void When(PostedToDiscussion e)
 {
     this.tenantId = e.TenantId;
     this.forumId = e.ForumId;
     this.discussionId = e.DiscussionId;
     this.postId = e.PostId;
     this.author = e.Author;
     this.subject = e.Subject;
     this.bodyText = e.BodyText;
     this.replyToPostId = e.ReplyToPostId;
 }
Esempio n. 2
0
 private void When(PostedToDiscussion e)
 {
     _tenantId      = e.TenantId;
     _forumId       = e.ForumId;
     _discussionId  = e.DiscussionId;
     _postId        = e.PostId;
     _author        = e.Author;
     _subject       = e.Subject;
     _bodyText      = e.BodyText;
     _replyToPostId = e.ReplyToPostId;
 }
Esempio n. 3
0
 void When(PostedToDiscussion e)
 {
     this.tenantId      = e.TenantId;
     this.forumId       = e.ForumId;
     this.discussionId  = e.DiscussionId;
     this.postId        = e.PostId;
     this.author        = e.Author;
     this.subject       = e.Subject;
     this.bodyText      = e.BodyText;
     this.replyToPostId = e.ReplyToPostId;
 }