Skip to content

@sourceloop/survey-service / Exports / QuestionTemplatesDto

Class: QuestionTemplatesDto

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

• new QuestionTemplatesDto(data?)

Parameters

Name Type
data? Partial<QuestionTemplatesDto & QuestionTemplate<DataObject<Model>>>

Inherited from

QuestionTemplate.constructor

Defined in

packages/core/dist/models/base-entity.model.d.ts:6

Properties

createdBy

• Optional createdBy: string

Inherited from

QuestionTemplate.createdBy

Defined in

packages/core/dist/models/user-modifiable-entity.model.d.ts:4


createdByUser

• Optional createdByUser: string

Inherited from

QuestionTemplate.createdByUser

Defined in

services/survey-service/src/models/question-template.model.ts:47


createdOn

• Optional createdOn: Date

Inherited from

QuestionTemplate.createdOn

Defined in

packages/core/dist/models/base-entity.model.d.ts:4


existingTemplateId

• Optional existingTemplateId: string

Defined in

services/survey-service/src/models/question-template-dto.model.ts:10


extId

• Optional extId: string

Inherited from

QuestionTemplate.extId

Defined in

services/survey-service/src/models/question-template.model.ts:55


extMetadata

• Optional extMetadata: AnyObject

Inherited from

QuestionTemplate.extMetadata

Defined in

services/survey-service/src/models/question-template.model.ts:61


id

• Optional id: string

Inherited from

QuestionTemplate.id

Defined in

services/survey-service/src/models/question-template.model.ts:19


isEnableWeight

• isEnableWeight: boolean

Inherited from

QuestionTemplate.isEnableWeight

Defined in

services/survey-service/src/models/question-template.model.ts:45


modifiedBy

• Optional modifiedBy: string

Inherited from

QuestionTemplate.modifiedBy

Defined in

packages/core/dist/models/user-modifiable-entity.model.d.ts:5


modifiedByUser

• Optional modifiedByUser: string

Inherited from

QuestionTemplate.modifiedByUser

Defined in

services/survey-service/src/models/question-template.model.ts:49


modifiedOn

• Optional modifiedOn: Date

Inherited from

QuestionTemplate.modifiedOn

Defined in

packages/core/dist/models/base-entity.model.d.ts:5


name

• Optional name: string

Inherited from

QuestionTemplate.name

Defined in

services/survey-service/src/models/question-template.model.ts:32


status

• status: string

Inherited from

QuestionTemplate.status

Defined in

services/survey-service/src/models/question-template.model.ts:38


uid

• uid: string

Inherited from

QuestionTemplate.uid

Defined in

services/survey-service/src/models/question-template.model.ts:26