Click or drag to resize

Person Class

A base class with base properties for a person.
Inheritance Hierarchy

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

The Person type exposes the following members.

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