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
public static readonly AttemptUploadFileFormat FileFormatCsv
Field Value
- AttemptUploadFileFormat
public static readonly AttemptUploadFileFormat FileFormatLxrMerge
Field Value
- AttemptUploadFileFormat
public static readonly AttemptUploadFileFormat FileFormatScantron
Field Value
- AttemptUploadFileFormat
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[]