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
formGuidcommentGuidtextstringflagFlagType?resolvedDateTimeOffset?
Properties
Comment
public Guid Comment { get; set; }
Property Value
Flag
public FlagType? Flag { get; set; }
Property Value
Resolved
public DateTimeOffset? Resolved { get; set; }
Property Value
Text
public string Text { get; set; }