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

Show file Open project: iSynaptic/iSynaptic.Core

Protected Methods

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

Private Methods

Method Description
ValidateAggregateId ( string value, string argumentName ) : string
ValidateType ( string value, string argumentName ) : string
ValidateVersion ( int value, string argumentName ) : int

Method Details

DbRow() protected method

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