Zum Hauptinhalt springen

importFile

Extends

Properties

htFile

htFile: any

Inherited from

importFileFields.htFile


fileType

fileType: string

Inherited from

importFileFields.fileType


filePath

filePath: string

Inherited from

importFileFields.filePath


fileName

fileName: string

Inherited from

importFileFields.fileName


extension

extension: string

Inherited from

importFileFields.extension


hash

hash: string

Inherited from

importFileFields.hash


htProcessInformation

htProcessInformation: any

Inherited from

importFileFields.htProcessInformation


rule

rule: string

Inherited from

importFileFields.rule


fileId

fileId: string

Inherited from

importFileFields.fileId


uuId

uuId: string

Inherited from

importFileFields.uuId


error

error: boolean

Inherited from

importFileFields.error


skipDuplicateCheck

skipDuplicateCheck: boolean

Inherited from

importFileFields.skipDuplicateCheck

Methods

setFieldValue()

setFieldValue(fieldName, value): boolean

Parameters

fieldName

keyof importFileFields

value

any

Returns

boolean


getFieldValue()

getFieldValue(fieldName): any

Parameters

fieldName

keyof importFileFields

Returns

any


getReferenceFile()

getReferenceFile<K>(fieldName): importFileReferenceFiles[K]

Type Parameters

K

K extends "rule"

Parameters

fieldName

K

Returns

importFileReferenceFiles[K]


setReferenceFile()

setReferenceFile<K>(fieldName, referenceFile): boolean

Type Parameters

K

K extends "rule"

Parameters

fieldName

K

referenceFile

importFileReferenceFiles[K]

Returns

boolean