Initialize comment parent entity.

Namespace: MonoSoftware.MonoX.ModuleGallery.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual void InitCommentParent(
	List<SnCommentDTO> comments,
	List<SnCommentEntity> snComments
)
Visual Basic
Protected Overridable Sub InitCommentParent ( 
	comments As List(Of SnCommentDTO),
	snComments As List(Of SnCommentEntity)
)
Visual C++
protected:
virtual void InitCommentParent(
	List<SnCommentDTO^>^ comments, 
	List<SnCommentEntity^>^ snComments
)
F#
abstract InitCommentParent : 
        comments : List<SnCommentDTO> * 
        snComments : List<SnCommentEntity> -> unit 
override InitCommentParent : 
        comments : List<SnCommentDTO> * 
        snComments : List<SnCommentEntity> -> unit 

Parameters

comments
Type: System.Collections.Generic..::..List<(Of <(<'SnCommentDTO>)>)>
DTO Comments.
snComments
Type: System.Collections.Generic..::..List<(Of <(<'SnCommentEntity>)>)>
Entity Comments.

See Also