Table of Contents

Class IntegrationConfigured

Namespace
InSite.Domain.Events
Assembly
Shift.Sdk.dll
public class IntegrationConfigured : Change, IChange
Inheritance
IntegrationConfigured
Implements
Inherited Members
Extension Methods

Constructors

IntegrationConfigured(bool, bool)

public IntegrationConfigured(bool withholdGrades, bool withholdDistribution)

Parameters

withholdGrades bool
withholdDistribution bool

Properties

WithholdDistribution

public bool WithholdDistribution { get; set; }

Property Value

bool

WithholdGrades

public bool WithholdGrades { get; set; }

Property Value

bool