Represents the world of Cartella. A singleton instance in charge of creating and keeping track of SiteManager instances, and the capture and relay events from all SiteManagers.

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

Syntax

C#
public class CartellaGlobalManager : ICartellaGlobalManager, 
	ICartellaEvents, ILoggable
Visual Basic
Public Class CartellaGlobalManager _
	Implements ICartellaGlobalManager, ICartellaEvents, ILoggable
Visual C++
public ref class CartellaGlobalManager : ICartellaGlobalManager, 
	ICartellaEvents, ILoggable

Inheritance Hierarchy

System..::..Object
  Cartella.Classes..::..CartellaGlobalManager

See Also