C# Class Composite.Community.Blog.BlogFacade

Afficher le fichier Open project: Orckestra/C1-Packages Class Usage Examples

Méthodes publiques

Свойство Type Description
PathSpecial string

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static ClearRssFeedCache ( object sender, DataEventArgs dataEventArgs ) : void
sender object
dataEventArgs DataEventArgs
Résultat void

CustomDateFormat() public static méthode

public static CustomDateFormat ( System.DateTime date, string dateFormat ) : string
date System.DateTime
dateFormat string
Résultat string

CustomDateFormatCulture() public static méthode

public static CustomDateFormatCulture ( System.DateTime date, string dateFormat, string cultureName ) : string
date System.DateTime
dateFormat string
cultureName string
Résultat string

Decode() public static méthode

public static Decode ( string text ) : string
text string
Résultat string

Encode() public static méthode

public static Encode ( string text ) : string
text string
Résultat string

GetArchive() public static méthode

public static GetArchive ( DataReference blogPage, bool isGlobal ) : IEnumerable
blogPage DataReference
isGlobal bool
Résultat IEnumerable

GetAuthors() public static méthode

public static GetAuthors ( ) : IEnumerable
Résultat IEnumerable

GetBlogFilterFromUrl() public static méthode

public static GetBlogFilterFromUrl ( bool isGlobal ) : bool>>.Expression
isGlobal bool
Résultat bool>>.Expression

GetBlogPath() public static méthode

public static GetBlogPath ( System.DateTime date, string title ) : string
date System.DateTime
title string
Résultat string

GetBlogPath() public static méthode

public static GetBlogPath ( Entries entry ) : string
entry Entries
Résultat string

GetBlogTags() public static méthode

public static GetBlogTags ( string tags ) : List
tags string
Résultat List

GetBlogUrl() public static méthode

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

GetCurrentCultureName() public static méthode

public static GetCurrentCultureName ( ) : string
Résultat string

GetCurrentPageUrl() public static méthode

public static GetCurrentPageUrl ( ) : string
Résultat string

GetCurrentPath() public static méthode

public static GetCurrentPath ( ) : string
Résultat string

GetEntries() public static méthode

public static GetEntries ( bool isGlobal ) : IEnumerable
isGlobal bool
Résultat IEnumerable

GetFullBlogUrl() public static méthode

public static GetFullBlogUrl ( System.DateTime date, string title ) : string
date System.DateTime
title string
Résultat string

GetFullPath() public static méthode

public static GetFullPath ( string path ) : string
path string
Résultat string

GetPageUrlById() public static méthode

public static GetPageUrlById ( System.Guid pageId ) : string
pageId System.Guid
Résultat string

GetPathInfoParts() public static méthode

public static GetPathInfoParts ( ) : string[]
Résultat string[]

GetTagCloud() public static méthode

public static GetTagCloud ( double minFontSize, double maxFontSize, DataReference blogPage, bool isGlobal ) : IEnumerable
minFontSize double
maxFontSize double
blogPage DataReference
isGlobal bool
Résultat IEnumerable

GetTagsByType() public static méthode

public static GetTagsByType ( string entryTags ) : List
entryTags string
Résultat List

GetUrlFromTitle() public static méthode

public static GetUrlFromTitle ( string title ) : string
title string
Résultat string

IsBlogList() public static méthode

public static IsBlogList ( ) : bool
Résultat bool

SendMail() public static méthode

public static SendMail ( string to, string from, string subject, string body ) : void
to string
from string
subject string
body string
Résultat void

SetNoCache() public static méthode

public static SetNoCache ( ) : void
Résultat void

SetTitleUrl() public static méthode

public static SetTitleUrl ( object sender, DataEventArgs dataEventArgs ) : void
sender object
dataEventArgs DataEventArgs
Résultat void

Validate() public static méthode

public static Validate ( string regularExpression, object value, bool isRequired ) : bool
regularExpression string
value object
isRequired bool
Résultat bool

Property Details

PathSpecial public_oe static_oe property

public static string PathSpecial
Résultat string