Class PersonEdm
Person Enterprise Data Object, representation of the person entity.
Inheritance
System.Object
PersonEdm
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
Constructors
PersonEdm()
Declaration
Properties
BirthDate
Declaration
public DateTime? BirthDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DriverLicenseNumber
Declaration
public string DriverLicenseNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
DriverLicenseState
Declaration
public string DriverLicenseState { get; set; }
Property Value
Type |
Description |
System.String |
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
Gender
Declaration
public string Gender { get; set; }
Property Value
Type |
Description |
System.String |
|
GenderCode
Declaration
public string GenderCode { get; set; }
Property Value
Type |
Description |
System.String |
|
GenderId
Declaration
public int GenderId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GenderPronounList
Declaration
public List<GenderPronounEdm> GenderPronounList { get; set; }
Property Value
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
MaidenName
Declaration
public string MaidenName { get; set; }
Property Value
Type |
Description |
System.String |
|
MiddleName
Declaration
public string MiddleName { get; set; }
Property Value
Type |
Description |
System.String |
|
MobilePhoneNumber
Declaration
public string MobilePhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Nickname
Declaration
public string Nickname { get; set; }
Property Value
Type |
Description |
System.String |
|
OtherEmailAddress
Declaration
public string OtherEmailAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
OtherPhoneNumber
Declaration
public string OtherPhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
PreferredName
Declaration
public string PreferredName { get; set; }
Property Value
Type |
Description |
System.String |
|
PreferredPhone
Declaration
public string PreferredPhone { get; set; }
Property Value
Type |
Description |
System.String |
|
PrimaryAddress
Declaration
public AddressEdm PrimaryAddress { get; set; }
Property Value
PrimaryEmailAddress
Declaration
public string PrimaryEmailAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
PrimaryPhoneNumber
Declaration
public string PrimaryPhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
SourcePersonIdentifier
Declaration
public string SourcePersonIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
SourceSystem
Declaration
public string SourceSystem { get; set; }
Property Value
Type |
Description |
System.String |
|
Ssn
Declaration
public string Ssn { get; set; }
Property Value
Type |
Description |
System.String |
|
SuffixCode
Declaration
public string SuffixCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SuffixId
Declaration
public int SuffixId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TitleCode
Declaration
public string TitleCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TitleId
Declaration
public int? TitleId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
WorkPhoneNumber
Declaration
public string WorkPhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
WorkPhoneNumberExt
Declaration
public string WorkPhoneNumberExt { get; set; }
Property Value
Type |
Description |
System.String |
|