Table of Contents

Class SalesSettings

Namespace
InSite.Domain.Organizations
Assembly
Shift.Sdk.dll
public class SalesSettings
Inheritance
SalesSettings
Inherited Members
Extension Methods

Constructors

SalesSettings()

public SalesSettings()

Properties

LearnerGroup

public Guid? LearnerGroup { get; set; }

Property Value

Guid?

ManagerGroup

public Guid? ManagerGroup { get; set; }

Property Value

Guid?

ProductClassEventVenueGroup

public Guid? ProductClassEventVenueGroup { get; set; }

Property Value

Guid?

ProductCustomerGroup

public Guid? ProductCustomerGroup { get; set; }

Property Value

Guid?

Methods

IsEqual(SalesSettings)

public bool IsEqual(SalesSettings other)

Parameters

other SalesSettings

Returns

bool