C# Class Regalo.Core.Conventions

Mostra file Open project: nbarnwell/Regalo

Public Methods

Method Description
SetAggregateIdPropertyName ( string value ) : void
SetAggregatesMustImplementApplymethods ( bool value ) : void
SetFindAggregateTypeForEventType ( Type>.Func findAggregateTypeForEventType ) : void
SetRetryableEventHandlingExceptionFilter ( Func retryableEventHandlingExceptionFilter ) : void

Method Details

SetAggregateIdPropertyName() public static method

public static SetAggregateIdPropertyName ( string value ) : void
value string
return void

SetAggregatesMustImplementApplymethods() public static method

public static SetAggregatesMustImplementApplymethods ( bool value ) : void
value bool
return void

SetFindAggregateTypeForEventType() public static method

public static SetFindAggregateTypeForEventType ( Type>.Func findAggregateTypeForEventType ) : void
findAggregateTypeForEventType Type>.Func
return void

SetRetryableEventHandlingExceptionFilter() public static method

public static SetRetryableEventHandlingExceptionFilter ( Func retryableEventHandlingExceptionFilter ) : void
retryableEventHandlingExceptionFilter Func
return void