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

Inheritance: BlogRenderingModelBase
Afficher le fichier Open project: WeTeam/WeBlog

Méthodes publiques

Méthode Description
EntryTags ( ) : System.Collections.Generic
EntryTags ( IEntryTagsCore entryTagsCore ) : System.Collections.Generic
Initialize ( Rendering rendering ) : void

Method Details

EntryTags() public méthode

public EntryTags ( ) : System.Collections.Generic
Résultat System.Collections.Generic

EntryTags() public méthode

public EntryTags ( IEntryTagsCore entryTagsCore ) : System.Collections.Generic
entryTagsCore IEntryTagsCore
Résultat System.Collections.Generic

Initialize() public méthode

public Initialize ( Rendering rendering ) : void
rendering Rendering
Résultat void