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

Syntax

C#
public interface IForumTopicManager : IFolioItemManager<ForumTopic>, 
	IEntityManager<ForumTopic>, IExtensibleObjectManager<ForumTopic>, ICartellaObjectManager<ForumTopic>, 
	IManager
Visual Basic
Public Interface IForumTopicManager _
	Inherits IFolioItemManager(Of ForumTopic), IEntityManager(Of ForumTopic),  _
	IExtensibleObjectManager(Of ForumTopic), ICartellaObjectManager(Of ForumTopic), IManager
Visual C++
public interface class IForumTopicManager : IFolioItemManager<ForumTopic^>, 
	IEntityManager<ForumTopic^>, IExtensibleObjectManager<ForumTopic^>, ICartellaObjectManager<ForumTopic^>, 
	IManager

See Also