C# Class CodeSharp.EventSourcing.Path

表示一个路径,该路径用于在事件发生时找到响应的聚合根事件订阅者。
Datei anzeigen Open project: tangxuehua/eventsourcing

Public Methods

Method Description
Path ( Type aggregateRootType, string propertyName ) : System

构造函数

Method Details

Path() public method

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