'
Show / Hide Table of Contents

Class LoopTemplateModel

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

Properties

Description

Type: string. Read-only, field calculated in the back-end.

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

DoesFixedLoopAllowsOverbooking

Type: Bool.

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

DoesFixedSpotAllowsMultiple

Type: Bool.

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

DoesVariableSpotDefineIncrementsMultiple

Type: Bool.

Declaration
public bool? DoesVariableSpotDefineIncrementsMultiple { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

DoesVariableSpotHasMaximumLength

Type: Bool.

Declaration
public bool? DoesVariableSpotHasMaximumLength { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

EnableAdServing

Type: Bool.

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

FixedLoopLengthInSeconds

Type: Integer.

Declaration
public int? FixedLoopLengthInSeconds { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

FixedSpotLengthInSeconds

Type: Integer. Optional

Declaration
public int? FixedSpotLengthInSeconds { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

IsLoopLengthFixed

Type: Bool.

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

IsSpotLengthFixed

Type: Bool.

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

LoopTemplateID

Type: Guid. Autogenerated at creation.

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

Name

Type: string.

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

Notes

Type: string.

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

ReservedProgrammaticContentDurationInSeconds

Type: Integer.

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

UseProgrammaticForUnsoldTime

Type: Bool.

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

VariableSpotHasMaximumLengthInSeconds

Type: Integer.

Declaration
public int? VariableSpotHasMaximumLengthInSeconds { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

VariableSpotIncrementsInMultiplesOfInSeconds

Type: Integer.

Declaration
public int? VariableSpotIncrementsInMultiplesOfInSeconds { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

VariableSpotMinimumLengthInSeconds

Type: Integer. Optional

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