C# Class Spark.Engine.Core.ILocalhostExtensions

Datei anzeigen Open project: raysearchlabs/spark

Public Methods

Method Description
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

Method Details

CreateBundle() public static method

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

ForeignUriToKey() public static method

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

GetAbsoluteUri() public static method

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

GetKeyKind() public static method

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

GetOperationPath() public static method

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

IsBaseOf() public static method

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

IsForeign() public static method

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

IsLocal() public static method

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

LocalUriToKey() public static method

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

Uri() public static method

public static Uri ( this localhost ) : Uri
localhost this
return System.Uri

Uri() public static method

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

UriToKey() public static method

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

UriToKey() public static method

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