C# Class DomainDrivenDelivery.Reporting.Api.Handling

Show file Open project: awhatley/dddsample.net Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Equals() public method

public Equals ( object that ) : bool
that object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

getCompletedOn() public method

public getCompletedOn ( ) : System.DateTime
return System.DateTime

getCompletedOnAsString() public method

public getCompletedOnAsString ( ) : string
return string

getLocation() public method

public getLocation ( ) : string
return string

getType() public method

public getType ( ) : string
return string

getVoyage() public method

public getVoyage ( ) : string
return string

setCompletedOn() public method

public setCompletedOn ( System.DateTime completedOn ) : void
completedOn System.DateTime
return void

setLocation() public method

public setLocation ( string location ) : void
location string
return void

setType() public method

public setType ( string type ) : void
type string
return void

setVoyage() public method

public setVoyage ( string voyage ) : void
voyage string
return void