Table of Contents

Class VReportFilter

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

Constructors

VReportFilter()

public VReportFilter()

Properties

CreatedBy

public Guid? CreatedBy { get; set; }

Property Value

Guid?

IncludeShared

public bool IncludeShared { get; set; }

Property Value

bool

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

ReportTitle

public string ReportTitle { get; set; }

Property Value

string

ReportTypes

public string[] ReportTypes { get; set; }

Property Value

string[]

UserIdentifier

public Guid UserIdentifier { get; set; }

Property Value

Guid