C# 클래스 Rebel.Tests.Extensions.FakeRoutingEngine

상속: IRoutingEngine
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
ClearCache ( bool clearDomains = false, HiveId clearForIds = null, bool clearMappedUrls = false, bool clearGeneratedUrls = false, bool clearAll = false ) : void
FindEntityByUrl ( Uri fullUrlIncludingDomain, RevisionStatusType revisionStatusType = null ) : EntityRouteResult
GetAllUrlsForEntity ( TypedEntity entity ) : Rebel.Cms.Web.Routing.UrlResolutionResult[]
GetUrlForEntity ( TypedEntity entity ) : UrlResolutionResult

메소드 상세

ClearCache() 공개 메소드

public ClearCache ( bool clearDomains = false, HiveId clearForIds = null, bool clearMappedUrls = false, bool clearGeneratedUrls = false, bool clearAll = false ) : void
clearDomains bool
clearForIds HiveId
clearMappedUrls bool
clearGeneratedUrls bool
clearAll bool
리턴 void

FindEntityByUrl() 공개 메소드

public FindEntityByUrl ( Uri fullUrlIncludingDomain, RevisionStatusType revisionStatusType = null ) : EntityRouteResult
fullUrlIncludingDomain System.Uri
revisionStatusType RevisionStatusType
리턴 Rebel.Cms.Web.Routing.EntityRouteResult

GetAllUrlsForEntity() 공개 메소드

public GetAllUrlsForEntity ( TypedEntity entity ) : Rebel.Cms.Web.Routing.UrlResolutionResult[]
entity TypedEntity
리턴 Rebel.Cms.Web.Routing.UrlResolutionResult[]

GetUrlForEntity() 공개 메소드

public GetUrlForEntity ( TypedEntity entity ) : UrlResolutionResult
entity TypedEntity
리턴 Rebel.Cms.Web.Routing.UrlResolutionResult