C# 클래스 Domain.Client.Clients.Commands.CorrectDateOfBirth

상속: ICommand
파일 보기 프로젝트 열기: AdrianFreemantle/DDD 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CorrectDateOfBirth ( ClientId clientId, DateOfBirth dateOfBirth ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
CorrectDateOfBirth ( ) : System

메소드 상세

CorrectDateOfBirth() 보호된 메소드

protected CorrectDateOfBirth ( ) : System
리턴 System

CorrectDateOfBirth() 공개 메소드

public CorrectDateOfBirth ( ClientId clientId, DateOfBirth dateOfBirth ) : System
clientId ClientId
dateOfBirth Domain.Client.ValueObjects.DateOfBirth
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string