C# Class Composite.Community.Blog.BlogFacade

ファイルを表示 Open project: Orckestra/C1-Packages Class Usage Examples

Public Properties

Property Type Description
PathSpecial string

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

ClearRssFeedCache() public static method

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

CustomDateFormat() public static method

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

CustomDateFormatCulture() public static method

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

Decode() public static method

public static Decode ( string text ) : string
text string
return string

Encode() public static method

public static Encode ( string text ) : string
text string
return string

GetArchive() public static method

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

GetAuthors() public static method

public static GetAuthors ( ) : IEnumerable
return IEnumerable

GetBlogFilterFromUrl() public static method

public static GetBlogFilterFromUrl ( bool isGlobal ) : bool>>.Expression
isGlobal bool
return bool>>.Expression

GetBlogPath() public static method

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

GetBlogPath() public static method

public static GetBlogPath ( Entries entry ) : string
entry Entries
return string

GetBlogTags() public static method

public static GetBlogTags ( string tags ) : List
tags string
return List

GetBlogUrl() public static method

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

GetCurrentCultureName() public static method

public static GetCurrentCultureName ( ) : string
return string

GetCurrentPageUrl() public static method

public static GetCurrentPageUrl ( ) : string
return string

GetCurrentPath() public static method

public static GetCurrentPath ( ) : string
return string

GetEntries() public static method

public static GetEntries ( bool isGlobal ) : IEnumerable
isGlobal bool
return IEnumerable

GetFullBlogUrl() public static method

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

GetFullPath() public static method

public static GetFullPath ( string path ) : string
path string
return string

GetPageUrlById() public static method

public static GetPageUrlById ( System.Guid pageId ) : string
pageId System.Guid
return string

GetPathInfoParts() public static method

public static GetPathInfoParts ( ) : string[]
return string[]

GetTagCloud() public static method

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

GetTagsByType() public static method

public static GetTagsByType ( string entryTags ) : List
entryTags string
return List

GetUrlFromTitle() public static method

public static GetUrlFromTitle ( string title ) : string
title string
return string

IsBlogList() public static method

public static IsBlogList ( ) : bool
return bool

SendMail() public static method

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

SetNoCache() public static method

public static SetNoCache ( ) : void
return void

SetTitleUrl() public static method

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

Validate() public static method

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

Property Details

PathSpecial public_oe static_oe property

public static string PathSpecial
return string