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
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; }