C# 클래스 BetterCms.Module.MediaManager.Services.DefaultTagService

Helper service for handling media tags.
상속: ITagService
파일 보기 프로젝트 열기: devbridge/BetterCMS

공개 메소드들

메소드 설명
DefaultTagService ( IUnitOfWork unitOfWork, ISecurityService securityService ) : System

Initializes a new instance of the DefaultTagService class.

GetMediaTagNames ( System mediaId ) : IList

Gets the media tag names.

SaveMediaTags ( Media media, IEnumerable tags, IList &newCreatedTags ) : void

Saves the media tags.

비공개 메소드들

메소드 설명
UpdateModifiedInformation ( MediaTag mediaTag ) : void

메소드 상세

DefaultTagService() 공개 메소드

Initializes a new instance of the DefaultTagService class.
public DefaultTagService ( IUnitOfWork unitOfWork, ISecurityService securityService ) : System
unitOfWork IUnitOfWork The unit of work.
securityService ISecurityService Security service get information about authorization.
리턴 System

GetMediaTagNames() 공개 메소드

Gets the media tag names.
public GetMediaTagNames ( System mediaId ) : IList
mediaId System The media id.
리턴 IList

SaveMediaTags() 공개 메소드

Saves the media tags.
public SaveMediaTags ( Media media, IEnumerable tags, IList &newCreatedTags ) : void
media Media The media.
tags IEnumerable The tags.
newCreatedTags IList The new created tags.
리턴 void