C# Class DomainDrivenDelivery.Reporting.Api.Handling

Afficher le fichier Open project: awhatley/dddsample.net Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Equals ( object that ) : bool
that object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

getCompletedOn() public méthode

public getCompletedOn ( ) : System.DateTime
Résultat System.DateTime

getCompletedOnAsString() public méthode

public getCompletedOnAsString ( ) : string
Résultat string

getLocation() public méthode

public getLocation ( ) : string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

getVoyage() public méthode

public getVoyage ( ) : string
Résultat string

setCompletedOn() public méthode

public setCompletedOn ( System.DateTime completedOn ) : void
completedOn System.DateTime
Résultat void

setLocation() public méthode

public setLocation ( string location ) : void
location string
Résultat void

setType() public méthode

public setType ( string type ) : void
type string
Résultat void

setVoyage() public méthode

public setVoyage ( string voyage ) : void
voyage string
Résultat void