C# 클래스 Ncqrs.Commanding.CommandExecution.Mapping.Actions.ObjectCreationCommandInfo

파일 보기 프로젝트 열기: SzymonPobiega/ncqrs

공개 메소드들

메소드 설명
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