Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
ISurveyAnswerSet CreateSurveyAnswerSet(
	string name,
	string description,
	bool Completed,
	ISurveyDefinition parentDef
)
Visual Basic
Function CreateSurveyAnswerSet ( _
	name As String, _
	description As String, _
	Completed As Boolean, _
	parentDef As ISurveyDefinition _
) As ISurveyAnswerSet
Visual C++
ISurveyAnswerSet^ CreateSurveyAnswerSet(
	String^ name, 
	String^ description, 
	bool Completed, 
	ISurveyDefinition^ parentDef
)

Parameters

name
Type: System..::..String
description
Type: System..::..String
Completed
Type: System..::..Boolean
parentDef
Type: Cartella.Interfaces..::..ISurveyDefinition

See Also