C# Class Geta.Tags.TagsScheduledJob

Inheritance: JobBase
Afficher le fichier Open project: Geta/Tags

Méthodes publiques

Méthode Description
Execute ( ) : string
Stop ( ) : void
TagsScheduledJob ( ) : System
TagsScheduledJob ( ITagService tagService ) : System

Private Methods

Méthode Description
CheckContentProperties ( IContent content, IList tags ) : void
GetTaggedContentGuids ( IEnumerable tags ) : IEnumerable
ParseTags ( string tagNames ) : IEnumerable
RemoveFromAllTags ( System.Guid guid, IEnumerable tags ) : void
ValidateTags ( ICollection allTags, System.Guid contentGuid, IEnumerable addedTags ) : void

Method Details

Execute() public méthode

public Execute ( ) : string
Résultat string

Stop() public méthode

public Stop ( ) : void
Résultat void

TagsScheduledJob() public méthode

public TagsScheduledJob ( ) : System
Résultat System

TagsScheduledJob() public méthode

public TagsScheduledJob ( ITagService tagService ) : System
tagService ITagService
Résultat System