'
Show / Hide Table of Contents

Class BundleDesign

Data model that defines the association between a Splash Bundle and a Design

Namespace: Ayuda.BMS.Services.Models

Properties

BundleDesignID

Gets or sets the bundle design ID.

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

The bundle design ID.

BundleID

Gets or sets the bundle ID.

Declaration
[DataMember]
public Guid BundleID { get; set; }
Property Value
Type Description
System.Guid

The bundle ID.

DesignID

Gets or sets the design ID.

Declaration
[DataMember]
public Guid DesignID { get; set; }
Property Value
Type Description
System.Guid

The design ID.

OrderInBundle

Gets or sets the order in bundle.

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

The order in bundle.

Back to top Generated by DocFX