Constructor.

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

Syntax

C#
public SnCommentDTO(
	SnCommentEntity comment,
	Guid parentId,
	int entityType
)
Visual Basic
Public Sub New ( 
	comment As SnCommentEntity,
	parentId As Guid,
	entityType As Integer
)
Visual C++
public:
SnCommentDTO(
	SnCommentEntity^ comment, 
	Guid parentId, 
	int entityType
)
F#
new : 
        comment : SnCommentEntity * 
        parentId : Guid * 
        entityType : int -> SnCommentDTO

Parameters

comment
Type: SnCommentEntity
Comment entity.
parentId
Type: System..::..Guid
Parent ID.
entityType
Type: System..::..Int32
Parent entity type.

See Also