C# 클래스 DomainDrivenDelivery.Reporting.Api.Handling

파일 보기 프로젝트 열기: awhatley/dddsample.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object that ) : bool
GetHashCode ( ) : int
ToString ( ) : string
getCompletedOn ( ) : System.DateTime
getCompletedOnAsString ( ) : string
getLocation ( ) : string
getType ( ) : string
getVoyage ( ) : string
setCompletedOn ( System.DateTime completedOn ) : void
setLocation ( string location ) : void
setType ( string type ) : void
setVoyage ( string voyage ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object that ) : bool
that object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

getCompletedOn() 공개 메소드

public getCompletedOn ( ) : System.DateTime
리턴 System.DateTime

getCompletedOnAsString() 공개 메소드

public getCompletedOnAsString ( ) : string
리턴 string

getLocation() 공개 메소드

public getLocation ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

getVoyage() 공개 메소드

public getVoyage ( ) : string
리턴 string

setCompletedOn() 공개 메소드

public setCompletedOn ( System.DateTime completedOn ) : void
completedOn System.DateTime
리턴 void

setLocation() 공개 메소드

public setLocation ( string location ) : void
location string
리턴 void

setType() 공개 메소드

public setType ( string type ) : void
type string
리턴 void

setVoyage() 공개 메소드

public setVoyage ( string voyage ) : void
voyage string
리턴 void