Table of Contents

Class GradeItemMaxPointsChanged

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

Constructors

GradeItemMaxPointsChanged(Guid, decimal?)

public GradeItemMaxPointsChanged(Guid item, decimal? maxPoints)

Parameters

item Guid
maxPoints decimal?

Properties

Item

public Guid Item { get; set; }

Property Value

Guid

MaxPoints

public decimal? MaxPoints { get; set; }

Property Value

decimal?