C# Class Ncqrs.Commanding.CommandExecution.Mapping.Actions.ObjectCreationCommandInfo

Afficher le fichier Open project: SzymonPobiega/ncqrs

Méthodes publiques

Méthode Description
CreateFromDirectMethodCommand ( ICommand command ) : ObjectCreationCommandInfo
ObjectCreationCommandInfo ( ICommand command, Type aggregateType ) : System

Initializes a new instance of the ObjectCreationCommandInfo struct.

Private Methods

Méthode Description
GetAggregateRootType ( ICommand command ) : Type
GetMappingAttribute ( ICommand command ) : MapsToAggregateRootConstructorAttribute

Method Details

CreateFromDirectMethodCommand() public static méthode

public static CreateFromDirectMethodCommand ( ICommand command ) : ObjectCreationCommandInfo
command ICommand
Résultat ObjectCreationCommandInfo

ObjectCreationCommandInfo() public méthode

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.
Résultat System