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

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
ValidateAggregateId ( string value, string argumentName ) : string
ValidateType ( string value, string argumentName ) : string
ValidateVersion ( int value, string argumentName ) : int

메소드 상세

DbRow() 보호된 메소드

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