Table of Contents

Class AttemptFixed

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

Constructors

AttemptFixed(int?, int?, bool?, Guid?)

public AttemptFixed(int? points, int? score, bool? isPassing, Guid? registration)

Parameters

points int?
score int?
isPassing bool?
registration Guid?

Properties

IsPassing

public bool? IsPassing { get; set; }

Property Value

bool?

Points

public int? Points { get; set; }

Property Value

int?

Registration

public Guid? Registration { get; set; }

Property Value

Guid?

Score

public int? Score { get; set; }

Property Value

int?