Table of Contents

Class PostSurveyComment

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

Constructors

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

public PostSurveyComment(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