C# Class DNNtc.ModuleProperties

Inheritance: System.Attribute
Afficher le fichier Open project: weggetor/BBImageStory

Méthodes publiques

Méthode Description
ModuleProperties ( string name ) : System

Creates a attribute with the right properties to create a module. Use on other elements

ModuleProperties ( string name, string friendlyname, int defaultCacheTime ) : System

Creates a attribute with the right properties to create a module. Use on View element

Method Details

ModuleProperties() public méthode

Creates a attribute with the right properties to create a module. Use on other elements
public ModuleProperties ( string name ) : System
name string The module name.
Résultat System

ModuleProperties() public méthode

Creates a attribute with the right properties to create a module. Use on View element
public ModuleProperties ( string name, string friendlyname, int defaultCacheTime ) : System
name string The module name.
friendlyname string The module friendlyname.
defaultCacheTime int the module default cachetime.
Résultat System