C# Class VelocityDbSchema.Man

Inheritance: Person
Show file Open project: VelocityDB/VelocityDB Class Usage Examples

Public Methods

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

public Man ( ) : System
return System

Man() public method

public Man ( Person spouse, Person bestFriend, System.DateTime birthday ) : System
spouse Person
bestFriend Person
birthday System.DateTime
return System

Man() public method

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
return System