C# Class VelocityDbSchema.Woman

Inheritance: Person
Mostrar archivo Open project: VelocityDB/VelocityDB Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
Woman ( ) : System
Woman ( Person spouse, Person bestFriend ) : System
Woman ( string firstName, string lastName, UInt16 age, long ssn, Person bestFriend, Person spouse ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

Woman() public method

public Woman ( ) : System
return System

Woman() public method

public Woman ( Person spouse, Person bestFriend ) : System
spouse Person
bestFriend Person
return System

Woman() public method

public Woman ( string firstName, string lastName, UInt16 age, long ssn, Person bestFriend, Person spouse ) : System
firstName string
lastName string
age System.UInt16
ssn long
bestFriend Person
spouse Person
return System