C# Класс Tp.Integration.Messages.ServiceBus.BusExtensions

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

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

Метод Описание
GetInAccountName ( this bus ) : AccountName
GetInProfileName ( this bus ) : ProfileName
GetInSagaId ( this bus ) : System.Guid
GetOutAccountName ( this bus ) : AccountName
GetOutProfileName ( this bus ) : ProfileName
GetOutSagaId ( this bus ) : System.Guid
SetIn ( this bus, AccountName accountName ) : void
SetIn ( this bus, ProfileName profileName ) : void
SetInSagaId ( this bus, System.Guid sagaId ) : void
SetOut ( this bus, AccountName account ) : void
SetOut ( this bus, ProfileName profileName ) : void
SetOutSagaId ( this bus, System.Guid sagaId ) : void

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

Метод Описание
ConvertToAccountName ( string name ) : AccountName
GetSagaId ( string>.IDictionary headers ) : System.Guid

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

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

public static GetInAccountName ( this bus ) : AccountName
bus this
Результат AccountName

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

public static GetInProfileName ( this bus ) : ProfileName
bus this
Результат ProfileName

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

public static GetInSagaId ( this bus ) : System.Guid
bus this
Результат System.Guid

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

public static GetOutAccountName ( this bus ) : AccountName
bus this
Результат AccountName

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

public static GetOutProfileName ( this bus ) : ProfileName
bus this
Результат ProfileName

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

public static GetOutSagaId ( this bus ) : System.Guid
bus this
Результат System.Guid

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

public static SetIn ( this bus, AccountName accountName ) : void
bus this
accountName AccountName
Результат void

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

public static SetIn ( this bus, ProfileName profileName ) : void
bus this
profileName ProfileName
Результат void

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

public static SetInSagaId ( this bus, System.Guid sagaId ) : void
bus this
sagaId System.Guid
Результат void

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

public static SetOut ( this bus, AccountName account ) : void
bus this
account AccountName
Результат void

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

public static SetOut ( this bus, ProfileName profileName ) : void
bus this
profileName ProfileName
Результат void

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

public static SetOutSagaId ( this bus, System.Guid sagaId ) : void
bus this
sagaId System.Guid
Результат void