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

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

공개 메소드들

메소드 설명
MapsToAggregateRootMethodAttribute ( String typeName ) : System

Initializes a new instance of the MapsToAggregateRootMethodAttribute class.

MapsToAggregateRootMethodAttribute ( Type type, String methodName ) : System
MapsToAggregateRootMethodAttribute ( string typeName, string methodName ) : System

Initializes a new instance of the MapsToAggregateRootMethodAttribute class.

메소드 상세

MapsToAggregateRootMethodAttribute() 공개 메소드

Initializes a new instance of the MapsToAggregateRootMethodAttribute class.
public MapsToAggregateRootMethodAttribute ( String typeName ) : System
typeName String Name of the type.
리턴 System

MapsToAggregateRootMethodAttribute() 공개 메소드

public MapsToAggregateRootMethodAttribute ( Type type, String methodName ) : System
type System.Type
methodName String
리턴 System

MapsToAggregateRootMethodAttribute() 공개 메소드

Initializes a new instance of the MapsToAggregateRootMethodAttribute class.
public MapsToAggregateRootMethodAttribute ( string typeName, string methodName ) : System
typeName string Name of the type.
methodName string Name of the method.
리턴 System