C# 클래스 Composite.Community.Blog.BlogFacade

파일 보기 프로젝트 열기: Orckestra/C1-Packages 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PathSpecial string

공개 메소드들

메소드 설명
ClearRssFeedCache ( object sender, DataEventArgs dataEventArgs ) : void
CustomDateFormat ( System.DateTime date, string dateFormat ) : string
CustomDateFormatCulture ( System.DateTime date, string dateFormat, string cultureName ) : string
Decode ( string text ) : string
Encode ( string text ) : string
GetArchive ( DataReference blogPage, bool isGlobal ) : IEnumerable
GetAuthors ( ) : IEnumerable
GetBlogFilterFromUrl ( bool isGlobal ) : bool>>.Expression
GetBlogPath ( System.DateTime date, string title ) : string
GetBlogPath ( Entries entry ) : string
GetBlogTags ( string tags ) : List
GetBlogUrl ( System.DateTime date, string title, System.Guid pageId, string pageUrl = "" ) : string
GetCurrentCultureName ( ) : string
GetCurrentPageUrl ( ) : string
GetCurrentPath ( ) : string
GetEntries ( bool isGlobal ) : IEnumerable
GetFullBlogUrl ( System.DateTime date, string title ) : string
GetFullPath ( string path ) : string
GetPageUrlById ( System.Guid pageId ) : string
GetPathInfoParts ( ) : string[]
GetTagCloud ( double minFontSize, double maxFontSize, DataReference blogPage, bool isGlobal ) : IEnumerable
GetTagsByType ( string entryTags ) : List
GetUrlFromTitle ( string title ) : string
IsBlogList ( ) : bool
SendMail ( string to, string from, string subject, string body ) : void
SetNoCache ( ) : void
SetTitleUrl ( object sender, DataEventArgs dataEventArgs ) : void
Validate ( string regularExpression, object value, bool isRequired ) : bool

비공개 메소드들

메소드 설명
GetBlogFilter ( System.Guid pageId, string pathInfoParts ) : bool>>.Expression
GetBlogInternalPageUrl ( System.DateTime date, string title, System.Guid pageId ) : string
GetEntryFilterByTag ( System.Guid pageId, string tag ) : bool>>.Expression

메소드 상세

ClearRssFeedCache() 공개 정적인 메소드

public static ClearRssFeedCache ( object sender, DataEventArgs dataEventArgs ) : void
sender object
dataEventArgs DataEventArgs
리턴 void

CustomDateFormat() 공개 정적인 메소드

public static CustomDateFormat ( System.DateTime date, string dateFormat ) : string
date System.DateTime
dateFormat string
리턴 string

CustomDateFormatCulture() 공개 정적인 메소드

public static CustomDateFormatCulture ( System.DateTime date, string dateFormat, string cultureName ) : string
date System.DateTime
dateFormat string
cultureName string
리턴 string

Decode() 공개 정적인 메소드

public static Decode ( string text ) : string
text string
리턴 string

Encode() 공개 정적인 메소드

public static Encode ( string text ) : string
text string
리턴 string

GetArchive() 공개 정적인 메소드

public static GetArchive ( DataReference blogPage, bool isGlobal ) : IEnumerable
blogPage DataReference
isGlobal bool
리턴 IEnumerable

GetAuthors() 공개 정적인 메소드

public static GetAuthors ( ) : IEnumerable
리턴 IEnumerable

GetBlogFilterFromUrl() 공개 정적인 메소드

public static GetBlogFilterFromUrl ( bool isGlobal ) : bool>>.Expression
isGlobal bool
리턴 bool>>.Expression

GetBlogPath() 공개 정적인 메소드

public static GetBlogPath ( System.DateTime date, string title ) : string
date System.DateTime
title string
리턴 string

GetBlogPath() 공개 정적인 메소드

public static GetBlogPath ( Entries entry ) : string
entry Entries
리턴 string

GetBlogTags() 공개 정적인 메소드

public static GetBlogTags ( string tags ) : List
tags string
리턴 List

GetBlogUrl() 공개 정적인 메소드

public static GetBlogUrl ( System.DateTime date, string title, System.Guid pageId, string pageUrl = "" ) : string
date System.DateTime
title string
pageId System.Guid
pageUrl string
리턴 string

GetCurrentCultureName() 공개 정적인 메소드

public static GetCurrentCultureName ( ) : string
리턴 string

GetCurrentPageUrl() 공개 정적인 메소드

public static GetCurrentPageUrl ( ) : string
리턴 string

GetCurrentPath() 공개 정적인 메소드

public static GetCurrentPath ( ) : string
리턴 string

GetEntries() 공개 정적인 메소드

public static GetEntries ( bool isGlobal ) : IEnumerable
isGlobal bool
리턴 IEnumerable

GetFullBlogUrl() 공개 정적인 메소드

public static GetFullBlogUrl ( System.DateTime date, string title ) : string
date System.DateTime
title string
리턴 string

GetFullPath() 공개 정적인 메소드

public static GetFullPath ( string path ) : string
path string
리턴 string

GetPageUrlById() 공개 정적인 메소드

public static GetPageUrlById ( System.Guid pageId ) : string
pageId System.Guid
리턴 string

GetPathInfoParts() 공개 정적인 메소드

public static GetPathInfoParts ( ) : string[]
리턴 string[]

GetTagCloud() 공개 정적인 메소드

public static GetTagCloud ( double minFontSize, double maxFontSize, DataReference blogPage, bool isGlobal ) : IEnumerable
minFontSize double
maxFontSize double
blogPage DataReference
isGlobal bool
리턴 IEnumerable

GetTagsByType() 공개 정적인 메소드

public static GetTagsByType ( string entryTags ) : List
entryTags string
리턴 List

GetUrlFromTitle() 공개 정적인 메소드

public static GetUrlFromTitle ( string title ) : string
title string
리턴 string

IsBlogList() 공개 정적인 메소드

public static IsBlogList ( ) : bool
리턴 bool

SendMail() 공개 정적인 메소드

public static SendMail ( string to, string from, string subject, string body ) : void
to string
from string
subject string
body string
리턴 void

SetNoCache() 공개 정적인 메소드

public static SetNoCache ( ) : void
리턴 void

SetTitleUrl() 공개 정적인 메소드

public static SetTitleUrl ( object sender, DataEventArgs dataEventArgs ) : void
sender object
dataEventArgs DataEventArgs
리턴 void

Validate() 공개 정적인 메소드

public static Validate ( string regularExpression, object value, bool isRequired ) : bool
regularExpression string
value object
isRequired bool
리턴 bool

프로퍼티 상세

PathSpecial 공개적으로 정적으로 프로퍼티

public static string PathSpecial
리턴 string