'
Show / Hide Table of Contents

Class FaceModel

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

Properties

CanvasLayoutHeight

Type: int

Declaration
public int CanvasLayoutHeight { get; set; }
Property Value
Type Description
System.Int32

CanvasLayoutWidth

Type: int

Declaration
public int CanvasLayoutWidth { get; set; }
Property Value
Type Description
System.Int32

CanvasLayoutX

Type: int

Declaration
public int CanvasLayoutX { get; set; }
Property Value
Type Description
System.Int32

CanvasLayoutY

Type: int

Declaration
public int CanvasLayoutY { get; set; }
Property Value
Type Description
System.Int32

Description

Type: string. Maximum length: 255 characters

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

DirectionFacingID

Optional. Type: Guid

Declaration
public Guid? DirectionFacingID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

EnableSynchronization

Type: Bool.

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

FaceAt

Optional. Type: string. Maximum length: 512 characters. Deprecated.

Declaration
public string FaceAt { get; set; }
Property Value
Type Description
System.String

FaceGroupID

Optional. Type: Guid. Face category

Declaration
public Guid? FaceGroupID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

FaceID

Type: Guid. Automatically generated upon creation.

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

FaceLocationTypeID

Optional. Type: Guid

Declaration
public Guid? FaceLocationTypeID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

FaceSizeID

Optional. Type: Guid

Declaration
public Guid? FaceSizeID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

FrameID

Type: Guid. Optional. One and only one of SiteID, VehicleID, LocationID and FrameID will be set (the most specific one). Cannot be changed after creation.

Declaration
public Guid? FrameID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

FrameSynchPortRangeStart

Type: int. Default value is 16000. First of 5 consecutive ports used for frame synchronization.

Declaration
public int FrameSynchPortRangeStart { get; set; }
Property Value
Type Description
System.Int32

GeneraleNote

Optional. Type: string. Maximum length: nvarchar(max)

Declaration
public string GeneraleNote { get; set; }
Property Value
Type Description
System.String

IlluminationTypeID

Optional. Type: Guid

Declaration
public Guid? IlluminationTypeID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

IsCopyApprovalRequired

Type: bool

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

IsDigital

Type: bool

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

IsSaleable

Optional. Type: bool

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

IsVirtualFace

Type: bool.

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

Latitude

Optional. Type: double

Declaration
public double? Latitude { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

LocationID

Type: Guid. Optional. One and only one of SiteID, VehicleID, LocationID and FrameID will be set (the most specific one). Cannot be changed after creation.

Declaration
public Guid? LocationID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

Longitude

Optional. Type: double

Declaration
public double? Longitude { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

MasterFaceID

Type : Guid. Deprecated. Use SynchronizationGroupName instead.

Declaration
public Guid? MasterFaceID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

MaterialID

Optional. Type: Guid

Declaration
public Guid? MaterialID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

MediaTypeID

Type: Guid

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

NetworkID

Type: Guid

Declaration
public Guid? NetworkID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

Number

Type: string. Maximum length: 30 characters

Declaration
public string Number { get; set; }
Property Value
Type Description
System.String

ReportTag

Optional. Type: string. Maximum length: 30 characters

Declaration
public string ReportTag { get; set; }
Property Value
Type Description
System.String

RetiredAsOfDate

Optional. Type: DateTime

Declaration
public DateTime? RetiredAsOfDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

RetiredReasonID

Optional. Type: Guid

Declaration
public Guid? RetiredReasonID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

SaleableAsOfDate

Optional. Type: DateTime

Declaration
public DateTime? SaleableAsOfDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

ScreenMultiplier

Type: int

Declaration
public int ScreenMultiplier { get; set; }
Property Value
Type Description
System.Int32

SiteID

Type: Guid. Optional. One and only one of SiteID, VehicleID, LocationID and FrameID will be set (the most specific one). Cannot be changed after creation.

Declaration
public Guid? SiteID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

StructureTypeID

Type: Guid. By default "DA84BFE1-E93E-4D32-8857-4F2673287A41" is used for None, unless that was changed in your system.

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

SynchronizationGroupName

Type : String. Optional

Declaration
public string SynchronizationGroupName { get; set; }
Property Value
Type Description
System.String

TABPanelID

Optional. Type: string. Maximum length: 255 characters

Declaration
public string TABPanelID { get; set; }
Property Value
Type Description
System.String

VehicleID

Type: Guid. Optional. One and only one of SiteID, VehicleID, LocationID and FrameID will be set (the most specific one). Cannot be changed after creation.

Declaration
public Guid? VehicleID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>
Back to top Generated by DocFX