C# 클래스 CodeSharp.EventSourcing.Path

表示一个路径,该路径用于在事件发生时找到响应的聚合根事件订阅者。
파일 보기 프로젝트 열기: tangxuehua/eventsourcing

공개 메소드들

메소드 설명
Path ( Type aggregateRootType, string propertyName ) : System

构造函数

메소드 상세

Path() 공개 메소드

构造函数
public Path ( Type aggregateRootType, string propertyName ) : System
aggregateRootType System.Type 聚合根的类型
propertyName string 聚合根的ID在源对象中的属性名
리턴 System