Table of Contents

Class SurveyFormCreated

Namespace
InSite.Domain.Surveys.Forms
Assembly
Shift.Sdk.dll
public class SurveyFormCreated : Change, IChange
Inheritance
SurveyFormCreated
Implements
Inherited Members
Extension Methods

Constructors

SurveyFormCreated(string, Guid, int, string, SurveyFormStatus, string)

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

Parameters

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