C# Class Ncqrs.Commanding.CommandExecution.Mapping.Attributes.MapsToAggregateRootMethodAttribute

Inheritance: System.Attribute
显示文件 Open project: SzymonPobiega/ncqrs

Public Methods

Method Description
MapsToAggregateRootMethodAttribute ( String typeName ) : System

Initializes a new instance of the MapsToAggregateRootMethodAttribute class.

MapsToAggregateRootMethodAttribute ( Type type, String methodName ) : System
MapsToAggregateRootMethodAttribute ( string typeName, string methodName ) : System

Initializes a new instance of the MapsToAggregateRootMethodAttribute class.

Method Details

MapsToAggregateRootMethodAttribute() public method

Initializes a new instance of the MapsToAggregateRootMethodAttribute class.
public MapsToAggregateRootMethodAttribute ( String typeName ) : System
typeName String Name of the type.
return System

MapsToAggregateRootMethodAttribute() public method

public MapsToAggregateRootMethodAttribute ( Type type, String methodName ) : System
type System.Type
methodName String
return System

MapsToAggregateRootMethodAttribute() public method

Initializes a new instance of the MapsToAggregateRootMethodAttribute class.
public MapsToAggregateRootMethodAttribute ( string typeName, string methodName ) : System
typeName string Name of the type.
methodName string Name of the method.
return System