C# Class MySql.Data.Entity.Tests.LaptopComputer

Inheritance: Computer
Show file Open project: Top-Cat/SteamBot Class Usage Examples

Private Properties

Property Type Description
OnIsCertifiedChanged void
OnIsCertifiedChanging void
OnSizeChanged void
OnSizeChanging void

Public Methods

Method Description
CreateLaptopComputer ( global brand, global id ) : LaptopComputer

Create a new LaptopComputer object.

Private Methods

Method Description
OnIsCertifiedChanged ( ) : void
OnIsCertifiedChanging ( Nullable value ) : void
OnSizeChanged ( ) : void
OnSizeChanging ( global value ) : void

Method Details

CreateLaptopComputer() public static method

Create a new LaptopComputer object.
public static CreateLaptopComputer ( global brand, global id ) : LaptopComputer
brand global Initial value of the Brand property.
id global Initial value of the Id property.
return LaptopComputer