C# Class Spark.Engine.Core.ILocalhostExtensions

Afficher le fichier Open project: raysearchlabs/spark

Méthodes publiques

Méthode 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 méthode

public static CreateBundle ( this localhost, Hl7.Fhir.Model.Bundle type ) : Hl7.Fhir.Model.Bundle
localhost this
type Hl7.Fhir.Model.Bundle
Résultat Hl7.Fhir.Model.Bundle

ForeignUriToKey() public static méthode

public static ForeignUriToKey ( Uri uri ) : Spark.Engine.Core.Key
uri System.Uri
Résultat Spark.Engine.Core.Key

GetAbsoluteUri() public static méthode

public static GetAbsoluteUri ( this localhost, IKey key ) : Uri
localhost this
key IKey
Résultat System.Uri

GetKeyKind() public static méthode

public static GetKeyKind ( this localhost, IKey key ) : KeyKind
localhost this
key IKey
Résultat KeyKind

GetOperationPath() public static méthode

public static GetOperationPath ( this localhost, Uri uri ) : string
localhost this
uri System.Uri
Résultat string

IsBaseOf() public static méthode

public static IsBaseOf ( this localhost, string uristring ) : bool
localhost this
uristring string
Résultat bool

IsForeign() public static méthode

public static IsForeign ( this localhost, IKey key ) : bool
localhost this
key IKey
Résultat bool

IsLocal() public static méthode

public static IsLocal ( this localhost, IKey key ) : bool
localhost this
key IKey
Résultat bool

LocalUriToKey() public static méthode

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

Uri() public static méthode

public static Uri ( this localhost ) : Uri
localhost this
Résultat System.Uri

Uri() public static méthode

public static Uri ( this localhost, IKey key ) : Uri
localhost this
key IKey
Résultat System.Uri

UriToKey() public static méthode

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

UriToKey() public static méthode

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