'
Show / Hide Table of Contents

Class FacePackFaceModel

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

Properties

FaceID

Type: Guid. The ID of the digital Face (also known as Zone).

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

FacePackFaceID

Type: Guid. The ID of the face pack zone association. Auto-generated at creation.

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

FacePackID

Type: Guid. The ID of the face pack.

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

StartDate

Type: DateTime. Will be set to the creation date on creation. Read-only.

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