C# 클래스 Geta.Tags.TagsScheduledJob

상속: JobBase
파일 보기 프로젝트 열기: Geta/Tags

공개 메소드들

메소드 설명
Execute ( ) : string
Stop ( ) : void
TagsScheduledJob ( ) : System
TagsScheduledJob ( ITagService tagService ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Execute() 공개 메소드

public Execute ( ) : string
리턴 string

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

TagsScheduledJob() 공개 메소드

public TagsScheduledJob ( ) : System
리턴 System

TagsScheduledJob() 공개 메소드

public TagsScheduledJob ( ITagService tagService ) : System
tagService ITagService
리턴 System