C# Class Sitecore.Modules.WeBlog.Mvc.Model.EntryTags

Inheritance: BlogRenderingModelBase
Exibir arquivo Open project: WeTeam/WeBlog

Public Methods

Method Description
EntryTags ( ) : System.Collections.Generic
EntryTags ( IEntryTagsCore entryTagsCore ) : System.Collections.Generic
Initialize ( Rendering rendering ) : void

Method Details

EntryTags() public method

public EntryTags ( ) : System.Collections.Generic
return System.Collections.Generic

EntryTags() public method

public EntryTags ( IEntryTagsCore entryTagsCore ) : System.Collections.Generic
entryTagsCore IEntryTagsCore
return System.Collections.Generic

Initialize() public method

public Initialize ( Rendering rendering ) : void
rendering Rendering
return void