메소드 | 설명 | |
---|---|---|
DefaultTagService ( IUnitOfWork unitOfWork, IRepository repository, ISecurityService securityService ) : System |
Initializes a new instance of the DefaultTagService class.
|
|
GetPageTagNames ( System.Guid pageId ) : IEnumerable |
Gets the future query for the page tag names.
|
|
GetSitemapTagNames ( System.Guid sitemapId ) : IEnumerable |
Gets the sitemap tag names.
|
|
SaveMediaTags ( Media media, IList |
Saves the media tags.
|
|
SavePageTags ( BetterCms.Module.Pages.Models.PageProperties page, IList |
Saves the page tags.
|
|
SaveTags ( Sitemap sitemap, IList |
Saves the tags.
|
메소드 | 설명 | |
---|---|---|
UpdateModifiedInformation ( Entity entity ) : void | ||
UpdateModifiedInformation ( MediaTag mediaTag ) : void | ||
UpdateModifiedInformation ( PageTag mediaTag ) : void | ||
UpdateModifiedInformation ( SitemapTag mediaTag ) : void |
public DefaultTagService ( IUnitOfWork unitOfWork, IRepository repository, ISecurityService securityService ) : System | ||
unitOfWork | IUnitOfWork | The unit of work. |
repository | IRepository | The repository. |
securityService | ISecurityService | Security service get information about authorization. |
리턴 | System |
public GetPageTagNames ( System.Guid pageId ) : IEnumerable |
||
pageId | System.Guid | The page id. |
리턴 | IEnumerable |
public GetSitemapTagNames ( System.Guid sitemapId ) : IEnumerable |
||
sitemapId | System.Guid | The sitemap identifier. |
리턴 | IEnumerable |
public SaveMediaTags ( Media media, IList |
||
media | Media | The media. |
tags | IList |
The tags. |
newTags | IList |
The new tags. |
리턴 | void |
public SavePageTags ( BetterCms.Module.Pages.Models.PageProperties page, IList |
||
page | BetterCms.Module.Pages.Models.PageProperties | The page. |
tags | IList |
The tags. |
newCreatedTags | IList |
The new created tags. |
리턴 | void |
public SaveTags ( Sitemap sitemap, IList |
||
sitemap | Sitemap | The sitemap. |
tags | IList |
The tags. |
newCreatedTags | IList |
The new created tags. |
리턴 | void |