C# Класс BlendInteractive.ExtendedCategories.Implementations.CategoryRepository

Наследование: ICategoryRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
AddAssignment ( EPiServer.Core.ContentReference contentRef, EPiServer.Core.ContentReference categoryRef, string scope ) : void
DeleteAll ( ) : void
DeleteAssignmentsByCategory ( EPiServer.Core.ContentReference categoryRef ) : void
DeleteAssignmentsByContent ( EPiServer.Core.ContentReference contentRef, string scope = null ) : void
GetContent ( EPiServer.Core.ContentReference contentRef, string scope = null ) : IEnumerable

Описание методов

AddAssignment() публичный Метод

public AddAssignment ( EPiServer.Core.ContentReference contentRef, EPiServer.Core.ContentReference categoryRef, string scope ) : void
contentRef EPiServer.Core.ContentReference
categoryRef EPiServer.Core.ContentReference
scope string
Результат void

DeleteAll() публичный Метод

public DeleteAll ( ) : void
Результат void

DeleteAssignmentsByCategory() публичный Метод

public DeleteAssignmentsByCategory ( EPiServer.Core.ContentReference categoryRef ) : void
categoryRef EPiServer.Core.ContentReference
Результат void

DeleteAssignmentsByContent() публичный Метод

public DeleteAssignmentsByContent ( EPiServer.Core.ContentReference contentRef, string scope = null ) : void
contentRef EPiServer.Core.ContentReference
scope string
Результат void

GetContent() публичный Метод

public GetContent ( EPiServer.Core.ContentReference contentRef, string scope = null ) : IEnumerable
contentRef EPiServer.Core.ContentReference
scope string
Результат IEnumerable