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

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

Public Methods

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

Method Details

DbAggregateEvent() public method

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