示例#1
0
        public static bool IsSegmentReviewTypes(this DisplayFilterRowInfo rowInfo, DisplayFilterSettings settings)
        {
            var success = rowInfo.IsSegmentWithTQAs(settings) ||
                          rowInfo.IsSegmentWithTrackedChanges(settings) ||
                          rowInfo.IsSegmentWithComments(settings) ||
                          rowInfo.IsSegmentWithMessages(settings);

            return(success);
        }