C# Class VelocityDbSchema.Samples.AllSupportedSample.Cat

Inheritance: Pet
Exibir arquivo Open project: VelocityDB/VelocityDB Class Usage Examples

Public Properties

Property Type Description
color string

Public Methods

Method Description
Cat ( ) : System
Cat ( string aName, short anAge, string color = "black" ) : System

Method Details

Cat() public method

public Cat ( ) : System
return System

Cat() public method

public Cat ( string aName, short anAge, string color = "black" ) : System
aName string
anAge short
color string
return System

Property Details

color public_oe property

public string color
return string