'
Show / Hide Table of Contents

Class PersonAddressModel

Namespace: Ayuda.BMS.Splash.PI.SDK.Models

Properties

AddressID

Type: Guid.

Declaration
public Guid AddressID { get; set; }
Property Value
Type Description
System.Guid

IsPrimary

Type: Boolean.

Declaration
public bool IsPrimary { get; set; }
Property Value
Type Description
System.Boolean

PersonAddressID

Type: Guid. Automatically generated upon creation.

Declaration
public Guid PersonAddressID { get; set; }
Property Value
Type Description
System.Guid

PersonID

Type: Guid.

Declaration
public Guid PersonID { get; set; }
Property Value
Type Description
System.Guid
Back to top Generated by DocFX