C# Class VelocityDbSchema.Samples.AllSupportedSample.Pet

显示文件 Open project: VelocityDB/VelocityDB Class Usage Examples

Public Properties

Property Type Description
friends List

Public Methods

Method Description
Pet ( ) : System
Pet ( string aName, short anAge ) : System

Method Details

Pet() public method

public Pet ( ) : System
return System

Pet() public method

public Pet ( string aName, short anAge ) : System
aName string
anAge short
return System

Property Details

friends public_oe property

public List friends
return List