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

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

Public Methods

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

Method Details

DbAggregateSnapshot() public method

public DbAggregateSnapshot ( string aggregateId, int version, string type, string data ) : System
aggregateId string
version int
type string
data string
return System