C# Class Tp.Integration.Messages.ServiceBus.BusExtensions

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

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

Private Methods

Méthode Description
ConvertToAccountName ( string name ) : AccountName
GetSagaId ( string>.IDictionary headers ) : System.Guid

Method Details

GetInAccountName() public static méthode

public static GetInAccountName ( this bus ) : AccountName
bus this
Résultat AccountName

GetInProfileName() public static méthode

public static GetInProfileName ( this bus ) : ProfileName
bus this
Résultat ProfileName

GetInSagaId() public static méthode

public static GetInSagaId ( this bus ) : System.Guid
bus this
Résultat System.Guid

GetOutAccountName() public static méthode

public static GetOutAccountName ( this bus ) : AccountName
bus this
Résultat AccountName

GetOutProfileName() public static méthode

public static GetOutProfileName ( this bus ) : ProfileName
bus this
Résultat ProfileName

GetOutSagaId() public static méthode

public static GetOutSagaId ( this bus ) : System.Guid
bus this
Résultat System.Guid

SetIn() public static méthode

public static SetIn ( this bus, AccountName accountName ) : void
bus this
accountName AccountName
Résultat void

SetIn() public static méthode

public static SetIn ( this bus, ProfileName profileName ) : void
bus this
profileName ProfileName
Résultat void

SetInSagaId() public static méthode

public static SetInSagaId ( this bus, System.Guid sagaId ) : void
bus this
sagaId System.Guid
Résultat void

SetOut() public static méthode

public static SetOut ( this bus, AccountName account ) : void
bus this
account AccountName
Résultat void

SetOut() public static méthode

public static SetOut ( this bus, ProfileName profileName ) : void
bus this
profileName ProfileName
Résultat void

SetOutSagaId() public static méthode

public static SetOutSagaId ( this bus, System.Guid sagaId ) : void
bus this
sagaId System.Guid
Résultat void