Метод | Описание | |
---|---|---|
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 |
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 | |
Результат | System |
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 | |
Результат | System |
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 | |
Результат | System |