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

Inheritance: Computer
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Private Properties

Свойство Type Description
OnIsCertifiedChanged void
OnIsCertifiedChanging void
OnSizeChanged void
OnSizeChanging void

Méthodes publiques

Méthode Description
CreateLaptopComputer ( global brand, global id ) : LaptopComputer

Create a new LaptopComputer object.

Private Methods

Méthode Description
OnIsCertifiedChanged ( ) : void
OnIsCertifiedChanging ( Nullable value ) : void
OnSizeChanged ( ) : void
OnSizeChanging ( global value ) : void

Method Details

CreateLaptopComputer() public static méthode

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.
Résultat LaptopComputer