Property | Type | Description | |
---|---|---|---|
ActiveSagaInstance | System | ||
AttachEntity | void | ||
AttachExistingEntity | void | ||
Completed | void | ||
GetDefault | object | ||
MarkAsNotFound | void | ||
TryGetCorrelationProperty | bool | ||
UpdateModified | void | ||
Updated | void | ||
ValidateChanges | void | ||
ValidateCorrelationPropertyHaveValue | void | ||
ValidateCorrelationPropertyNotModified | void | ||
ValidateSagaIdIsNotModified | void |
Method | Description | |
---|---|---|
AttachNewEntity ( IContainSagaData sagaEntity ) : void |
Provides a way to update the actual saga entity.
|
Method | Description | |
---|---|---|
ActiveSagaInstance ( Saga saga, NServiceBus.Sagas.SagaMetadata metadata, Func |
||
AttachEntity ( IContainSagaData sagaEntity ) : void | ||
AttachExistingEntity ( IContainSagaData loadedEntity ) : void | ||
Completed ( ) : void | ||
GetDefault ( |
||
MarkAsNotFound ( ) : void | ||
TryGetCorrelationProperty ( CorrelationPropertyInfo &sagaCorrelationProperty ) : bool | ||
UpdateModified ( ) : void | ||
Updated ( ) : void | ||
ValidateChanges ( ) : void | ||
ValidateCorrelationPropertyHaveValue ( ) : void | ||
ValidateCorrelationPropertyNotModified ( ) : void | ||
ValidateSagaIdIsNotModified ( ) : void |
public AttachNewEntity ( IContainSagaData sagaEntity ) : void | ||
sagaEntity | IContainSagaData | The new entity. |
return | void |