Class TReportFilter
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class TReportFilter : Filter, ISearchReport
- Inheritance
-
TReportFilter
- Implements
-
- Inherited Members
-
Constructors
TReportFilter()
Properties
IsCreator
public bool? IsCreator { get; set; }
Property Value
- bool?
ModifiedBefore
public DateTimeOffset? ModifiedBefore { get; set; }
Property Value
- DateTimeOffset?
ModifiedSince
public DateTimeOffset? ModifiedSince { get; set; }
Property Value
- DateTimeOffset?
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
ReportDescription
public string ReportDescription { get; set; }
Property Value
- string
ReportPrivacyScope
public string ReportPrivacyScope { get; set; }
Property Value
- string
ReportTitle
public string ReportTitle { get; set; }
Property Value
- string
UserIdentifier
public Guid UserIdentifier { get; set; }
Property Value
- Guid