C# Класс DNNtc.ModuleProperties

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ModuleProperties() публичный Метод

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.
Результат System

ModuleProperties() публичный Метод

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.
Результат System