C# Class Queue.Services.Portal.PortalService

Inheritance: Queue.Services.Common.DependencyService, IPortalService
ファイルを表示 Open project: breslavsky/queue

Protected Properties

Property Type Description
request System.ServiceModel.Web.IncomingWebRequestContext
response System.ServiceModel.Web.OutgoingWebResponseContext

Private Properties

Property Type Description

Public Methods

Method Description
Favicon ( ) : Stream
FindServices ( string query ) : Task
GetContent ( string path ) : Stream
GetDefaultConfig ( ) : Task
GetPortalConfig ( ) : Task
GetQueuePlanMetric ( int year, int month, int day, int hour, int minute, int second ) : Task
GetQueuePlanServiceMetric ( int year, int month, int day, int hours, int minute, int second, string serviceId ) : Task
Index ( ) : Stream
PortalService ( ) : Junte.WCF

Method Details

Favicon() public method

public Favicon ( ) : Stream
return Stream

FindServices() public method

public FindServices ( string query ) : Task
query string
return Task

GetContent() public method

public GetContent ( string path ) : Stream
path string
return Stream

GetDefaultConfig() public method

public GetDefaultConfig ( ) : Task
return Task

GetPortalConfig() public method

public GetPortalConfig ( ) : Task
return Task

GetQueuePlanMetric() public method

public GetQueuePlanMetric ( int year, int month, int day, int hour, int minute, int second ) : Task
year int
month int
day int
hour int
minute int
second int
return Task

GetQueuePlanServiceMetric() public method

public GetQueuePlanServiceMetric ( int year, int month, int day, int hours, int minute, int second, string serviceId ) : Task
year int
month int
day int
hours int
minute int
second int
serviceId string
return Task

Index() public method

public Index ( ) : Stream
return Stream

PortalService() public method

public PortalService ( ) : Junte.WCF
return Junte.WCF

Property Details

request protected_oe property

protected IncomingWebRequestContext,System.ServiceModel.Web request
return System.ServiceModel.Web.IncomingWebRequestContext

response protected_oe property

protected OutgoingWebResponseContext,System.ServiceModel.Web response
return System.ServiceModel.Web.OutgoingWebResponseContext