Class PersonAddressEntity
This class represents the EntityModel interface to the SyPersonAddress database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class PersonAddressEntity : Entity, IIdentifiable, IAuditable
Constructors
PersonAddressEntity()
Declaration
public PersonAddressEntity()
Fields
AddressTypeIdProperty
The AddressTypeId property.
Declaration
public static readonly EntityProperty AddressTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CityProperty
The Address city property.
Declaration
public static readonly EntityProperty CityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CountryIdProperty
The CountryId property.
Declaration
public static readonly EntityProperty CountryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CountyIdProperty
The CountyId property.
Declaration
public static readonly EntityProperty CountyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CVueSourceTypeIdentifierProperty
The CVueSourceTypeIdentifier property.
Declaration
public static readonly EntityProperty CVueSourceTypeIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EffectiveBeginDateProperty
The Effective begin date for person at this address property.
Declaration
public static readonly EntityProperty EffectiveBeginDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EffectiveEndDateProperty
The Effective end date for person at this address property.
Declaration
public static readonly EntityProperty EffectiveEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The Is this address record active? property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPrimaryProperty
The Is this the primary address for the Person? property.
Declaration
public static readonly EntityProperty IsPrimaryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSeasonalProperty
The Is this a seasonal address for Person? property.
Declaration
public static readonly EntityProperty IsSeasonalProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsValidProperty
The IsValid property.
Declaration
public static readonly EntityProperty IsValidProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Address comments property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PersonIdProperty
The PersonId property.
Declaration
public static readonly EntityProperty PersonIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostalCodeProperty
The Address postal code property.
Declaration
public static readonly EntityProperty PostalCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RecordIdProperty
The RecordId property.
Declaration
public static readonly EntityProperty RecordIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StateProperty
The Address state property.
Declaration
public static readonly EntityProperty StateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StreetAddressProperty
The Street address property.
Declaration
public static readonly EntityProperty StreetAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
YearsAtAddressProperty
The Number of years person has been at address property.
Declaration
public static readonly EntityProperty YearsAtAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AddressTypeId
Gets or sets the AddressTypeId associated with this PersonAddressEntity.
Declaration
public int? AddressTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AddressTypeId. |
City
Gets or sets the City associated with this PersonAddressEntity.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
CountryId
Gets or sets the CountryId associated with this PersonAddressEntity.
Declaration
public int? CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CountryId. |
CountyId
Gets or sets the CountyId associated with this PersonAddressEntity.
Declaration
public int? CountyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CountyId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PersonAddressEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CVueSourceTypeIdentifier
Gets or sets the CVueSourceTypeIdentifier associated with this PersonAddressEntity.
Declaration
public int? CVueSourceTypeIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CVueSourceTypeIdentifier. |
EffectiveBeginDate
Gets or sets the EffectiveBeginDate associated with this PersonAddressEntity.
Declaration
public DateTime? EffectiveBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EffectiveBeginDate. |
EffectiveEndDate
Gets or sets the EffectiveEndDate associated with this PersonAddressEntity.
Declaration
public DateTime? EffectiveEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EffectiveEndDate. |
Id
Gets or sets the Id associated with this PersonAddressEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this PersonAddressEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsPrimary
Gets or sets the IsPrimary associated with this PersonAddressEntity.
Declaration
public bool IsPrimary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrimary. |
IsSeasonal
Gets or sets the IsSeasonal associated with this PersonAddressEntity.
Declaration
public bool? IsSeasonal { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsSeasonal. |
IsValid
Gets or sets the IsValid associated with this PersonAddressEntity.
Declaration
public bool? IsValid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsValid. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PersonAddressEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PersonAddressEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this PersonAddressEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PersonId
Gets or sets the PersonId associated with this PersonAddressEntity.
Declaration
public int PersonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PersonId. |
PostalCode
Gets or sets the PostalCode associated with this PersonAddressEntity.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
RecordId
Gets or sets the RecordId associated with this PersonAddressEntity.
Declaration
public int? RecordId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RecordId. |
RowVersion
Gets or sets the RowVersion associated with this PersonAddressEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
State
Gets or sets the State associated with this PersonAddressEntity.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StreetAddress
Gets or sets the StreetAddress associated with this PersonAddressEntity.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress. |
YearsAtAddress
Gets or sets the YearsAtAddress associated with this PersonAddressEntity.
Declaration
public decimal? YearsAtAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The YearsAtAddress. |
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()