C# Class DNNtc.ModuleProperties

Inheritance: System.Attribute
Mostrar archivo Open project: weggetor/BBImageStory

Public Methods

Method 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 method

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.
return System

ModuleProperties() public method

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.
return System