Customer Class |
Namespace: SandcastleTest.Generic.POCO
public class Customer : Person
The Customer type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomerNumber |
A customer number
|
![]() | FirstName |
First name of a person
(Inherited from Person.) |
![]() | Id |
Id for the entity
(Inherited from PocoBase.) |
![]() | LastName |
Last name of a person
(Inherited from Person.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Gets a hascode for a PocoBase (Inherited from PocoBase.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Overrides the ToString method
(Overrides PersonToString.) |