Table of Contents

Class ModifySurveyComment

Namespace
InSite.Application.Surveys.Write
Assembly
Shift.Sdk.dll
public class ModifySurveyComment : Command, ICommand
Inheritance
ModifySurveyComment
Implements
Inherited Members
Extension Methods

Constructors

ModifySurveyComment(Guid, Guid, string, FlagType?, DateTimeOffset?)

public ModifySurveyComment(Guid form, Guid comment, string text, FlagType? flag, DateTimeOffset? resolved)

Parameters

form Guid
comment Guid
text string
flag FlagType?
resolved DateTimeOffset?

Properties

Comment

public Guid Comment { get; set; }

Property Value

Guid

Flag

public FlagType? Flag { get; set; }

Property Value

FlagType?

Resolved

public DateTimeOffset? Resolved { get; set; }

Property Value

DateTimeOffset?

Text

public string Text { get; set; }

Property Value

string