C# Класс Spark.Engine.Extensions.InteractionExtensions

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

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

Метод Описание
Append ( this bundle, IEnumerable interactions ) : Hl7.Fhir.Model.Bundle
Append ( this bundle, Spark.Engine.Core.Interaction interaction ) : Hl7.Fhir.Model.Bundle
Assert ( this state, InteractionState correct ) : void
ExtractKey ( this localhost, Hl7.Fhir.Model.Bundle entry ) : Key
GetResources ( this bundle ) : IEnumerable
HasResource ( this entry ) : bool
IsDeleted ( this entry ) : bool
Present ( this entry ) : bool
Replace ( this bundle, IEnumerable entries ) : Hl7.Fhir.Model.Bundle
SupplementBase ( this interaction, Uri _base ) : void
SupplementBase ( this interaction, string _base ) : void
ToInteraction ( this localhost, Hl7.Fhir.Model.Bundle bundleEntry ) : Spark.Engine.Core.Interaction
ToTransactionEntry ( this interaction ) : Hl7.Fhir.Model.Bundle.BundleEntryComponent
Transferable ( this interactions ) : IEnumerable
TranslateToSparseEntry ( this interaction ) : Hl7.Fhir.Model.Bundle.BundleEntryComponent

Приватные методы

Метод Описание
DetermineMethod ( ILocalhost localhost, IKey key ) : Bundle.HTTPVerb
ExtrapolateMethod ( this localhost, Hl7.Fhir.Model.Bundle entry, IKey key ) : Bundle.HTTPVerb

Описание методов

Append() публичный статический Метод

public static Append ( this bundle, IEnumerable interactions ) : Hl7.Fhir.Model.Bundle
bundle this
interactions IEnumerable
Результат Hl7.Fhir.Model.Bundle

Append() публичный статический Метод

public static Append ( this bundle, Spark.Engine.Core.Interaction interaction ) : Hl7.Fhir.Model.Bundle
bundle this
interaction Spark.Engine.Core.Interaction
Результат Hl7.Fhir.Model.Bundle

Assert() публичный статический Метод

public static Assert ( this state, InteractionState correct ) : void
state this
correct InteractionState
Результат void

ExtractKey() публичный статический Метод

public static ExtractKey ( this localhost, Hl7.Fhir.Model.Bundle entry ) : Key
localhost this
entry Hl7.Fhir.Model.Bundle
Результат Key

GetResources() публичный статический Метод

public static GetResources ( this bundle ) : IEnumerable
bundle this
Результат IEnumerable

HasResource() публичный статический Метод

public static HasResource ( this entry ) : bool
entry this
Результат bool

IsDeleted() публичный статический Метод

public static IsDeleted ( this entry ) : bool
entry this
Результат bool

Present() публичный статический Метод

public static Present ( this entry ) : bool
entry this
Результат bool

Replace() публичный статический Метод

public static Replace ( this bundle, IEnumerable entries ) : Hl7.Fhir.Model.Bundle
bundle this
entries IEnumerable
Результат Hl7.Fhir.Model.Bundle

SupplementBase() публичный статический Метод

public static SupplementBase ( this interaction, Uri _base ) : void
interaction this
_base System.Uri
Результат void

SupplementBase() публичный статический Метод

public static SupplementBase ( this interaction, string _base ) : void
interaction this
_base string
Результат void

ToInteraction() публичный статический Метод

public static ToInteraction ( this localhost, Hl7.Fhir.Model.Bundle bundleEntry ) : Spark.Engine.Core.Interaction
localhost this
bundleEntry Hl7.Fhir.Model.Bundle
Результат Spark.Engine.Core.Interaction

ToTransactionEntry() публичный статический Метод

public static ToTransactionEntry ( this interaction ) : Hl7.Fhir.Model.Bundle.BundleEntryComponent
interaction this
Результат Hl7.Fhir.Model.Bundle.BundleEntryComponent

Transferable() публичный статический Метод

public static Transferable ( this interactions ) : IEnumerable
interactions this
Результат IEnumerable

TranslateToSparseEntry() публичный статический Метод

public static TranslateToSparseEntry ( this interaction ) : Hl7.Fhir.Model.Bundle.BundleEntryComponent
interaction this
Результат Hl7.Fhir.Model.Bundle.BundleEntryComponent