UVACanvasAccess
Classes | Enumerations
UVACanvasAccess.Structures.SisImports Namespace Reference

Classes

class  SisImport
 Represents a SIS import job. More...
 
class  SisImportCounts
 Counts of processed rows per import category in a SIS import. More...
 
class  SisImportData
 Represents some metadata of a SIS import. More...
 
struct  SisImportMessage
 Represents an error or warning in a SIS import. More...
 
class  SisImportStatistic
 An individual statistic for an item in SisImportStatistics. More...
 
class  SisImportStatistics
 Counts for which types of items were added, deleted, and changed in a SIS import. More...
 

Enumerations

enum class  SisImportState {
  Initializing , Created , Importing , CleanupBatch ,
  Imported , ImportedWithMessages , Aborted , FailedWithMessages ,
  Failed , Restoring , PartiallyRestored , Restored ,
  Invalid = -1
}
 The states that a SIS import can take. More...
 

Enumeration Type Documentation

◆ SisImportState

The states that a SIS import can take.

Enumerator
Initializing 

The import is initializing.

Created 

The import has been created, but is not processing.

Importing 

The import is processing.

CleanupBatch 

The import is deleting items absent from a batch in batch mode.

Imported 

The import has completed with no errors.

ImportedWithMessages 

The import has completed with errors.

Aborted 

The import was aborted before completion.

FailedWithMessages 

The import failed before completion with errors.

Failed 

The import failed before completion.

Restoring 

The import is restoring the states of items.

PartiallyRestored 

The import has partially restored the states of items.

Restored 

The import has restored the states of items.