Class SurveyCommentPosted
public class SurveyCommentPosted : Change, IChange
- Inheritance
-
SurveyCommentPosted
- Implements
- Inherited Members
- Extension Methods
Constructors
SurveyCommentPosted(Guid, string, FlagType?, DateTimeOffset?)
public SurveyCommentPosted(Guid comment, string text, FlagType? flag, DateTimeOffset? resolved)
Parameters
commentGuidtextstringflagFlagType?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; }