C# 클래스 iSynaptic.Core.Persistence.SqlServerAggregateRepository.DbAggregateSnapshot

상속: DbDataRow
파일 보기 프로젝트 열기: iSynaptic/iSynaptic.Core

공개 메소드들

메소드 설명
DbAggregateSnapshot ( string aggregateId, int version, string type, string data ) : System

메소드 상세

DbAggregateSnapshot() 공개 메소드

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