AppActs.Client.Model.ReportFilter.ReportFilter C# (CSharp) Method

ReportFilter() public method

public ReportFilter ( ) : System
return System
        public ReportFilter()
        {
            this.DatePicker = new DatePicker(DateTime.Now.AddMonths(-1).Date, DateTime.Now.Date);
            this.CompareToApplications = new List<Application>();
            this.CompareToVersions = new List<string>();
            this.CompareToPlatforms = new List<PlatformType>();
        }