C# 클래스 Rock.Web.UI.RockTheme

파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
CleanThemeName ( string themeName ) : string

Cleans the name of the theme.

CloneTheme ( string sourceTheme, string targetTheme ) : bool

Clones the theme.

CloneTheme ( string sourceTheme, string targetTheme, string &messages ) : bool

Clones the theme.

Compile ( ) : bool

Compiles this instance.

Compile ( string &messages ) : bool

Compiles this instance.

CompileAll ( ) : bool

Compiles all themes.

CompileAll ( string &messages ) : bool

Compiles all themes.

DeleteTheme ( string themeName ) : bool

Deletes the theme.

DeleteTheme ( string themeName, string &messages ) : bool

Deletes the theme.

GetThemes ( ) : List

Gets the themes.

RockTheme ( ) : System

Initializes a new instance of the RockTheme class.

RockTheme ( string themeName ) : System

Initializes a new instance of the RockTheme class.

비공개 메소드들

메소드 설명
CopyAll ( DirectoryInfo source, DirectoryInfo target ) : void

Copies all.

메소드 상세

CleanThemeName() 공개 정적인 메소드

Cleans the name of the theme.
public static CleanThemeName ( string themeName ) : string
themeName string Name of the theme.
리턴 string

CloneTheme() 공개 정적인 메소드

Clones the theme.
public static CloneTheme ( string sourceTheme, string targetTheme ) : bool
sourceTheme string The source theme.
targetTheme string The target theme.
리턴 bool

CloneTheme() 공개 정적인 메소드

Clones the theme.
public static CloneTheme ( string sourceTheme, string targetTheme, string &messages ) : bool
sourceTheme string
targetTheme string
messages string
리턴 bool

Compile() 공개 메소드

Compiles this instance.
public Compile ( ) : bool
리턴 bool

Compile() 공개 메소드

Compiles this instance.
public Compile ( string &messages ) : bool
messages string
리턴 bool

CompileAll() 공개 정적인 메소드

Compiles all themes.
public static CompileAll ( ) : bool
리턴 bool

CompileAll() 공개 정적인 메소드

Compiles all themes.
public static CompileAll ( string &messages ) : bool
messages string The messages.
리턴 bool

DeleteTheme() 공개 정적인 메소드

Deletes the theme.
public static DeleteTheme ( string themeName ) : bool
themeName string Name of the theme.
리턴 bool

DeleteTheme() 공개 정적인 메소드

Deletes the theme.
public static DeleteTheme ( string themeName, string &messages ) : bool
themeName string Name of the theme.
messages string The messages.
리턴 bool

GetThemes() 공개 정적인 메소드

Gets the themes.
public static GetThemes ( ) : List
리턴 List

RockTheme() 공개 메소드

Initializes a new instance of the RockTheme class.
public RockTheme ( ) : System
리턴 System

RockTheme() 공개 메소드

Initializes a new instance of the RockTheme class.
public RockTheme ( string themeName ) : System
themeName string Name of the theme.
리턴 System