'
Show / Hide Table of Contents

Class DigitalBookingLineModel

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

Properties

ContentSeparationTypeID

Optional. Type: Guid

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

Description

Type: string. Maximum length: nvarchar(max)

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

DigitalBookingLineID

Type: Guid. Automatically generated upon creation.

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

EndDate

Type: DateTime

Declaration
public DateTime EndDate { get; set; }
Property Value
Type Description
System.DateTime

FollowedByDigitalBookingLineID

Optional. Type: Guid

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

GroupingCategory

Optional. Type: string. Maximum length: 255 characters

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

GroupingOrder

Optional. Type: int

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

Name

Type: string. Maximum length: 255 characters

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

SalesContractItemID

Type: Guid

Declaration
[Obsolete("Use SegmentID instead.", false)]
public Guid SalesContractItemID { get; set; }
Property Value
Type Description
System.Guid

Saturation

Type: float

Declaration
public float Saturation { get; set; }
Property Value
Type Description
System.Single

ScheduleTemplateID

Type: Guid

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

SegmentID

Type: Guid

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

SpotLength

Optional. Type: int

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

StartDate

Type: DateTime

Declaration
public DateTime StartDate { get; set; }
Property Value
Type Description
System.DateTime

StopDateTimeUTC

Optional. Type: DateTime

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