Save a comment.

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

Syntax

C#
public virtual bool SaveComment(
	ref SnCommentEntity entity,
	int parentEntityType
)
Visual Basic
Public Overridable Function SaveComment ( 
	ByRef entity As SnCommentEntity,
	parentEntityType As Integer
) As Boolean
Visual C++
public:
virtual bool SaveComment(
	SnCommentEntity^% entity, 
	int parentEntityType
)
F#
abstract SaveComment : 
        entity : SnCommentEntity byref * 
        parentEntityType : int -> bool 
override SaveComment : 
        entity : SnCommentEntity byref * 
        parentEntityType : int -> bool 

Parameters

entity
Type: SnCommentEntity%
Comment entity
parentEntityType
Type: System..::..Int32
Parent entity type

Return Value

Type: Boolean
True if saved, otherwise false

Implements

ICommentBLL..::..SaveComment(SnCommentEntity%, Int32)

See Also