C# Class VelocityDbSchema.Man

Inheritance: Person
Afficher le fichier Open project: VelocityDB/VelocityDB Class Usage Examples

Méthodes publiques

Méthode Description
Man ( ) : System
Man ( Person spouse, Person bestFriend, System.DateTime birthday ) : System
Man ( string firstName, string lastName, UInt16 age, long ssn, System.DateTime birthday, Person bestFriend = null, Person spouse = null ) : System

Method Details

Man() public méthode

public Man ( ) : System
Résultat System

Man() public méthode

public Man ( Person spouse, Person bestFriend, System.DateTime birthday ) : System
spouse Person
bestFriend Person
birthday System.DateTime
Résultat System

Man() public méthode

public Man ( string firstName, string lastName, UInt16 age, long ssn, System.DateTime birthday, Person bestFriend = null, Person spouse = null ) : System
firstName string
lastName string
age System.UInt16
ssn long
birthday System.DateTime
bestFriend Person
spouse Person
Résultat System