'
Show / Hide Table of Contents

Class CampaignDesignModel

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

Properties

CampaignDesignID

Type: Guid. Automatically generated upon creation. The ID of the association between the campaign and the design.

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

CampaignID

Type: Guid. The ID of the campaign.

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

DesignID

Type: Guid. The ID of the design.

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

ExpectedQuantity

Type: int. Optional. The expected quantity the design needed.

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

FaceSizeID

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

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

IsCustomerSupplied

Type: bool.

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

Name

Type: string. The name of the association.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX