Class PersonEmailAddress
This class represents the Query Model interface to the SyPersonEmail database table. This partial is automatically generated and contains all of the entity properties as defined in the PocoMapper data mapping file. Do not edit this file, as your changes will be overwritten the next time this code is generated.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PersonEmailAddress
Constructors
PersonEmailAddress()
Declaration
public PersonEmailAddress()
Properties
EmailAddress
Gets or sets the EmailAddress associated with this PersonEmailAddress.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailAddress. |
Id
Gets or sets the Id associated with this PersonEmailAddress.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this PersonEmailAddress.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsPrimary
Gets or sets the IsPrimary associated with this PersonEmailAddress.
Declaration
public bool IsPrimary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrimary. |
Person
Declaration
public virtual Person Person { get; set; }
Property Value
Type | Description |
---|---|
Person |
PersonId
Gets or sets the PersonId associated with this PersonEmailAddress.
Declaration
public int PersonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PersonId. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()