Table of Contents

Class SurveyFormLanguagesChanged

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

Constructors

SurveyFormLanguagesChanged(string, string[])

public SurveyFormLanguagesChanged(string language, string[] translations)

Parameters

language string
translations string[]

Properties

Language

public string Language { get; }

Property Value

string

Translations

public string[] Translations { get; }

Property Value

string[]