Table of Contents

Class SurveyBranchAdded

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

Constructors

SurveyBranchAdded(Guid, Guid?)

public SurveyBranchAdded(Guid fromItem, Guid? toQuestion)

Parameters

fromItem Guid
toQuestion Guid?

Properties

FromItem

public Guid FromItem { get; }

Property Value

Guid

ToQuestion

public Guid? ToQuestion { get; }

Property Value

Guid?