C# Class iSynaptic.Core.Persistence.SqlServerAggregateRepository.DbRow

Afficher le fichier Open project: iSynaptic/iSynaptic.Core

Méthodes protégées

Méthode Description
DbRow ( string aggregateId, int version, string type ) : System

Private Methods

Méthode Description
ValidateAggregateId ( string value, string argumentName ) : string
ValidateType ( string value, string argumentName ) : string
ValidateVersion ( int value, string argumentName ) : int

Method Details

DbRow() protected méthode

protected DbRow ( string aggregateId, int version, string type ) : System
aggregateId string
version int
type string
Résultat System