Comments public class Comments Documentation public string ArtifactID { get; set; } public int ArtifactTypeID { get; set; } public bool IsAdHocSearch { get; set; } public string QuerySource { get; set; } public QueryType QueryType { get; set; } public int? SourceArtifactID { get; set; } public int WorkspaceID { get; set; } public Comments()