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

Inheritance: DbRow
Show file Open project: iSynaptic/iSynaptic.Core

Protected Methods

Method Description
DbDataRow ( string aggregateId, int version, string type, string data ) : System

Private Methods

Method Description
ValidateData ( string data, string argumentName ) : string

Method Details

DbDataRow() protected method

protected DbDataRow ( string aggregateId, int version, string type, string data ) : System
aggregateId string
version int
type string
data string
return System