C# 클래스 CavemanTools.Model.Persistence.IdempotencyId

파일 보기 프로젝트 열기: sapiens/cavemantools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty IdempotencyId

공개 메소드들

메소드 설명
GetStorableHash ( ) : string

Generates a hash (murmur3) that can be persisted. It should have a unique constraint

IdempotencyId ( System.Guid operationId, string modelIdentifier ) : System

IsEmpty ( ) : bool

비공개 메소드들

메소드 설명
IdempotencyId ( ) : System

메소드 상세

GetStorableHash() 공개 메소드

Generates a hash (murmur3) that can be persisted. It should have a unique constraint
public GetStorableHash ( ) : string
리턴 string

IdempotencyId() 공개 메소드

public IdempotencyId ( System.Guid operationId, string modelIdentifier ) : System
operationId System.Guid
modelIdentifier string Identifier of the entity/model/event involved
리턴 System

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static IdempotencyId,CavemanTools.Model.Persistence Empty
리턴 IdempotencyId