Table of Contents

Class AttemptUploadFileParser

Namespace
Shift.Common.File
Assembly
Shift.Common.dll
public class AttemptUploadFileParser
Inheritance
AttemptUploadFileParser
Inherited Members
Extension Methods

Constructors

AttemptUploadFileParser()

public AttemptUploadFileParser()

Fields

CsvType_CodeDateNameQuestions

public static readonly AttemptUploadFileType CsvType_CodeDateNameQuestions

Field Value

AttemptUploadFileType

CsvType_CodeNameQuestions

public static readonly AttemptUploadFileType CsvType_CodeNameQuestions

Field Value

AttemptUploadFileType

FileFormatCsv

public static readonly AttemptUploadFileFormat FileFormatCsv

Field Value

AttemptUploadFileFormat

FileFormatLxrMerge

public static readonly AttemptUploadFileFormat FileFormatLxrMerge

Field Value

AttemptUploadFileFormat

FileFormatScantron

public static readonly AttemptUploadFileFormat FileFormatScantron

Field Value

AttemptUploadFileFormat

FileFormats

public static readonly AttemptUploadFileFormat[] FileFormats

Field Value

AttemptUploadFileFormat[]

Methods

ParseCsv(Stream, int, Encoding)

public static AttemptUploadFileLine[] ParseCsv(Stream stream, int typeId, Encoding encoding)

Parameters

stream Stream
typeId int
encoding Encoding

Returns

AttemptUploadFileLine[]

ParseLxrMerge(Stream, int, Encoding)

public static AttemptUploadFileLine[] ParseLxrMerge(Stream stream, int typeId, Encoding encoding)

Parameters

stream Stream
typeId int
encoding Encoding

Returns

AttemptUploadFileLine[]

ParseScantron(Stream, int, Encoding)

public static AttemptUploadFileLine[] ParseScantron(Stream stream, int typeId, Encoding encoding)

Parameters

stream Stream
typeId int
encoding Encoding

Returns

AttemptUploadFileLine[]