Click or drag to resize

Customer Class

A customer
Inheritance Hierarchy

Namespace:  SandcastleTest.Generic.POCO
Assembly:  SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Customer : Person

The Customer type exposes the following members.

Constructors
  NameDescription
Public methodCustomer
Initializes a new instance of the Customer class
Top
Properties
  NameDescription
Public propertyCustomerNumber
A customer number
Public propertyFirstName
First name of a person
(Inherited from Person.)
Public propertyId
Id for the entity
(Inherited from PocoBase.)
Public propertyLastName
Last name of a person
(Inherited from Person.)
Top
Methods
See Also