C# Class Geta.Tags.TagsScheduledJob

Inheritance: JobBase
显示文件 Open project: Geta/Tags

Public Methods

Method Description
Execute ( ) : string
Stop ( ) : void
TagsScheduledJob ( ) : System
TagsScheduledJob ( ITagService tagService ) : System

Private Methods

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

public Execute ( ) : string
return string

Stop() public method

public Stop ( ) : void
return void

TagsScheduledJob() public method

public TagsScheduledJob ( ) : System
return System

TagsScheduledJob() public method

public TagsScheduledJob ( ITagService tagService ) : System
tagService ITagService
return System