Table of Contents

Class CreateSurveyForm

Namespace
InSite.Application.Surveys.Write
Assembly
Shift.Sdk.dll
public class CreateSurveyForm : Command, ICommand
Inheritance
CreateSurveyForm
Implements
Inherited Members
Extension Methods

Constructors

CreateSurveyForm(Guid, string, Guid, int, string, SurveyFormStatus, string)

public CreateSurveyForm(Guid form, string source, Guid tenant, int asset, string name, SurveyFormStatus status, string language)

Parameters

form Guid
source string
tenant Guid
asset int
name string
status SurveyFormStatus
language string

Properties

Asset

public int Asset { get; }

Property Value

int

Language

public string Language { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string

Status

public SurveyFormStatus Status { get; }

Property Value

SurveyFormStatus

Tenant

public Guid Tenant { get; set; }

Property Value

Guid