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

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

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

Метод Описание
MapsToAggregateRootConstructorAttribute ( String typeName ) : System

Initializes a new instance of the MapsToAggregateRootConstructorAttribute class.

MapsToAggregateRootConstructorAttribute ( Type type ) : System

Initializes a new instance of the MapsToAggregateRootConstructorAttribute class.

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

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

Initializes a new instance of the MapsToAggregateRootConstructorAttribute class.
Thrown when typeName is null or emtpy.
public MapsToAggregateRootConstructorAttribute ( String typeName ) : System
typeName String The full qualified name of the type of the aggregate root.
Результат System

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

Initializes a new instance of the MapsToAggregateRootConstructorAttribute class.
Thrown when type is null.
public MapsToAggregateRootConstructorAttribute ( Type type ) : System
type System.Type The type of the aggregate root.
Результат System