C# 클래스 DNNtc.ModuleProperties

상속: System.Attribute
파일 보기 프로젝트 열기: weggetor/BBImageStory

공개 메소드들

메소드 설명
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