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

Clear() public method

public Clear ( ) : void
return void
        public void Clear()
        {
            this.Application = null;
            this.CompareToApplications.Clear();
            this.CompareToVersions.Clear();
            this.CompareToPlatforms.Clear();
        }