C# 클래스 BlendInteractive.ExtendedCategories.Implementations.CategoryRepository

상속: ICategoryRepository
파일 보기 프로젝트 열기: deanebarker/Episerver-Extended-Categories

공개 메소드들

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