C# 클래스 Regalo.Core.Conventions

파일 보기 프로젝트 열기: nbarnwell/Regalo

공개 메소드들

메소드 설명
SetAggregateIdPropertyName ( string value ) : void
SetAggregatesMustImplementApplymethods ( bool value ) : void
SetFindAggregateTypeForEventType ( Type>.Func findAggregateTypeForEventType ) : void
SetRetryableEventHandlingExceptionFilter ( Func retryableEventHandlingExceptionFilter ) : void

메소드 상세

SetAggregateIdPropertyName() 공개 정적인 메소드

public static SetAggregateIdPropertyName ( string value ) : void
value string
리턴 void

SetAggregatesMustImplementApplymethods() 공개 정적인 메소드

public static SetAggregatesMustImplementApplymethods ( bool value ) : void
value bool
리턴 void

SetFindAggregateTypeForEventType() 공개 정적인 메소드

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

SetRetryableEventHandlingExceptionFilter() 공개 정적인 메소드

public static SetRetryableEventHandlingExceptionFilter ( Func retryableEventHandlingExceptionFilter ) : void
retryableEventHandlingExceptionFilter Func
리턴 void