C# Класс Spark.Engine.Core.ILocalhostExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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