Class SurveyComment
public class SurveyComment
- Inheritance
-
SurveyComment
- Inherited Members
- Extension Methods
Constructors
SurveyComment()
public SurveyComment()
Properties
Flag
public FlagType? Flag { get; set; }
Property Value
ID
public Guid ID { get; set; }
Property Value
Resolved
public DateTimeOffset? Resolved { get; set; }
Property Value
Text
public string Text { get; set; }