Contains static methods and properties used to access and persist
content items throughout the N2 content management system.
| C# | Visual Basic | Visual C++ |
public static class Factory
Public NotInheritable Class Factory
public ref class Factory abstract sealed
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| CreateFactoryInstance()() | Creates a factory instance and adds a http application injecting facility. | |
| CurrentPage | Gets the current page. This is retrieved by the page querystring. | |
| Definitions | Gets N2 definition manager | |
| Initialize(Boolean) | Initializes a static instance of the N2 factory. | |
| Initialize(IFactory) | Sets the static factory instance to the supplied factory. Use this method to supply your own factory implementation. | |
| Instance | Gets the factory intsance used to hold together N2. | |
| IntegrityManager | Gets N2 integrity manager | |
| Persister | Gets N2 persistence manager used for database persistence of content. | |
| SecurityManager | Gets N2 security manager responsible of item access checks. | |
| UrlParser | Gets the url parser responsible of mapping urls to items and back again. |
| Object | |
| Factory | |