C# 클래스 Tp.Integration.Messages.ServiceBus.BusExtensions

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
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