C# Class CavemanTools.Model.Persistence.IdempotencyId

Datei anzeigen Open project: sapiens/cavemantools Class Usage Examples

Public Properties

Property Type Description
Empty IdempotencyId

Public Methods

Method Description
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

Private Methods

Method Description
IdempotencyId ( ) : System

Method Details

GetStorableHash() public method

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

IdempotencyId() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

public static IdempotencyId,CavemanTools.Model.Persistence Empty
return IdempotencyId