Table of Contents

Class PersonCommentSummaryFilter

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class PersonCommentSummaryFilter : Filter, ISearchReport
Inheritance
PersonCommentSummaryFilter
Implements
Inherited Members

Constructors

PersonCommentSummaryFilter()

public PersonCommentSummaryFilter()

Properties

AuthorEmail

public string AuthorEmail { get; set; }

Property Value

string

AuthorName

public string AuthorName { get; set; }

Property Value

string

DescriptionInclusion

public InclusionType? DescriptionInclusion { get; set; }

Property Value

InclusionType?

Keyword

public string Keyword { get; set; }

Property Value

string

ReminderInclusion

public InclusionType? ReminderInclusion { get; set; }

Property Value

InclusionType?

UserIdentifier

public Guid? UserIdentifier { get; set; }

Property Value

Guid?

UtcPostedBefore

public DateTime? UtcPostedBefore { get; set; }

Property Value

DateTime?

UtcPostedSince

public DateTime? UtcPostedSince { get; set; }

Property Value

DateTime?