Person Class |
Namespace: SandcastleTest.Generic.POCO
public abstract class Person : PocoBase
The Person type exposes the following members.
Name | Description | |
---|---|---|
FirstName |
First name of a person
| |
Id |
Id for the entity
(Inherited from PocoBase.) | |
LastName |
Last name of a 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 a ToString representation of an person
(Overrides ObjectToString.) |