C# 클래스 Queue.Services.Portal.PortalService

상속: Queue.Services.Common.DependencyService, IPortalService
파일 보기 프로젝트 열기: breslavsky/queue

보호된 프로퍼티들

프로퍼티 타입 설명
request System.ServiceModel.Web.IncomingWebRequestContext
response System.ServiceModel.Web.OutgoingWebResponseContext

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

Favicon() 공개 메소드

public Favicon ( ) : Stream
리턴 Stream

FindServices() 공개 메소드

public FindServices ( string query ) : Task
query string
리턴 Task

GetContent() 공개 메소드

public GetContent ( string path ) : Stream
path string
리턴 Stream

GetDefaultConfig() 공개 메소드

public GetDefaultConfig ( ) : Task
리턴 Task

GetPortalConfig() 공개 메소드

public GetPortalConfig ( ) : Task
리턴 Task

GetQueuePlanMetric() 공개 메소드

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
리턴 Task

GetQueuePlanServiceMetric() 공개 메소드

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
리턴 Task

Index() 공개 메소드

public Index ( ) : Stream
리턴 Stream

PortalService() 공개 메소드

public PortalService ( ) : Junte.WCF
리턴 Junte.WCF

프로퍼티 상세

request 보호되어 있는 프로퍼티

protected IncomingWebRequestContext,System.ServiceModel.Web request
리턴 System.ServiceModel.Web.IncomingWebRequestContext

response 보호되어 있는 프로퍼티

protected OutgoingWebResponseContext,System.ServiceModel.Web response
리턴 System.ServiceModel.Web.OutgoingWebResponseContext