Table of Contents

Class SurveyQuestionAttributed

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

Constructors

SurveyQuestionAttributed(Guid, string)

public SurveyQuestionAttributed(Guid question, string attribute)

Parameters

question Guid
attribute string

Properties

Attribute

public string Attribute { get; set; }

Property Value

string

Question

public Guid Question { get; set; }

Property Value

Guid