![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
An IEvent<TAuthenticationToken> used specifically by a ISaga<TAuthenticationToken> More...
Inheritance diagram for Cqrs.Events.SagaEvent< TAuthenticationToken >:Public Member Functions | |
| SagaEvent () | |
| Instantiates a new instance of SagaEvent<TAuthenticationToken>. More... | |
| SagaEvent (IEvent< TAuthenticationToken > @event) | |
| Instantiates a new instance of SagaEvent<TAuthenticationToken> with the provided event . More... | |
Properties | |
| Guid | CorrelationId [get, set] |
| An identifier used to group together several IMessage. Any IMessage with the same CorrelationId were triggered by the same initiating request. More... | |
| string | OriginatingFramework [get, set] |
| The originating framework this message was sent from. More... | |
| IEnumerable< string > | Frameworks [get, set] |
| The frameworks this IMessage has been delivered to/sent via already. More... | |
| TAuthenticationToken | AuthenticationToken [get, set] |
| The TAuthenticationToken of the entity that triggered the event to be raised. More... | |
| Guid | Id [get, set] |
| The ID of the IEvent<TAuthenticationToken> More... | |
| int | Version [get, set] |
| The version of the IEvent<TAuthenticationToken> More... | |
| DateTimeOffset | TimeStamp [get, set] |
| The date and time the event was raised or published. More... | |
| Guid | Rsn [get, set] |
| The identity of the ISaga<TAuthenticationToken> being targeted. More... | |
| IEvent< TAuthenticationToken > | Event [get, set] |
| The IEvent<TAuthenticationToken> this ISagaEvent<TAuthenticationToken> encases. More... | |
Properties inherited from Cqrs.Events.ISagaEvent< TAuthenticationToken > | |
| Guid | Rsn [get, set] |
| The identity of the ISaga<TAuthenticationToken> being targeted. More... | |
| IEvent< TAuthenticationToken > | Event [get, set] |
| The IEvent<TAuthenticationToken> this ISagaEvent<TAuthenticationToken> encases. More... | |
Properties inherited from Cqrs.Events.IEvent< TAuthenticationToken > | |
| Guid | Id [get, set] |
| The ID of the IEvent<TAuthenticationToken> More... | |
| int | Version [get, set] |
| The version of the IEvent<TAuthenticationToken> More... | |
| DateTimeOffset | TimeStamp [get, set] |
| The date and time the event was raised or published. More... | |
Properties inherited from Cqrs.Messages.IMessageWithAuthenticationToken< TAuthenticationToken > | |
| TAuthenticationToken | AuthenticationToken [get, set] |
| The TAuthenticationToken of the entity that triggered the event to be raised. More... | |
Properties inherited from Cqrs.Messages.IMessage | |
| Guid | CorrelationId [get, set] |
| An identifier used to group together several IMessage. Any IMessage with the same CorrelationId were triggered by the same initiating request. More... | |
| string | OriginatingFramework [get, set] |
| The originating framework this message was sent from. More... | |
| IEnumerable< string > | Frameworks [get, set] |
| The frameworks this IMessage has been delivered to/sent via already. More... | |
An IEvent<TAuthenticationToken> used specifically by a ISaga<TAuthenticationToken>
| TAuthenticationToken | The Type of the authentication token. |