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

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

공개 메소드들

메소드 설명
CreateBundle ( this localhost, Hl7.Fhir.Model.Bundle type ) : Hl7.Fhir.Model.Bundle
ForeignUriToKey ( Uri uri ) : Spark.Engine.Core.Key
GetAbsoluteUri ( this localhost, IKey key ) : Uri
GetKeyKind ( this localhost, IKey key ) : KeyKind
GetOperationPath ( this localhost, Uri uri ) : string
IsBaseOf ( this localhost, string uristring ) : bool
IsForeign ( this localhost, IKey key ) : bool
IsLocal ( this localhost, IKey key ) : bool
LocalUriToKey ( this localhost, Uri uri ) : Spark.Engine.Core.Key
Uri ( this localhost ) : Uri
Uri ( this localhost, IKey key ) : Uri
UriToKey ( this localhost, Uri uri ) : Spark.Engine.Core.Key
UriToKey ( this localhost, string uristring ) : Spark.Engine.Core.Key

메소드 상세

CreateBundle() 공개 정적인 메소드

public static CreateBundle ( this localhost, Hl7.Fhir.Model.Bundle type ) : Hl7.Fhir.Model.Bundle
localhost this
type Hl7.Fhir.Model.Bundle
리턴 Hl7.Fhir.Model.Bundle

ForeignUriToKey() 공개 정적인 메소드

public static ForeignUriToKey ( Uri uri ) : Spark.Engine.Core.Key
uri System.Uri
리턴 Spark.Engine.Core.Key

GetAbsoluteUri() 공개 정적인 메소드

public static GetAbsoluteUri ( this localhost, IKey key ) : Uri
localhost this
key IKey
리턴 System.Uri

GetKeyKind() 공개 정적인 메소드

public static GetKeyKind ( this localhost, IKey key ) : KeyKind
localhost this
key IKey
리턴 KeyKind

GetOperationPath() 공개 정적인 메소드

public static GetOperationPath ( this localhost, Uri uri ) : string
localhost this
uri System.Uri
리턴 string

IsBaseOf() 공개 정적인 메소드

public static IsBaseOf ( this localhost, string uristring ) : bool
localhost this
uristring string
리턴 bool

IsForeign() 공개 정적인 메소드

public static IsForeign ( this localhost, IKey key ) : bool
localhost this
key IKey
리턴 bool

IsLocal() 공개 정적인 메소드

public static IsLocal ( this localhost, IKey key ) : bool
localhost this
key IKey
리턴 bool

LocalUriToKey() 공개 정적인 메소드

public static LocalUriToKey ( this localhost, Uri uri ) : Spark.Engine.Core.Key
localhost this
uri System.Uri
리턴 Spark.Engine.Core.Key

Uri() 공개 정적인 메소드

public static Uri ( this localhost ) : Uri
localhost this
리턴 System.Uri

Uri() 공개 정적인 메소드

public static Uri ( this localhost, IKey key ) : Uri
localhost this
key IKey
리턴 System.Uri

UriToKey() 공개 정적인 메소드

public static UriToKey ( this localhost, Uri uri ) : Spark.Engine.Core.Key
localhost this
uri System.Uri
리턴 Spark.Engine.Core.Key

UriToKey() 공개 정적인 메소드

public static UriToKey ( this localhost, string uristring ) : Spark.Engine.Core.Key
localhost this
uristring string
리턴 Spark.Engine.Core.Key