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
Properties
Asset
public int Asset { get; }
Property Value
Language
public string Language { get; }
Property Value
Name
public string Name { get; }
Property Value
Source
public string Source { get; set; }
Property Value
Status
public SurveyFormStatus Status { get; }
Property Value
Tenant
public Guid Tenant { get; set; }