C# 클래스 Carrotware.CMS.Core.SiteData

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

Private Properties

프로퍼티 타입 설명
FormatToHTML string
ParsePlaceholder string>.KeyValuePair

공개 메소드들

메소드 설명
CheckForSpecialURL ( SiteData site ) : string
FormatErrorOutput ( Exception objErr ) : string
GetCurrentLivePage ( ) : ContentPage
GetCurrentPage ( ) : ContentPage
GetCurrentPageLiveWidgets ( System.Guid guidContentID ) : List
GetCurrentPageWidgets ( System.Guid guidContentID ) : List
GetPage ( System.Guid guidContentID ) : ContentPage
GetPage ( string sCurrentPage ) : ContentPage
GetSiteByID ( System.Guid siteID ) : SiteData
GetSiteFromCache ( System.Guid siteID ) : SiteData
GetSiteList ( ) : List
IsFilenameCurrentPage ( string sCurrentFile ) : bool
IsLikelyHomePage ( string filePath ) : bool
IsPageSpecial ( string sPageName ) : bool
ManuallyWriteDefaultFile ( HttpContext context, Exception objErr ) : void
Perform404Redirect ( string sReqURL ) : void
PerformRedirectToErrorPage ( int ErrorKey, string sReqURL ) : void
PerformRedirectToErrorPage ( string sErrorKey, string sReqURL ) : void
RemoveSiteFromCache ( System.Guid siteID ) : void
Show301Message ( string sFileRequested ) : void
Show404MessageFull ( bool bResponseEnd ) : void
Show404MessageShort ( ) : void
WriteDebugException ( string sSrc, Exception objErr ) : void

비공개 메소드들

메소드 설명
FormatToHTML ( string inputString ) : string
ParsePlaceholder ( string titleString, string placeHolder, int posNum ) : string>.KeyValuePair

메소드 상세

CheckForSpecialURL() 공개 정적인 메소드

public static CheckForSpecialURL ( SiteData site ) : string
site SiteData
리턴 string

FormatErrorOutput() 공개 정적인 메소드

public static FormatErrorOutput ( Exception objErr ) : string
objErr System.Exception
리턴 string

GetCurrentLivePage() 공개 정적인 메소드

public static GetCurrentLivePage ( ) : ContentPage
리턴 ContentPage

GetCurrentPage() 공개 정적인 메소드

public static GetCurrentPage ( ) : ContentPage
리턴 ContentPage

GetCurrentPageLiveWidgets() 공개 정적인 메소드

public static GetCurrentPageLiveWidgets ( System.Guid guidContentID ) : List
guidContentID System.Guid
리턴 List

GetCurrentPageWidgets() 공개 정적인 메소드

public static GetCurrentPageWidgets ( System.Guid guidContentID ) : List
guidContentID System.Guid
리턴 List

GetPage() 공개 정적인 메소드

public static GetPage ( System.Guid guidContentID ) : ContentPage
guidContentID System.Guid
리턴 ContentPage

GetPage() 공개 정적인 메소드

public static GetPage ( string sCurrentPage ) : ContentPage
sCurrentPage string
리턴 ContentPage

GetSiteByID() 공개 정적인 메소드

public static GetSiteByID ( System.Guid siteID ) : SiteData
siteID System.Guid
리턴 SiteData

GetSiteFromCache() 공개 정적인 메소드

public static GetSiteFromCache ( System.Guid siteID ) : SiteData
siteID System.Guid
리턴 SiteData

GetSiteList() 공개 정적인 메소드

public static GetSiteList ( ) : List
리턴 List

IsFilenameCurrentPage() 공개 정적인 메소드

public static IsFilenameCurrentPage ( string sCurrentFile ) : bool
sCurrentFile string
리턴 bool

IsLikelyHomePage() 공개 정적인 메소드

public static IsLikelyHomePage ( string filePath ) : bool
filePath string
리턴 bool

IsPageSpecial() 공개 정적인 메소드

public static IsPageSpecial ( string sPageName ) : bool
sPageName string
리턴 bool

ManuallyWriteDefaultFile() 공개 정적인 메소드

public static ManuallyWriteDefaultFile ( HttpContext context, Exception objErr ) : void
context System.Web.HttpContext
objErr System.Exception
리턴 void

Perform404Redirect() 공개 정적인 메소드

public static Perform404Redirect ( string sReqURL ) : void
sReqURL string
리턴 void

PerformRedirectToErrorPage() 공개 정적인 메소드

public static PerformRedirectToErrorPage ( int ErrorKey, string sReqURL ) : void
ErrorKey int
sReqURL string
리턴 void

PerformRedirectToErrorPage() 공개 정적인 메소드

public static PerformRedirectToErrorPage ( string sErrorKey, string sReqURL ) : void
sErrorKey string
sReqURL string
리턴 void

RemoveSiteFromCache() 공개 정적인 메소드

public static RemoveSiteFromCache ( System.Guid siteID ) : void
siteID System.Guid
리턴 void

Show301Message() 공개 정적인 메소드

public static Show301Message ( string sFileRequested ) : void
sFileRequested string
리턴 void

Show404MessageFull() 공개 정적인 메소드

public static Show404MessageFull ( bool bResponseEnd ) : void
bResponseEnd bool
리턴 void

Show404MessageShort() 공개 정적인 메소드

public static Show404MessageShort ( ) : void
리턴 void

WriteDebugException() 공개 정적인 메소드

public static WriteDebugException ( string sSrc, Exception objErr ) : void
sSrc string
objErr System.Exception
리턴 void