Defines the interface for CommentManager, which the manager object for Comment type. Based on ICartellaObjectManager interface

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public interface ICommentManager : ICartellaObjectManager<IComment>, 
	IManager
Visual Basic
Public Interface ICommentManager _
	Inherits ICartellaObjectManager(Of IComment), IManager
Visual C++
public interface class ICommentManager : ICartellaObjectManager<IComment^>, 
	IManager

See Also