Table of Contents

Interface IPageService

Namespace: Casewhere.Runtime.DSL.Services
Assembly: Casewhere.Runtime.dll

public interface IPageService

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<IPageService>(IPageService)

Methods

GetPages(Guid)

IList<DslWorkerSitePage> GetPages(Guid workerSiteId)

Parameters

workerSiteId Guid

Returns

IList<DslWorkerSitePage>

GetPages(string)

IList<DslWorkerSitePage> GetPages(string workerUri)

Parameters

workerUri string

Returns

IList<DslWorkerSitePage>