C# Class CodeSharp.EventSourcing.AggregateEventHandlerAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: tangxuehua/eventsourcing

Public Methods

Method Description
AggregateEventHandlerAttribute ( ) : System

构造函数

Private Methods

Method Description
AddNewPath ( string path, string className, string propertyName ) : void
ParsePaths ( IEnumerable paths ) : void

Method Details

AggregateEventHandlerAttribute() public method

构造函数
public AggregateEventHandlerAttribute ( ) : System
return System