C# Класс Ncqrs.Commanding.CommandExecution.Mapping.Actions.ObjectCreationCommandInfo

Показать файл Открыть проект

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

Метод Описание
CreateFromDirectMethodCommand ( ICommand command ) : ObjectCreationCommandInfo
ObjectCreationCommandInfo ( ICommand command, Type aggregateType ) : System

Initializes a new instance of the ObjectCreationCommandInfo struct.

Приватные методы

Метод Описание
GetAggregateRootType ( ICommand command ) : Type
GetMappingAttribute ( ICommand command ) : MapsToAggregateRootConstructorAttribute

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

CreateFromDirectMethodCommand() публичный статический Метод

public static CreateFromDirectMethodCommand ( ICommand command ) : ObjectCreationCommandInfo
command ICommand
Результат ObjectCreationCommandInfo

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

Initializes a new instance of the ObjectCreationCommandInfo struct.
public ObjectCreationCommandInfo ( ICommand command, Type aggregateType ) : System
command ICommand The command.
aggregateType System.Type Type of the aggregate.
Результат System