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

Inheritance: DbRow
Afficher le fichier Open project: iSynaptic/iSynaptic.Core

Méthodes protégées

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

Private Methods

Méthode Description
ValidateData ( string data, string argumentName ) : string

Method Details

DbDataRow() protected méthode

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