C# 클래스 Ncqrs.Commanding.CommandExecution.Mapping.Attributes.MapsToAggregateRootConstructorAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: SzymonPobiega/ncqrs

공개 메소드들

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