Table of Contents

Class Document

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class Document
Inheritance
Document
Inherited Members
Extension Methods

Constructors

Document()

public Document()

Properties

CourseName

public string CourseName { get; set; }

Property Value

string

Expiry

public long Expiry { get; set; }

Property Value

long

Granted

public long Granted { get; set; }

Property Value

long

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Learner

public Learner Learner { get; set; }

Property Value

Learner

Score

public int? Score { get; set; }

Property Value

int?

Status

public string Status { get; set; }

Property Value

string

Template

public Guid Template { get; set; }

Property Value

Guid