C# Class CavemanTools.Model.Persistence.IdempotencyId

Afficher le fichier Open project: sapiens/cavemantools Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty IdempotencyId

Méthodes publiques

Méthode 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

Méthode Description
IdempotencyId ( ) : System

Method Details

GetStorableHash() public méthode

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

IdempotencyId() public méthode

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

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

public static IdempotencyId,CavemanTools.Model.Persistence Empty
Résultat IdempotencyId