C# Class Fish360Project.FishTO

Mostrar archivo Open project: jannunzi/dev Class Usage Examples

Public Methods

Method Description
FishTO ( ) : System
FishTO ( int id, int tripId, string name, double weight, double length, string species, System.DateTime caught ) : System
FishTO ( int id, int tripId, string name, double weight, double length, string species, string caught ) : System
FishTO ( int id, int tripId, string name, double weight, double length, string species, string caught, string caughtTime ) : System

Method Details

FishTO() public method

public FishTO ( ) : System
return System

FishTO() public method

public FishTO ( int id, int tripId, string name, double weight, double length, string species, System.DateTime caught ) : System
id int
tripId int
name string
weight double
length double
species string
caught System.DateTime
return System

FishTO() public method

public FishTO ( int id, int tripId, string name, double weight, double length, string species, string caught ) : System
id int
tripId int
name string
weight double
length double
species string
caught string
return System

FishTO() public method

public FishTO ( int id, int tripId, string name, double weight, double length, string species, string caught, string caughtTime ) : System
id int
tripId int
name string
weight double
length double
species string
caught string
caughtTime string
return System