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

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

Private Properties

Property Type Description
OnIsAvailableChanged void
OnIsAvailableChanging void
OnReleaseDateChanged void
OnReleaseDateChanging void

Public Methods

Method Description
CreateTabletComputer ( global brand, global id ) : TabletComputer

Create a new TabletComputer object.

Private Methods

Method Description
OnIsAvailableChanged ( ) : void
OnIsAvailableChanging ( Nullable value ) : void
OnReleaseDateChanged ( ) : void
OnReleaseDateChanging ( Nullable value ) : void

Method Details

CreateTabletComputer() public static method

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