'
Show / Hide Table of Contents

Class DetailedFaceModel

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

Properties

AdditionalRevenueRateCards

The additional revenue rate cards for this face.

Declaration
public List<RateCardModel> AdditionalRevenueRateCards { get; set; }
Property Value
Type Description
System.Collections.Generic.List<RateCardModel>

Address

The primary address of the face.

Declaration
public AddressModel Address { get; set; }
Property Value
Type Description
AddressModel

Altitude

Optional. Type: Double. The altitude of the face.

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

AreaID

Optional. Type: Guid. The ID of the area of the face's site.

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

AttributeValues

The attributes of the face.

Declaration
public List<AttributeValueModel> AttributeValues { get; set; }
Property Value
Type Description
System.Collections.Generic.List<AttributeValueModel>

DEC

Optional. Type: Decimal. The amount of thousands of views per day.

Declaration
public decimal? DEC { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Description

Type: String. Maximum length: 255 characters. The description of the face.

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

DirectionFacingID

Optional. Type: Guid. The ID for the direction the face is facing.

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

FaceCopyRestrictions

Copy restrictions applied to the face.

Declaration
public List<Guid> FaceCopyRestrictions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Guid>

FaceID

Type: Guid. The ID of the face.

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

FaceSizeID

Optional. Type: Guid. The ID of the face size.

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

IlluminationTypeID

Optional. Type: Guid. The ID of the illumination type. To get more information about the illumination type.

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

Latitude

Optional. Type: Double. The latitude of the face's position.

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

Longitude

Optional. Type: Double. The longitude of the face's position.

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

LoopLength

Fixed loop length (in seconds) with which this face is currently associated

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

LoopName

Name of the loop with which this face is currently associated

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

MediaRateCards

The media rate cards for this face.

Declaration
public List<RateCardModel> MediaRateCards { get; set; }
Property Value
Type Description
System.Collections.Generic.List<RateCardModel>

Notes

The notes associated with the face.

Declaration
public List<NoteModel> Notes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NoteModel>

Number

Type: String. Maximum length: 30 characters. The face's number.

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

Photos

The photos for this face.

Declaration
public List<FacePhotoModel> Photos { get; set; }
Property Value
Type Description
System.Collections.Generic.List<FacePhotoModel>

PhotoSheetDescription

Type: String. The description of the photosheet.

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

PhotoSheetImages

The photosheet images for this face.

Declaration
public List<FacePhotoModel> PhotoSheetImages { get; set; }
Property Value
Type Description
System.Collections.Generic.List<FacePhotoModel>

Postar

Optional. Type: String. The postar of the face.

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

PostingCardNote

Type: String. Maximum length: 255. The posting card note of the face.

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

SiteCopyRestrictions

Copy restrictions applied to the site.

Declaration
public List<Guid> SiteCopyRestrictions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Guid>
Back to top Generated by DocFX