'
Show / Hide Table of Contents

Class BundleDesignModel

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

Properties

BundleDesignID

Type: Guid. Automatically generated upon creation.

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

BundleID

Type: Guid. The ID of the bundle.

Declaration
public Guid BundleID { 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.Guid

OrderInBundle

Type: int. The order of the design within the bundle.

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

Saturation

Type: int. The saturation of the design.

Declaration
public int Saturation { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX