N2CMS

Classes | Enumerations

Package N2.Addons.AddonCatalog.Items

Classes

class  Addon
 To spice things up there is a scheduled action that finds all MyParts and updates their properties on a regular basis. Far-fetched? Yes. More...
class  AddonCatalog
 Since we're overriding "AbstractPage" from N2.Templates we get an editable title and a few zones for free. More...
class  AddonCategory

Enumerations

enum  CodeCategory {
  None = 0, Library = 1, ThemeLayout = 2, Pages = 4,
  Parts = 8
}
enum  Requirement {
  None = 0, N2 = 1, N2_Templates = 2, ASPNET_35 = 4,
  FullTrust = 8
}

Enumeration Type Documentation

Enumerator:
None 
Library 
ThemeLayout 
Pages 
Parts 

Definition at line 6 of file CodeCategory.cs.

Enumerator:
None 
N2 
N2_Templates 
ASPNET_35 
FullTrust 

Definition at line 6 of file Requirement.cs.