C# 클래스 Spark.Engine.Core.Respond

파일 보기 프로젝트 열기: raysearchlabs/spark

공개 메소드들

메소드 설명
Gone ( Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
NotFound ( IKey key ) : Spark.Engine.Core.FhirResponse
WithBundle ( Hl7.Fhir.Model.Bundle bundle, Uri serviceBase ) : Spark.Engine.Core.FhirResponse
WithBundle ( IEnumerable interactions, Uri serviceBase ) : Spark.Engine.Core.FhirResponse
WithCode ( HttpStatusCode code ) : Spark.Engine.Core.FhirResponse
WithCode ( int code ) : Spark.Engine.Core.FhirResponse
WithEntry ( HttpStatusCode code, Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
WithError ( HttpStatusCode code ) : Spark.Engine.Core.FhirResponse
WithError ( HttpStatusCode code, string message ) : Spark.Engine.Core.FhirResponse
WithKey ( HttpStatusCode code, IKey key ) : Spark.Engine.Core.FhirResponse
WithMeta ( Spark.Engine.Core.Interaction interaction ) : Spark.Engine.Core.FhirResponse
WithMeta ( Hl7.Fhir.Model.Meta meta ) : Spark.Engine.Core.FhirResponse
WithResource ( HttpStatusCode code, Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
WithResource ( HttpStatusCode code, Spark.Engine.Core.Key key, Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse
WithResource ( Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
WithResource ( Spark.Engine.Core.Key key, Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse
WithResource ( Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse
WithResource ( int code, Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse

메소드 상세

Gone() 공개 정적인 메소드

public static Gone ( Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
entry Spark.Engine.Core.Interaction
리턴 Spark.Engine.Core.FhirResponse

NotFound() 공개 정적인 메소드

public static NotFound ( IKey key ) : Spark.Engine.Core.FhirResponse
key IKey
리턴 Spark.Engine.Core.FhirResponse

WithBundle() 공개 정적인 메소드

public static WithBundle ( Hl7.Fhir.Model.Bundle bundle, Uri serviceBase ) : Spark.Engine.Core.FhirResponse
bundle Hl7.Fhir.Model.Bundle
serviceBase System.Uri
리턴 Spark.Engine.Core.FhirResponse

WithBundle() 공개 정적인 메소드

public static WithBundle ( IEnumerable interactions, Uri serviceBase ) : Spark.Engine.Core.FhirResponse
interactions IEnumerable
serviceBase System.Uri
리턴 Spark.Engine.Core.FhirResponse

WithCode() 공개 정적인 메소드

public static WithCode ( HttpStatusCode code ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
리턴 Spark.Engine.Core.FhirResponse

WithCode() 공개 정적인 메소드

public static WithCode ( int code ) : Spark.Engine.Core.FhirResponse
code int
리턴 Spark.Engine.Core.FhirResponse

WithEntry() 공개 정적인 메소드

public static WithEntry ( HttpStatusCode code, Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
entry Spark.Engine.Core.Interaction
리턴 Spark.Engine.Core.FhirResponse

WithError() 공개 정적인 메소드

public static WithError ( HttpStatusCode code ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
리턴 Spark.Engine.Core.FhirResponse

WithError() 공개 정적인 메소드

public static WithError ( HttpStatusCode code, string message ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
message string
리턴 Spark.Engine.Core.FhirResponse

WithKey() 공개 정적인 메소드

public static WithKey ( HttpStatusCode code, IKey key ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
key IKey
리턴 Spark.Engine.Core.FhirResponse

WithMeta() 공개 정적인 메소드

public static WithMeta ( Spark.Engine.Core.Interaction interaction ) : Spark.Engine.Core.FhirResponse
interaction Spark.Engine.Core.Interaction
리턴 Spark.Engine.Core.FhirResponse

WithMeta() 공개 정적인 메소드

public static WithMeta ( Hl7.Fhir.Model.Meta meta ) : Spark.Engine.Core.FhirResponse
meta Hl7.Fhir.Model.Meta
리턴 Spark.Engine.Core.FhirResponse

WithResource() 공개 정적인 메소드

public static WithResource ( HttpStatusCode code, Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
entry Spark.Engine.Core.Interaction
리턴 Spark.Engine.Core.FhirResponse

WithResource() 공개 정적인 메소드

public static WithResource ( HttpStatusCode code, Spark.Engine.Core.Key key, Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse
code HttpStatusCode
key Spark.Engine.Core.Key
resource Hl7.Fhir.Model.Resource
리턴 Spark.Engine.Core.FhirResponse

WithResource() 공개 정적인 메소드

public static WithResource ( Spark.Engine.Core.Interaction entry ) : Spark.Engine.Core.FhirResponse
entry Spark.Engine.Core.Interaction
리턴 Spark.Engine.Core.FhirResponse

WithResource() 공개 정적인 메소드

public static WithResource ( Spark.Engine.Core.Key key, Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse
key Spark.Engine.Core.Key
resource Hl7.Fhir.Model.Resource
리턴 Spark.Engine.Core.FhirResponse

WithResource() 공개 정적인 메소드

public static WithResource ( Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse
resource Hl7.Fhir.Model.Resource
리턴 Spark.Engine.Core.FhirResponse

WithResource() 공개 정적인 메소드

public static WithResource ( int code, Hl7.Fhir.Model.Resource resource ) : Spark.Engine.Core.FhirResponse
code int
resource Hl7.Fhir.Model.Resource
리턴 Spark.Engine.Core.FhirResponse