Table of Contents

Class QuestionConditionChanged

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

Constructors

QuestionConditionChanged(Guid, string)

public QuestionConditionChanged(Guid question, string condition)

Parameters

question Guid
condition string

Properties

Condition

public string Condition { get; set; }

Property Value

string

Question

public Guid Question { get; set; }

Property Value

Guid