'
Show / Hide Table of Contents

Class SiteAddressModel

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

SiteAddressID

Type: Guid. Automatically generated upon creation.

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

SiteID

Type: Guid.

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