IPerson Interface

Interface for a Person implementation class.

Definition

Namespace: Common.Core.Interfaces
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public interface IPerson

Properties

AddressGets or sets the Primary Address.
BirthDateGets or sets the Date of Birth.
FirstNameGets or sets the First Name.
FullNameGets the Full Name.
GovernmentNumberGets or sets the Government Number.
HomePhoneGets or sets the Home Phone Number.
IdGets or sets the unique identifier.
IdNumberGets or sets the Identification Number.
IdProvinceGets or sets the Identification Province.
LastNameGets or sets the Last Name.
MiddleNameGets or sets the Middle Name.

See Also