C# 클래스 Carrotware.CMS.Mvc.UI.Admin.Models.SiteSkinModel

파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS-MVC 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
helpFile FileDataHelper

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EncodePath ( string sIn ) : string
ReadFile ( ) : void
ReadRelated ( ) : void
SaveFile ( ) : void
SiteSkinModel ( ) : System
SiteSkinModel ( string encodedPath ) : System
SiteSkinModel ( string encodedPath, string altPath ) : System

보호된 메소드들

메소드 설명
SetSourceFiles ( string templateFileUri ) : List

메소드 상세

EncodePath() 공개 메소드

public EncodePath ( string sIn ) : string
sIn string
리턴 string

ReadFile() 공개 메소드

public ReadFile ( ) : void
리턴 void

ReadRelated() 공개 메소드

public ReadRelated ( ) : void
리턴 void

SaveFile() 공개 메소드

public SaveFile ( ) : void
리턴 void

SetSourceFiles() 보호된 메소드

protected SetSourceFiles ( string templateFileUri ) : List
templateFileUri string
리턴 List

SiteSkinModel() 공개 메소드

public SiteSkinModel ( ) : System
리턴 System

SiteSkinModel() 공개 메소드

public SiteSkinModel ( string encodedPath ) : System
encodedPath string
리턴 System

SiteSkinModel() 공개 메소드

public SiteSkinModel ( string encodedPath, string altPath ) : System
encodedPath string
altPath string
리턴 System

프로퍼티 상세

helpFile 보호되어 있는 프로퍼티

protected FileDataHelper helpFile
리턴 FileDataHelper