C# Класс Ncqrs.Commanding.CommandExecution.Mapping.Attributes.MapsToAggregateRootMethodAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

MapsToAggregateRootMethodAttribute() публичный Метод

Initializes a new instance of the MapsToAggregateRootMethodAttribute class.
public MapsToAggregateRootMethodAttribute ( String typeName ) : System
typeName String Name of the type.
Результат System

MapsToAggregateRootMethodAttribute() публичный Метод

public MapsToAggregateRootMethodAttribute ( Type type, String methodName ) : System
type System.Type
methodName String
Результат System

MapsToAggregateRootMethodAttribute() публичный Метод

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.
Результат System